I have an xml doc formatted as follows:
<models>
<model>
<name>model 1</name>
<price>$20,000</price>
</model>
<model>
<name>model 2</name>
<price>$50,000</price>
</model>
</models>
I need to get all nodes greater than $45,000.
I...
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.