]> git.sesse.net Git - xml-template/blobdiff - php5/include.php
First round of style changes to php5 just to make it stop crashing.
[xml-template] / php5 / include.php
index 8819ef72e1e6cdb0d6647c1799ef62942976e161..79b15c37325d06f1da40c3189f7d6ebef94291ef 100644 (file)
@@ -9,5 +9,5 @@ $master = XML_Template_process_file('../xml/master.xml', array(
        'h1' => 'Nice heading here',
        'contents' => $doc
 ));
-print $master->dump_mem();
+print $master->saveXML();
 ?>