Hi, Currently, DOMStreamer.setNormalizeNamespaces() is hardcoded to true. This fixes the xmlns problem with Xalan, but breaks it with Saxon.
Shouldn't we be doing the AbstractTextSerializer.needsNamespacesAttributes() check in DOMSerializer too? --Jeff