topical media & game development

talk show tell print

server-php-xml-class-rddl-parser-rddldump.php / php



  <?php
  
  include_once("class_rddl.php");
  
  rddl=new RDDL_parser();
  rddl->rddl_parse("http://www.rddl.org/");
  resources=rddl->get_resources();
  print("<b>Resources:</b></br/>");
  foreach(resources as r) {
    foreach(r as key => val) {
      print("key: val<br/>"); 
    } 
    print("-------<br/>");
  }
  
  ?>
  


(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.