]> git.sesse.net Git - xml-template/blobdiff - php5/attribute.php
First round of style changes to php5 just to make it stop crashing.
[xml-template] / php5 / attribute.php
index 626812ec9227cb5a7097db944e965940bcf6b7b3..df0f5f50f46d654b803d85d5cd81a6476ee30759 100644 (file)
@@ -10,5 +10,5 @@ $doc = XML_Template_process_file('../xml/clone.xml', array(
                array( 'li' => 'Warm, woolen mittens',  'li/class' => 'even' )
        )
 ));
-print $doc->dump_mem();
+print $doc->saveXML();
 ?>