Hi,
I am finally back from my travels.
There is a new version of the SanityChecker v0.1.0 which should provide line and column information for the last start tag that was unmatched when tag mismatches happen.
Please let me know if this now does what you want.
Thanks,
Kevin
Code:
<html>
<head>
<title>testing & entities</title>
</head>
<body>
<p>this is*the*<b><i>copyright</i></b> symbol "©"</p>
</html>
Now should generate this output
[(7, 0, 'Improperly nested tags: parsing end tag "html" but current parse path is "html.body". See line 5 col 0')]
KevinH