Next in thread →
Next in month →
Re: [xml-dev] Ways to express "what I don't want"
Costello, Roger L. wrote: > 1. Selecting a set of nodes as long as the node is not XYX, e.g., ./*[not(self::XYZ)] means "I don't want the XYZ child nodes" Note that with XPath 2.0 that is more naturally expressed as * except XYZ -- Martin Honnen http://msmvps.com/blogs/martin_honnen/
Next in thread →
Next in month →