[XML-SIG] Re: More problems with XML processing

Fredrik Lundh fredrik@pythonware.com
Thu, 20 Feb 2003 09:20:59 +0100


"aravind c" wrote:

> xml.parsers.expat.ExpatError: syntax error: line 1, column 0
>
> I am not able to figure out where the problem is?  Is this got to
> do with the library or python installation?

Bogus data, more likely.   ExpatError means that the parser cannot
make sense of the data it got.

</F>