Are there any VBA libraries that will allow me to use XPath 2.0 in VBA? MSXML6 does not work with XPath 2.0.
Basically, I want to parse XML documents using XPath 2.0, since it allows me to use functions in an XPath expression to filter an XML document. As an example, using the current-date () function would be useful, since I could get data that exceeds a certain date. If I used XPath 1.0, I would need an arbitrary loop, although the dates returned by XPath and compare which dates were greater than a certain date.
Do you have any ideas on how I can use XPath 2.0 in Excel 2003 VBA or any alternatives to my problem?
Thanks in advance for your help.
Donald
source
share