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 2002/07/23 18:37:19 UTC

DO NOT REPLY [Bug 8962] - 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

keshlam@us.ibm.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |keshlam@us.ibm.com
         AssignedTo|xerces-j-dev@xml.apache.org |xalan-dev@xml.apache.org
          Component|DOM                         |javax.xml
            Product|Xerces2-J                   |XalanJ2



------- Additional Comments From keshlam@us.ibm.com  2002-07-23 16:37 -------
Your attachment says you're trying to use Xalan as a serializer, 
rather than using the Xerces serializer classes. This does not flow through 
the Xerces serializers; it's a separate code base, tuned for Xalan's needs.

Xalan has not been tested intensively in this mode; its serializers have 
primarily been invoked from the rest of the XSLT processor, which drives them 
via SAX and which pre-filters the data stream to some degree. We know we have 
some open issues in the "default identity transformation" from a DOM; this may 
be related to one of those.

So I _think_ what you're looking at is actually a Xalan bug rather than a Xerces 
bug. I'm going to reassign it to Xalan; if we discover that the 
problem is Xerces we can transfer it back.