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=6792>. 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=6792 Parsed DOM contains garbage in CDATA values Summary: Parsed DOM contains garbage in CDATA values Product: Xerces2-J Version: 2.0.0 Platform: PC OS/Version: Other Status: NEW Severity: Blocker Priority: Other Component: DOM AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I'm about to attach an example of this, which you can reproduce using the dom.Writer sample program included with Xerces 2. The file input.xml contains our original XML data. The file output.xml contains the result of doing the following: java dom.Writer input.xml > output.xml In input.xml, you'll find an element that begins as follows: <MessageRouting> <![CDATA[package test.routings.Error; The corresponding element value in output.xml begins as follows: <MessageRouting> <![CDATA[MERIDIAN.ALERT.QXML(None)Nopackage test.routings.Error; As you can see, Xerces has inserted some garbage into the element value. There are several other cases of this in output.xml. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
