Hi, This shouldn't be difficult for XPath experts. If I have several elements with name , say "elem". Some of these "elem" elements have "attr" attributes and some don't. How do I get those "elem" nodes which DO NOT have the "attr" attribute ?
[EMAIL PROTECTED] - will give all the "elem" nodes with "attr" attribute. elem - will give ALL "elem" nodes. Thanks in advance, AS
