Josh Adams created DAFFODIL-2568:
------------------------------------
Summary: 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
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)