X-Git-Url: https://git.sesse.net/?p=xml-template;a=blobdiff_plain;f=php7-swig%2Fattribute3.php;fp=php5-swig%2Fattribute3.php;h=b8ce7ea499fa8212b41d2c0038f9305e6070fad9;hp=1262a906b897aa8f82b3b5830f25cb559ae546e6;hb=HEAD;hpb=7d1da52761b9ec9747c4400609658a379a34392c diff --git a/php5-swig/attribute3.php b/php7-swig/attribute3.php similarity index 88% rename from php5-swig/attribute3.php rename to php7-swig/attribute3.php index 1262a90..b8ce7ea 100644 --- a/php5-swig/attribute3.php +++ b/php7-swig/attribute3.php @@ -11,5 +11,5 @@ $doc = XML_Template_process_file('../xml/clone.xml', array( array( 'li' => 'Warm, woolen mittens' ), ), array('odd', 'even')) ), true); -print XML_Template_convert_doc_to_string($doc); +print XML_Template_convert_doc_to_string($doc, 0); ?>