You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Boris Kolpackov (JIRA)" <xe...@xml.apache.org> on 2009/11/03 07:50:59 UTC

[jira] Closed: (XERCESC-1103) DOMWriter prettyprint adds too much whitespace after each element

     [ 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>chief@foo.com</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: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org