[Home] [By Thread] [By Date] [Recent Entries]
[Elliotte Rusty Harold] >... > According to the SAX JavaDoc, > <http://www.saxproject.org/apidoc/org/xml/sax/ContentHandler.html#startPrefi xMapping(java.lang.String,%20java.lang.String)> > > There should never be start/endPrefixMapping events for the "xml" > prefix, since it is predeclared and immutable. > > Thus Piccolo is wrong. You should report a bug to Piccolo's maintainer. > This conclusion is not clear to me. If the "xml" prefix is by definition bound to that one namespace, seems to me that it __should__ be reported whether or not a namespace declaration exists for it in a document. If the prefix is used and there is no declaration, the namespace should be reported anyway. If an incorrect namespace were used, what would be the right error behavior? Report the right namespace and continue? I do not know how most parsers handle it, though. I remember hacking 4xslt or 4xpath (I think it was) once because it insisted on having the namespace supplied and generally it is not supplied that in practice. Cheers, Tom P
|

Cart



