[ http://nagoya.apache.org/jira/browse/XERCESC-1103?page=history ]
Alberto Massari updated XERCESC-1103:
-------------------------------------
Priority: Major
> DOMWriter prettyprint adds too much whitespace after each element
> -----------------------------------------------------------------
>
> Key: XERCESC-1103
> URL: http://nagoya.apache.org/jira/browse/XERCESC-1103
> Project: Xerces-C++
> Type: Bug
> Components: DOM
> Versions: Nightly build (please specify the date)
> Environment: Operating System: Other
> Platform: All
> Reporter: Han Ming Ong
> Assignee: Xerces-C Developers Mailing List
>
> 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.
-
If you think it was sent incorrectly contact one of the administrators:
http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]