Re: error when clean html with tidy (fwd)

This sounds like you are specifying XML input to Tidy.  Please be sure
that you haven't setXMLTags to true.

Gary

Chunbo Shao wrote:
> 
> Hi,
> 
> almost same thing, error shows
> "<meta> missing '>' for end of tag".
> 
> But, "meta" is already in TagTable.java.
> 
> Can we do something (to make tidy) to solve this problem, then to give
> nice output other than zero-content file?
> 
> thanks.
> 
> Chunbo
> 
> ---------- Forwarded message ----------
> Date: Thu, 23 Aug 2001 16:23:43 -0500 (CDT)
> From: Chunbo Shao <cxs0187@omega.uta.edu>
> To: Michael Ryan Bannon <mrbannon@student.math.uwaterloo.ca>
> Cc: html-tidy@w3.org
> Subject: error when clean html with tidy
> 
> Hi, Michael
> 
> Thanks for your help on "config.txt". It's good solution.
> 
> When i run tidy to clean some html, i got one error indicating that
> "<a> missing '>' for end of tag ". But "<a>" is already included in
> TagTable.java.
> Because of this error, the output as clean result is a zero-length file.
> But i want the output file not to be a zero-content file.
> 
> Is there any solution to avoid this? Tidy is supposed to overcome this
> case, is it?
> 
> chunbo

Received on Friday, 24 August 2001 01:54:59 UTC