工作实例:
/item[not(@uid='id1') and not(@uid='id2')]
所需的替代方案
/item[not(@uid in('id1','id2'))]
/item[not(@uid='id1' or @uid='id2')]
这可能有点短.