[ZPT] HTMLParseError confusion
Dieter Maurer
dieter@handshake.de
Fri, 10 Aug 2001 23:58:23 +0200 (CEST)
Ron Bickers writes:
> <!-- Page Template Diagnostics
> Compilation failed
> TAL.HTMLParser.HTMLParseError: EOF in middle of entity or char ref, at line
> 199, column 20
> -->
>
> I get this from an HTML document that I pasted in from Dreamweaver (which
> says it's valid when I check it).
>
> I'm not sure what the problem is. On line 199 of the source, there is no
> column 20. It only has 7 characters on it, and they are ' </tr>'
Search for an '&' followed by something that does not follow
the SGML entity/charref syntax.
Dieter