X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=php5%2Fattribute-empty.php;h=38181415306b6f9e152445619c12cd6bc5d38dbb;hb=933565bfd7b14e26bf9dbc2afc7271e28ec34398;hp=d4611404f0503d755f5f2ed56c4f93b669a1bf87;hpb=bcaa7bbbb271d7d83017218b5e2965c239aaad8d;p=xml-template diff --git a/php5/attribute-empty.php b/php5/attribute-empty.php index d461140..3818141 100644 --- a/php5/attribute-empty.php +++ b/php5/attribute-empty.php @@ -8,5 +8,5 @@ $doc = XML_Template_process_file('../xml/clone.xml', array( 'color' => 'blue', '#things' => array(NULL) )); -print $doc->dump_mem(); +print $doc->saveXML(); ?>