Re: How to make Tidy skip unknown elements (not standard)

Hi Georg,

please look at the http://tidy.sourceforge.net/docs/quickref.html and use
one of this options (which fits best):
- new-inline-tags
- new-blocklevel-tags
- new-empty-tags
- new-pre-tags

Best regards,
Marvin

2013/1/10 Georg Bege <therion@ninth-art.de>

> Hello guys
>
> I've a simple issue, Im using Tidy via .NET -
> everything works great.
> But if it hits an element which is not standard and it cannot find that,
> it's an fatal error to Tidy and he doesnt go on parsing -
> can I ignore this somehow?
>
> Because I'd like to benefit from the rest of the code, even
> if one element is <bark> or <marquee>?
>
> cheers
> Georg
>
>
>
>

Received on Friday, 11 January 2013 11:56:11 UTC