StreamingOMSerializer drops "xml" prefixes
------------------------------------------

                 Key: WSCOMMONS-535
                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-535
             Project: WS-Commons
          Issue Type: Bug
          Components: AXIOM
            Reporter: Andreas Veithen
            Assignee: Andreas Veithen
             Fix For: Axiom 1.2.9


StreamingOMSerializer drops all "xml" prefixes. E.g. the document

<?xml version="1.0"?>
<root>
    <text xml:lang="en">Some text</text>
</root>

is transformed into

<?xml version='1.0' encoding='UTF-8'?>
<root>
    <text lang="en">Some text</text>
</root>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to