DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25751>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25751

DOMWriter prettyprint adds too much whitespace after each element

           Summary: DOMWriter prettyprint adds too much whitespace after
                    each element
           Product: Xerces-C++
           Version: 2.4.0
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: DOM
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to