xml.parser
October 11th, 2002Due to the lack of a good XML parser for PHP, written my own.
It currently has the ability to convert an XML document into a PHP native struct in a namespace aware fashion. Although much more is planned (proxy support, node searching, node referencing, etc), it should be pretty usable as it is (though, honestly, [...]