SimpleXML
http://www.php.net/manual/en/ref.simplexml.php$xml = simplexml_load_file($file);
$body = $xml->xpath("//body");
print $body->asXML();
A piggy bank of commands, fixes, succinct reviews, some mini articles and technical opinions from a (mostly) Perl developer.