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, I haven’t had time to actually use it in anything other than a test case).
Comments appreciated.