revjim.net Rotating Header Image

Posts on ‘October 11th, 2002’

xml.parser

Due 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, [...]