RE: Using tags that not existing in HTML 4.0 and keep it in code afte r parsing with JTidy

> I want JTidy to recognize <zone> tags I placed in code and not
> deleting it. How can I do ?

I think you could use a configuration file for tidy that contains properties
like :

new-empty-tags: zone
new-inline-tags: zone

or
new-block-level-tags: zone

or
new-pre-tags: zone

Take a look at http://www.w3.org/People/Raggett/tidy/

--
Denis Queffeulou

Received on Thursday, 21 December 2000 09:52:57 UTC