XML DOM

Richard Brodie R.Brodie at rl.ac.uk
Fri Nov 7 08:29:23 EST 2003


"Carlo Sette" <c.sette_NOSPAM_ at reddevils.it> wrote in message
news:bog62a$1doch3$1 at ID-198142.news.uni-berlin.de...

> xml.parsers.expat.ExpatError: mismatched tag: line 1, column 112
>
Problem seems to be around column 112:

>>> XML[110:130]
'</tabledata>'

Can't find a match for the tabledata close tag, why is that?

> XML="""<?xml version="1.0"?><tabedata><row><EMPLOYEE_ID>55></EMPLOYEE_ID>...

Oops.  Spelt it differently in the open tag.






More information about the Python-list mailing list