Thank you for your reply.

Yes, I already tried the both, but nothing changed, only error message
has been changed.
"org.xml.sax.SAXParseException: An invalid XML character (Unicode:
0x1b) was found in the CDATA section."

It seems that raw 0x1b or escaped &#27 cannot be included in XML, even
CDATA section. Also, any entity does not be interpreted in CDATA
section, so escaped &#27 is meaningless in CDATA.

For example, here is a short text in iso-2022-jp.

$B%F%9%H(B

"" means ESC code "0x1b".
Does anyone can include this text into XML?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Apps APIs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-apps-apis?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to