Probably a question for Bruno.. The NamespaceNormalizingDOMStreamer doesn't support DOM 1 nodes, which means that any code using, say, 'setAttribute' instead of 'setAttributeNS' causes cryptic errors like:
Failed to execute pipeline.: org.xml.sax.SAXException: [NamespaceNormalizingDOMStreamer] Encountered an attribute without a local name, this DOM streamer does not support that. I haven't looked closely, but is there some reason why NamespaceNormalizingDOMStreamer couldn't stream DOM 1 nodes as well as DOM 2? Otherwise, this is going to be a major break of binary compatibility with 2.0. --Jeff