Re: Can I tell JTidy to ignore custom (non-html) tags in a html file?

* KW wrote:
>is it possible to tell Tidy to ignore (= not delete) non HTML-tags like
> <sc:dummylink><a href="....">go!</a></sc:dummylink>.
>"sc:dummylink"
>shall stay in the html file and shall be accessible via the jtidy.parseDOM(...) interface.

Tidy has config options --new-*-tags for this purpose,
I guess JTidy provides an interface to those options.

Received on Sunday, 19 October 2003 08:31:12 UTC