2 require('xml-template.php');
4 # NULL values are ignored, but having one helps pointing out that
5 # the array given is non-associative
7 $doc = XML_Template_process_file('../xml/clone.xml', array(
9 '#things' => array(NULL)
11 print $doc->dump_mem();