phpxmlclasses News
Status: Beta
Brought to you by:
lrargerich
This is a generic XML parser based on Expat that let's you asociate PHP functions with XML elements indicating a path, for example /foo/data/name, the user functions wil be called each time such an element is found by the parser passing the element name, attributes and content (text or a XML fragment) as arguments.