You are viewing a plain text version of this content. The canonical link for it is here.
Posted to p-dev@xerces.apache.org by "Jason E. Stewart" <ja...@openinformatics.com> on 2003/11/01 18:27:06 UTC

[bugzilla@apache.org] DO NOT REPLY [Bug 24317] - DOMWriter::writeToString ignores encoding

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=24317>.
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=24317

DOMWriter::writeToString ignores encoding

alby@exceloncorp.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From alby@exceloncorp.com  2003-11-01 12:06 -------
Because the output of the DOMWriter::writeToString is a Unicode string 
(XMLCh*). If you want to obtain a serialized document in a specific encoding, 
you have to use a file target.

Alberto