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

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From [EMAIL PROTECTED]  2004-02-14 05:41 -------
I'm reopening this bug, due to a small problem. Sorry about that.

You will notice that whitespaces before comments are no longer respected, as
opposed to 2.3

For example, in 2.3 the output will be

    <test>
      <!-- test comment -->
      <foo/>
    </test>

In the current CVS version, the output becomes

    <test>
<!-- test comment -->
      <foo/>
    </test>

Thanks.

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

Reply via email to