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=8549>. 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=8549 XMLFormatter::CharEscapes should include close angle Summary: XMLFormatter::CharEscapes should include close angle Product: Xerces-C++ Version: 1.7.0 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: DOM AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The documentation isn't clear what the different types of escapes are for, but the samples use CharEscapes to encode text elements. But this only encodes open angles not close, so if you embed XML inside a string, say you put <inner/> inside a text element of <outer>, you get <outer><inner/></outer>. I presume this is a bug in the escpes, if not then it is a bug in the DOMPrint sample and other samples. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
