If I have XML like:
<foo>
<bar id="1" score="192" />
<bar id="2" score="227" />
<bar id="3" score="105" />
...
</foo>
Can I use XPath to find the minimum and maximum values of score
?
Edit: The tool i'm using (Andariel ant tasks) doesn't support the XPath 2.0 solution.