2
votes
3answers
1k views
XPath query with PHP
Here's the XML code i'm working with:
<inventory>
<drink>
<lemonade supplier="mother" id="1">
<price>$2.50< …
