10 May
2001
10 May
'01
8:11 p.m.
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