M
Michael Doyle
Hi,
Using XPath, I want to get all elements FOO which are not children of
BAR.
What i have done in this instance is:
//FOO[name(..)!='BAR']
this only works when BAR is immediately below FOO, it's also kinda
ugly.
Is there a better way?
Thanks,
Micky
Using XPath, I want to get all elements FOO which are not children of
BAR.
What i have done in this instance is:
//FOO[name(..)!='BAR']
this only works when BAR is immediately below FOO, it's also kinda
ugly.
Is there a better way?
Thanks,
Micky