----- Original Message ----- From: "Adam Megacz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 19, 2002 11:27 PM Subject: Re: org.apache.xmlrpc.XmlWriter emits invalid XML
[snip] > behavior -- there is no way to send non-ASCII characters within the > bounds of the spec without using the <unicode> element. Yes there is. Any Unicode character allowed in an XML document and having a value greater than 127 can be encoded as &#XXXX;. It is possible to represent any well formed XML document in USACII (or EBCDIC for that matter). John Wilson The Wilson Partnership http://www.wilson.co.uk