Name
tidy_external — run an external HTML Tidy executable to clean up an HTML document
Synopsis
integer tidy_external(
|
); |
Description
tidy_external returns a status flag indicating
whether the server is configured to delegate HTML tidying to an external
tidy(1) executable rather than to the bundled libtidy
integration. Returns 1 when external tidy is enabled, 0 otherwise.
The decision affects
tidy_html and the
HTML-parsing variant of
xtree_doc: when
external tidy is selected, those functions invoke the system tidy binary;
otherwise they use the linked library directly.