[
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 c8d7d1e3082815e33690d8ace2943123fab0f943)
is included in the latest pull from the daffodil repository.
Verified changes identified in commit comment were implemented.
Verified affected daffodil sub-project sbt test suite execute successfully.
Parsed files of several different data formats using -I set to xml and sax.
Verified the resulting xml infosets matched using 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.20.1#820001)