<?php $url = 'Top%2025%20Companies%20-%20BCFB.xml'; $r = new XmlParser($url); //header('Content-Type:application/xml'); print $r->parseXml();