XPath: How to get a node with a certain highest or lowest value?
Posted by tom January 28th, 2007
Answer, simple: /bookstore/book[price=max(/bookstore/book/price/text())]
See the example XML document at W3 Schools
Answer, simple: /bookstore/book[price=max(/bookstore/book/price/text())]
See the example XML document at W3 Schools
Leave a Reply