tidy_get_html Returns a TidyNode Object starting from the <html> tag of the tidy parse tree Description Procedural style: objecttidy_get_html resourcetidy Object oriented style: objecttidy->html This function returns a TidyNode object starting from the <html> tag of the tidy parse tree. <function>tidy_get_html</function> example test

paragraph

'; $tidy = tidy_parse_string($html); $html = tidy_get_html($tidy); echo $html->value; ?> ]]>
The above example will output: test

paragraph

]]>
¬e.tidy.ze2; See also tidy_get_body and tidy_get_head.