DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29482>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29482 bug with character entities > 16-bits and `]` following in the same text node [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From [EMAIL PROTECTED] 2004-06-10 16:33 ------- This turned out to be a bug in Xerces-C. The parser somehow considers "]" (U+005D RIGHT SQUARE BRACKET) to be a "special character" that requires special processing. As a result, the parsing was sending garbage for content of the text node, and Xalan was simply transforming it. The debug version of Xalan-C asserts when trying to serialize the bogus content. Since Xerces-C is now using a different bug tracking system, I will have to create a bug report in their tracking system. Once that's done, I will report the relevant information back here, and close this bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
