← Prev in month ← Prev in thread
Next in thread → Next in month →

Re: [xml-dev] generating DOM from ill-formed HTML docs

From
Bjoern Hoehrmann <>
To
Robert Mena <>
Date
2002-07-28T17:11:44Z
ID
<>
Thread
Re: [xml-dev] generating DOM from ill-formed HTML docs
* Robert Mena wrote:
>Thanks.  I've tested both tools and so far neko
>outperforms tidy in all aspects besides performance.
>Some "popular" sites such as amazon were rejected by
>tidy but went ok with neko.

You may use the --force-output boolean switch to get your
output even if Tidy finds errors (in which Tidy does not
output a pretty-printed version). Rejection happens because
Tidy cannot be sure in order how to fix a certain error.

Note that there is a Library branch in the Tidy CVS repository
that allows to use Tidy more easily from within your program,
but also note that this is somewhat of a pre-alpha version of
the code.

regards.
← Prev in month ← Prev in thread
Next in thread → Next in month →