X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=php5-swig%2Finclude.php;h=6845d50711a67b36d7bc795fc62677f0bfc65c70;hb=7d1da52761b9ec9747c4400609658a379a34392c;hp=5e3ff4e88de30287dc2d16ebeca3162bb84dff7d;hpb=933565bfd7b14e26bf9dbc2afc7271e28ec34398;p=xml-template diff --git a/php5-swig/include.php b/php5-swig/include.php index 5e3ff4e..6845d50 100644 --- a/php5-swig/include.php +++ b/php5-swig/include.php @@ -1,13 +1,13 @@ 'red' -), 0); -$master = process_file('../xml/master.xml', array( +), false); +$master = XML_Template_process_file('../xml/master.xml', array( 'title' => 'Main HTML title', 'h1' => 'Nice heading here', 'contents' => $doc ), true); -output_to_fd_and_free($doc, 1); +print XML_Template_convert_doc_to_string($master, true); ?>