[Home] [By Thread] [By Date] [Recent Entries]
Dmitri Snytkine wrote:
I need to select all child nodes except for the 'label'
If you are only interested in element child nodes and not all kind of child nodes then use * except label respectively *[not(self::label)] -- Martin Honnen http://msmvps.com/blogs/martin_honnen/
|

Cart



