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=1542>. 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=1542 The transofrmation fails if there are special unicode chars in CDATA [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2001-10-05 09:51 ------- ’ (or ’ in decimal) is a non-standard character for right-quote. It's allowed in XML in the general sense of Production 2 (Char) in XML 1.0, 2nd Edition. Whether it's allowed in *your* XML is further constrained by the encoding declaration. In Section 2.7 of the XML spec, we see that the content of a CDATA section is limited to the same character set as any other part of the XML document, because it's about squelching the interpretation of certain characters as markup. Make sure you have the correct encoding declaration in your XML.
