StaxStreamXMLReader ignores significant whitespace
The StaxStreamXMLReader no longer handles all whitespace as ignorable whitespace. Issue: SPR-12000
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
<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>
|
||||
xmlns:prefix="http://www.greeting.com/goodbye/" h:person="Arjen"> Some text </prefix:goodbye><h:so-long> </h:so-long></h:hello>
|
||||
Reference in New Issue
Block a user