You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "Dave Thompson (Jira)" <ji...@apache.org> on 2021/11/02 13:23:00 UTC

[jira] [Closed] (DAFFODIL-2568) SAX outputter adding redundant xmlns to elements, causing comparison to expected results to fail

     [ https://issues.apache.org/jira/browse/DAFFODIL-2568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dave Thompson closed DAFFODIL-2568.
-----------------------------------

Verified the specified commit (commit 11095e9060745a34606a81437e46e6c6d32c1190) is included in the latest pull from the daffodil repository.

Verified changes identified in commit comment were implemented.

Verified all affected daffodil subproject sbt test suites execute successfully.

Verified the nightly test schemas compile and save successfully.

Verified the nightly test suite executes successfully.

Verified that xml and sax outputters render the same infoset xml. Verified with md5sum checks.

> SAX outputter adding redundant xmlns to elements, causing comparison to expected results to fail
> ------------------------------------------------------------------------------------------------
>
>                 Key: DAFFODIL-2568
>                 URL: https://issues.apache.org/jira/browse/DAFFODIL-2568
>             Project: Daffodil
>          Issue Type: Bug
>          Components: SAX
>    Affects Versions: 3.2.0
>            Reporter: Josh Adams
>            Assignee: Steve Lawrence
>            Priority: Critical
>             Fix For: 3.2.0
>
>
> For example:
> Command line output (normal outputter):
> <data>
>   <raw>1</raw>
> </data>
> SAX outputter:
> <data>
>   <raw xmlns:tns="urn:redundant-namespace">1</raw>
> </data>
> Unfortunately I stumbled upon this bug in using private data and don't have a readily available simple test demonstrating this bug that can be shared.  May try to add one later.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)