]> git.sesse.net Git - xml-template/blobdiff - php5/attribute-empty.php
First round of style changes to php5 just to make it stop crashing.
[xml-template] / php5 / attribute-empty.php
index d4611404f0503d755f5f2ed56c4f93b669a1bf87..38181415306b6f9e152445619c12cd6bc5d38dbb 100644 (file)
@@ -8,5 +8,5 @@ $doc = XML_Template_process_file('../xml/clone.xml', array(
        'color' => 'blue',
        '#things' => array(NULL)
 ));
-print $doc->dump_mem();
+print $doc->saveXML();
 ?>