Dieter Maurer wrote:
> [EMAIL PROTECTED] 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?
Same machine, zope instance talking to itself. Eventually, it won't be, but
at the moment it is.
Richard
--
Richard Jones
[EMAIL PROTECTED]
Senior Software Developer, Bizar Software (www.bizarsoftware.com.au)
_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope )