
15 Sep
2005
15 Sep
'05
3:53 p.m.
<?xml version="1.0" encoding="us-ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> I would strongly recommend that you get a hold of HTMLTidy (http://tidy.sourceforge.net). Tidy will validate your HTML better than W3C's online validator (which is known to be incorrect in at least one particular), fix the errors that it can (reported as warnings),
Using Tidy to detect and flag errors is no problem. But please, don't use it to fix errors. Tidy's output is hard to read by humans, and if something has to be corrected it's a pain. The WWers really don't like it, and have all the reasons to. Frank