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=15756>. 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=15756 By passing Parsing with CDATA [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID Summary|By passing Parsing with |By passing Parsing with |CDATA |CDATA ------- Additional Comments From [EMAIL PROTECTED] 2003-01-09 19:22 ------- CDATA Section contains "unparsed character data". Although "unparsed", they are still XML character data, i.e. [2] Char ::= #x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000- #xFFFD] | [#x10000-#x10FFFF] Thus you will still get error for non-conformant character data. If you want to represent some binary data, I think you have to use "unparsed entities" like NOTATION, not CDATA section. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]