Is there any documentation I might have missed on how to get XMLSerializer, XHTMLSerializer, etc., to generic namespace attributes? Or might namespaces not be fully implemented yet?
I've created a DOM tree, specifying a namespace URI and a qualified QName for the document and for an additional element, but when I serialize using XMLSerializer, XHTMLSerializer, or HTMLSerializer, I get no xmlns:xx attributes. For example: <?xml version="1.0" encoding="UTF-8"?> <docpref:docName> <elempref:prefixed/> </docpref:docName> (Attached is my test code, is case that's useful.) Thanks, Daniel -- Daniel Barclay Digital Focus [EMAIL PROTECTED]
DOMCreationtemp.java
Description: application/unknown-content-type-java_auto_file