tidy_get_body Returns a tidyNode Object starting from the <body> tag of the tidy parse tree Description Procedural style: tidyNodetidy_get_body tidyobject Object oriented style: tidyNodetidy->body This function returns a tidyNode object starting from the <body> tag of the tidy parse tree. <function>tidy_get_body</function> example test

paragraph

'; $tidy = tidy_parse_string($html); $body = tidy_get_body($tidy); echo $body->value; ?> ]]>
&example.outputs;

paragraph

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