X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=php5-swig%2Fattribute2.php;h=020288525849776491dd9a5be688936b2ba75445;hb=ab29cf7e641eca15124acb550e4244edd6b0784a;hp=adcad317c0aa324a442c58dac432da03c68268c6;hpb=933565bfd7b14e26bf9dbc2afc7271e28ec34398;p=xml-template diff --git a/php5-swig/attribute2.php b/php5-swig/attribute2.php index adcad31..0202885 100644 --- a/php5-swig/attribute2.php +++ b/php5-swig/attribute2.php @@ -1,7 +1,7 @@ 'blue', '#things' => XML_Template_alternate('li/class', array( array( 'li' => 'Raindrops on roses' ), @@ -10,5 +10,5 @@ $doc = process_file('../xml/clone.xml', array( array( 'li' => 'Warm, woolen mittens' ), ), array('odd', 'even')) ), true); -output_to_fd_and_free($doc, 1); +output_to_fd($doc, 1); ?>