Re: Stop Tidy replacing unexpected tags and warn on upper-case tags

* Ben Bradley wrote:
>1) I've had a dig through the options but I can't find a way to stop Tidy replacing unexpected tags, eg: 
>Warning: replacing unexpected b by </b> 
>I'd like Tidy to give me the warning/errors rather than actually replacing anything.

The otion is `--markup no`.

>2) It seems Tidy ignores the case of tags and converts them all to lower-case.
>Is there an option to also error/warn when tags are written in upper-case?

There is no such option, generally Tidy will silently correct many
things without generating error messages, especially little things
like adding quote marks around attribute values.
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Am Badedeich 7 · Telefon: +49(0)160/4415681 · http://www.bjoernsworld.de
25899 Dagebüll · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Tuesday, 13 July 2010 14:26:10 UTC