topical media & game development

talk show tell print

server-php-xml-class-sax-filters-example.php / php



  <?
  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();
  ?>


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.