You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2002/05/10 05:06:07 UTC

DO NOT REPLY [Bug 8962] New: - Strange results building CDATA sections

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

Strange results building CDATA sections

           Summary: Strange results building CDATA sections
           Product: Xerces2-J
           Version: 2.0.1
          Platform: Other
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: DOM
        AssignedTo: xerces-j-dev@xml.apache.org
        ReportedBy: samuel_someone@hotmail.com


<text>
  <![CDATA[Adhesive bag for catching and collecting urine, the adhesive surface 
is precisely adapted to the anatomy of girls, ]]>&#11;
  <![CDATA[single sterile packed]]>&#11;]]>
</text>

This is an output of Xerces 2. Look at the last chars before </text>. 

The text was built with _one_ createCDATASection function. I don' know why the 
parser has built two sections and placed the weird &#11 in between. The output 
is absolutely illegal anyway.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org