Murray Altheim wrote: > Last night we tested it against Java 1.3 and 1.4, and it seems that from > the command line tools the "xmlns:" is getting taken off of "xmlns:foo" > in the server itself. I spit out a serialization of the DOM node before I > add it as well as when I get it out, and the node is fine on addition.
It looks as though the Xerces 2 SAX parser is reporting the namespaceURI for xmlns:<blah> as null. I don't know if this is legal or not... One would think it should be reported as an empty string, but I'll follow up with the Xerces team. In either case, I'm working on a clean workaround for it, which should be available within a half hour or so. -- Tom Bradford - http://www.tbradford.org Developer - Apache Xindice (formerly dbXML) Maintainer - jEdit-Syntax Java Editing Bean