[EMAIL PROTECTED] wrote:
[...]
AbstractSAXTransformer cleanup:
Make sure namespaceURI is not null
http://www.saxproject.org/?selected=namespaces
If I understand this correctly, a null URI should be used
to denote elements without a namespace (I used to handle
it like that).
I just updated the Cocoon trunk and got a NPE in
AbstractSAXTransformer.endPrefixMapping():
if (namespaceURI.equals(uri)) {
So how should this be handled?
In Java 1.5 there is XMLConstants.NULL_NS_URI, is there
something similar in 1.4?
-- Andreas