]> git.sesse.net Git - xml-template/blobdiff - php5/simple.php
First round of style changes to php5 just to make it stop crashing.
[xml-template] / php5 / simple.php
index 10e73f1e155d0ca4a7116c7e6e4d2c758caf792f..afcdc34f6a6830ee7ebdf053e021a7132804ebf8 100644 (file)
@@ -5,5 +5,5 @@ $doc = XML_Template_process_file('../xml/simple.xml', array(
        'title' => 'A very basic example',
        '#hello' => 'Hello world!'
 ));
-print $doc->dump_mem();
+print $doc->saveXML();
 ?>