Re: <meta> tag problem

* Raymond Tan wrote:
>I am facing this problem with meta tags when I am trying to convert html to xml.
>
>[Fatal Error] :52:8: The element type "meta" must be terminated by the matching
>end-tag "</meta>".
>error in extraction process!

Where is this error message from? It's certainly not HTML Tidy, it
doesn't have a "fatal error"...

By the way, ReportEncodingError uses the FatalError function, it
shouldn't do so, FatalError is only for fatal fatal fatal errors
like a failing malloc(). Who ever added this should please fix it,
thanks.

Received on Sunday, 31 March 2002 20:05:29 UTC