]> git.sesse.net Git - xml-template/blobdiff - php5/attribute4.php
First round of style changes to php5 just to make it stop crashing.
[xml-template] / php5 / attribute4.php
index b2c39f99cb5d0213877ca56d503fb25358019d09..1251aa3af1cb35d3bc5fd40ef438541d9e915e9e 100644 (file)
@@ -4,5 +4,5 @@ require('xml-template.php');
 $doc = XML_Template_process_file('../xml/attribute4.xml', array(
        '#foo/value' => 'bar',
 ));
-print $doc->dump_mem();
+print $doc->saveXML();
 ?>