hi. I was looking through the xml code in the apr (I want to do some XML parsing in a module) and noticed that in apr_xml_parser_create, it hardcodes a 'DAV' as the namespace, with a comment about avoiding hardcoding this.
is there a reason why you can't pass this in as a argument? the next thing I was wondering is how good a XML parser expat is, can it support XPath (using links), or am I going to have to use something like xerces to do this?
