Retrieving an Entrance Node in Tidy
<?php $tidy = tidy_parse_file("http://www.php.net/"); $root = $tidy->root(); ?>