Hi!
I have an xml file that i need to extract data from with PHP. Is there some class or someway to do just that.
I found an old (2002) class called "xquery lite" but it is outdated and doesn´t work. Any other classes i can use to do this?
PHP has the [man]DOMXPath[/man] class. Most of the XQuery I've seen has tended to just be the XPath part of it.