]> git.sesse.net Git - xml-template/blobdiff - php5/structure.php
First round of style changes to php5 just to make it stop crashing.
[xml-template] / php5 / structure.php
index adb153e1109a8b42c3649b5420e835fdbe8830b1..ebf72354d61d1e2a703d55c8b2f7bdb81c6ceb1b 100644 (file)
@@ -8,5 +8,5 @@ $doc = XML_Template_process_file('../xml/structure.xml', array(
                array( '#inner' => 'Three' ),
        )
 ));
-print $doc->dump_mem();
+print $doc->saveXML();
 ?>