Improved StAX<->SAX bridge
Improved the SAX to StAX (and vice-versa) bridge exposed via StaxUtils. The old integration had some issues with namespace declaration attributes, brought to light in a XMLUnit upgrade. Issue: SPR-11549
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
<h:hello xmlns:h="http://www.greeting.com/hello/" id="a1" h:person="David"><goodbye
|
||||
xmlns="http://www.greeting.com/goodbye/" h:person="Arjen"/></h:hello>
|
||||
<h:hello xmlns:h="http://www.greeting.com/hello/" id="a1" h:person="David"><prefix:goodbye
|
||||
xmlns:prefix="http://www.greeting.com/goodbye/" h:person="Arjen"/></h:hello>
|
||||
Reference in New Issue
Block a user