What browsers support Xpath 2.0?
I do not know of any, and the official list of implementations doesn’t include one either. An alternative – of course less performant than a native implementation – would be XQIB which is an XQuery implementation in JavaScript. XPath 2.0 is fully included as a subset in XQuery 1.0, so you will be able to … Read more