Uploaded image for project: 'Axiom'
  1. Axiom
  2. AXIOM-52

StreamingOMSerializer drops "xml" prefixes

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.2.9
    • None
    • None

    Description

      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>

      Attachments

        Activity

          People

            veithen Andreas Veithen
            veithen Andreas Veithen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: