Michael Zhang wrote:
> I got a strange error of my python program. The
> program is trying to load some data from server (also
> built in Python). the data is in xml format. After
You claim it is in xml format - but the parser error strongly suggest that
it isn't. Please do show it to us, then
Hi,
I got a strange error of my python program. The
program is trying to load some data from server (also
built in Python). the data is in xml format. After
calling xml parser, I got the following error:
File "ShowAll.py", line 156, in ?
main(sys.argv)
File "ShowAll.py", line 129, in ma