X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=php5%2Fattribute2.php;h=f58b4adcb73192dc660b62c8205ff878f06012ab;hb=1725768e2eaf68a1445f1aef9d95da0bf461e88b;hp=186828f312af85194cf419379df64053f65fb6b9;hpb=bcaa7bbbb271d7d83017218b5e2965c239aaad8d;p=xml-template diff --git a/php5/attribute2.php b/php5/attribute2.php index 186828f..f58b4ad 100644 --- a/php5/attribute2.php +++ b/php5/attribute2.php @@ -10,5 +10,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(); ?>