XmlTokenSource#newXMLStreamReader(XmlOptions) should take into account the XmlOptions#setSaveAggressiveNamespaces() -------------------------------------------------------------------------------------------------------------------
Key: XMLBEANS-398 URL: https://issues.apache.org/jira/browse/XMLBEANS-398 Project: XMLBeans Issue Type: Improvement Affects Versions: Version 2, Version 2.1, Version 2.2, Version 2.2.1, Version 2.3, Version 2.3.1, Version 2.4 , Version 2.4.1 Reporter: Philippe Mouawad The issue here is that XMLBeans' XmlTokenSource#newXMLStreamReader(XmlOptions) doesn't take into account the XmlOptions#setSaveAggressiveNamespaces() setting (in contrast to the save methods). Therefore this is not an Axiom bug. As a workaround for this XMLBeans issue, I suggest to use XmlTokenSource#save(ContentHandler, LexicalHandler, XmlOptions) in conjunction with Axiom's SAXOMBuilder: See : https://issues.apache.org/jira/browse/WSCOMMONS-327 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@xmlbeans.apache.org For additional commands, e-mail: dev-h...@xmlbeans.apache.org