[ expat-Bugs-946222 ] error message
"SourceForge.net" <[email protected]>
| Newsgroups | gmane.text.xml.expat.bugs |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #946222, was opened at 2004-05-01 21:02 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=946222&group_id=10127 Category: None Group: Feature Request Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: error message Initial Comment: I use tcl tdom that uses the expat lib. I was told that the error of xml parsing comes from the expat live when there is parsing error I wished the error Info would be a bit more informative. for example: dom parse <test><a><b><c></c></a></test> error "mismatched tag" at line 1 character 21 "test><a><b><c></c></a <--Error-- ></test>" will be better if it was like microsoft explorer error: End tag 'a' does not match the start tag 'b'. Error rocessing resource 'file:///C:/Documents and Settings/Administrator/Desktop/test.xml'. Line 1, Position 22 <test><a><b><c></c></a></test> ---------------------^ you can know immediatly that tag b was not closed. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=946222&group_id=10127