[
https://issues.apache.org/jira/browse/XERCESC-1103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Boris Kolpackov closed XERCESC-1103.
------------------------------------
Resolution: Fixed
Fix Version/s: 3.0.1
Assignee: (was: Xerces-C Developers Mailing List)
I have done some improvements in this area for 3-series.
> DOMWriter prettyprint adds too much whitespace after each element
> -----------------------------------------------------------------
>
> Key: XERCESC-1103
> URL: https://issues.apache.org/jira/browse/XERCESC-1103
> Project: Xerces-C++
> Issue Type: Bug
> Components: DOM
> Affects Versions: Nightly build (please specify the date)
> Environment: Operating System: Other
> Platform: All
> Reporter: Han Ming Ong
> Fix For: 3.0.1
>
>
> To reproduce:
> - Just use the DOMPrint sample project against the personal.xml
> - In 2.3, the pretty print output is nicely formatted
> - In 2.4, you see things like this (make use you use pretty print as well)
> <?xml version="1.0" encoding="iso-8859-1" standalone="no" ?>
> <!DOCTYPE personnel SYSTEM "personal.dtd">
> <!-- @version: -->
> <personnel>
>
> <person id="Big.Boss">
>
> <name>
> <family>Boss</family>
> <given>Big</given>
> </name>
>
> <email>[email protected]</email>
>
> <link subordinates="one.worker two.worker three.worker four.worker
> five.worker"/>
>
> </person>
> ...
> - note that this happens in the CVS TOT as well.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]