expat

Fredrik Lundh fredrik at pythonware.com
Mon Feb 27 16:08:32 EST 2006


Katja Suess wrote:

> may I have a hint what the problem is in my situation?
> Is it a syntax error in sweetone.odt or in xml.parsers.expat?

> xml.parsers.expat.ExpatError: syntax error: line 1, column 0

it's a problem with the file you're parsing (either because it's not a
valid XML file, or because it's encoded in some non-standard way).

can you post the first few lines from that file ?

</F>






More information about the Python-list mailing list