<? include_once("class_sax_filters.php"); $f1=new ExpatParser("applications.xml"); $f1->parserSetOption(XML_OPTION_CASE_FOLDING,0); $f3=new FilterOutput(); $f2=new FilterName(); $f2->setListener($f3); $f1->setListener($f2); $f1->parse(); ?>