I'm getting:
XmlRpcClientException: Invalid Character data corresponding to XML entity &#65533

The cause is a copyright char © in a String.

This works fine on Win32 and OSX but throws exceptions on Linux.

I'm able to parse an XML file containing the string just fine:

eg:

<line1>Copyright &#169; 2005 Foo</line>

Any ideas ?

Reply via email to