XML DOM

Dietrich Epp dietrich at zdome.net
Fri Nov 7 08:37:29 EST 2003


On Nov 7, 2003, at 5:17 AM, Carlo Sette wrote:

[snip]

> xml.parsers.expat.ExpatError: mismatched tag: line 1, column 112

[snip]

> XML="""<?xml 
> version="1.0"?><tabedata><row><EMPLOYEE_ID>55></EMPLOYEE_ID>
> <FIRST>Carlo</FIRST><LAST>Sette</LAST></row></tabledata>"""

That's not XML, but it's close.  There's a '>' after the 55.  Also, it 
says 'tabedata' instead of 'tabledata' in the opening root tag.






More information about the Python-list mailing list