Next in thread → Next in month →

Re: [xml-dev] Ways to express "what I don't want"

From
Martin Honnen <>
To
"Costello, Roger L." <>
Date
2011-05-16T14:56:07Z
ID
<>
Thread
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 →