<?PHPinclude 'podcast.php';$p = new podcast();$p->cast('podcast.xml');$a = $p->get_base_data_array();$b = $p->get_podcast_arrays();highlight_string($p->make_xml_podcast_file($a, $b));?>