tidy_get_html Returns a tidyNode Object starting from the <html> tag of the tidy parse tree Description Procedural style: tidyNodetidy_get_html tidyobject Object oriented style: tidyNodetidy->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; ?> ]]>
&example.outputs; test

paragraph

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