because i still don't know how to test if an attribute exists on the node + there are other children that I am not concerned about eg
<root>
<node id="1" action='delete'/>
<node id="2" action='update'/>
<node id="3" />
<node id="4" />...
because i still don't know how to test if an attribute exists on the node + there are other children that I am not concerned about eg
<root>
<node id="1" action='delete'/>
<node id="2" action='update'/>
<node id="3" />
<node id="4" />...
Hi
example
<root>
<node id="1" action='delete'/>
<node id="2" action='update'/>
<node id="3" />
<node id="4" />
</root>
How can I select the nodes that don't have action='delete' attribute.
I can use...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.