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

[jira] [Reopened] (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 ]

Steve Lawrence reopened DAFFODIL-2568:
--------------------------------------

Found a regression where there are still differences in some SAX and non-SAX output that seems related to this. Reopening.

> 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)