Select children in XML where value is not equal to a value using XPath

iHacky0u

New Member
I am new to XML and xPath.I have a XML structure similar to\[code\]<root> <child name="zero"/> <child name="one"/> <child name="two"/> <child name="three"/></root>\[/code\]Is there a way to select only the children where name != "zero" using an xPath expression?
 
Top