Re: Possible to use Tidy only as validator?

On Mon, October 25, 2010 3:45 pm, ts wrote:
> Hi,
>
>
> I don't want Tidy to actually change HTML.
> I only want it to report errors? Can TidyLib do this?

Yes. tidy -e <yourinputfile.html>

> I can't get the tidy.exe to not automatically correct HTML :(

RTFM

tidy -h
tidy -show-config
tidy -help-config

http://tidy.sourceforge.net/docs/tidy_man.html
http://tidy.sourceforge.net/docs/quickref.html

Received on Tuesday, 30 November 2010 19:57:42 UTC