I am working in PHP and using SimpleXML and XPath.
Is there a way to find which version of XPath is included with SimpleXML/PHP?
Also, is the version of XPath used with SimpleXML the “full version” with all of the features as a “non-SimpleXML” version (in particular “fn:sort”)?
Thanks for input and leads.