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