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=14696>. 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=14696 Using binary data with CDATA causes exception [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2002-11-20 12:50 ------- If I understand you correctly, Xerces is behaving per the spec. The character represented in hexadecimal as 0x10 is not a legal character in XML. See http://www.w3.org/TR/REC-xml#charsets. This means that, for all intents and purposes, pure binary data is not allowed in XML documents. You'll need to encode it using base64 (see section 5.2 of RFC 1521 http://www.faqs.org/rfcs/rfc1521.html) or some other scheme. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
