[Zope-dev] xmlrpc "500 Internal Server Error"
Dieter Maurer
dieter@handshake.de
Thu, 10 May 2001 22:11:01 +0200 (CEST)
richard@bizarsoftware.com.au writes:
> ...
> File "/usr/lib/python1.5/xmllib.py", line 227, in goahead
> self.syntax_error('illegal character in content')
> File "/usr/lib/python1.5/xmllib.py", line 748, in syntax_error
> raise RuntimeError, 'Syntax error at line %d: %s' % (self.lineno,
> message)
> RuntimeError: Syntax error at line 34: illegal character in content
>
> I'm using the latest xmlrpclib.py from www.pythonware.com for the client
> side - so I'm happy to blame it for generating invalid XML.
Maybe a charset mismatch between client and server?
Dieter