Not sure if the title makes any sense, but I need to read an XML document and retrieve the data created by an XSL XPath query.
The XML is located here and the XSL here. If that's not possible, I'm assuming that I'll have to write the XPath query manually. So my question is, since XSL already generates the total, any way to parse it out of the XML file?
Thank you