Xpath to select elements that has specific child

rldowling03

New Member
\[code\]<item id=1> <name>item1</name> <price>30</price></item><item id=2> <name>item2</name> </item>\[/code\]I need an xpath to select only items that DO NOT have price for .net.
 
Back
Top