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 bu...@apache.org on 2003/12/31 02:57:13 UTC

DO NOT REPLY [Bug 25751] - DOMWriter prettyprint adds too much whitespace after each element

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





------- Additional Comments From aheinz@cs.indiana.edu  2003-12-31 01:57 -------
2.3.0 behavior always destroyed whitespace, ignoring the 
fgDOMWRTWhitespaceInElementContent setting.  2.4.0 allows you to choose the 
2.3.0 behavior by setting:

pWriter->setFeature(XMLUni::fgDOMWRTWhitespaceInElementContent, false);

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org