<?PHPinclude 'podcast.php';$p = new podcast();$p->cast('podcast.xml');echo '<h1>Base data:</h1><pre>';print_r($p->get_base_data_array());echo '</pre><h1>Podcasts</h1><pre>';print_r($p->get_podcast_arrays());?>