]> git.sesse.net Git - xml-template/blobdiff - php5/namespace2.php
First round of style changes to php5 just to make it stop crashing.
[xml-template] / php5 / namespace2.php
index 6ff09fd07da50c651fdd5c25b0efe1a7e10feb93..57c2778de1697b38a8529b6fa60caa5320ec645a 100644 (file)
@@ -5,5 +5,5 @@ $doc = XML_Template_process_file('../xml/namespace2.xml', array(
        'title' => 'Namespace tests',
        '#hello' => 'Replaced.',
 ));
-print $doc->dump_mem();
+print $doc->saveXML();
 ?>