Re: Possible to use Tidy only as validator?
Thomas Schulz <[email protected]> Wed, 01 Dec 2010 02:12:03 +0100
| Newsgroups | gmane.comp.web.html-tidy.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, It appears you are correct :) I had been through: http://tidy.sourceforge.net/docs/quickref.html But was/am not able to locate -e there. And yes, I realize I will probably be proven wrong even though I just double checked :) But I see tidy -h list the -e switch and http://tidy.sourceforge.net/docs/tidy_man.html so... My bad under all circumstances :D Thanks again :) best regards Tom Den 30-11-2010 20:53, Lee Passey skrev: > 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 > > >