<?php include_once("XmlParser.class.php"); $FeedUrl="http://www.phpclasses.org/browse/latest/latest.xml"; $XMLpar = new SimpleXmlParser($FeedUrl); ?>