]> git.sesse.net Git - xml-template/blob - php5/attribute4.php
First round of style changes to php5 just to make it stop crashing.
[xml-template] / php5 / attribute4.php
1 <?php
2 require('xml-template.php');
3
4 $doc = XML_Template_process_file('../xml/attribute4.xml', array(
5         '#foo/value' => 'bar',
6 ));
7 print $doc->saveXML();
8 ?>