image

the sleepy snake

index :: html :: set_verbosity

set_verbosity(verbosity)

Srets the verbosity level for the module

This affects warnings and errors when specifying unsupported attributes for tags or trying to add non supported tags as children to a tag and tidy output.

Verbosity can be:

HTML_QUIETsuppress all warnings and errors
HTML_WARNprint out warnings (default)
HTML_STRICTraise on warnings and errors
HTML_SHUTUP_TIDYshuts up tidy

You may add the following flag by oring it to shutup tidy messages

HTML_SHUTUP_TIDYsuppresses all tidy output
set_verbosity(HTML_STRICT | HTML_SHUTUP_TIDY)