You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2004/06/10 18:33:25 UTC

DO NOT REPLY [Bug 29482] - bug with character entities > 16-bits and `]` following in the same text node

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

David_N_Bertoni@lotus.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED



------- Additional Comments From David_N_Bertoni@lotus.com  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: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org