X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=php5-swig%2Fstructure.php;h=de2e3ab8aeffecc0108941679699c78c2f313945;hb=7d1da52761b9ec9747c4400609658a379a34392c;hp=c3a684e4d67e9cf1f092c313b5762caa0620a6cd;hpb=933565bfd7b14e26bf9dbc2afc7271e28ec34398;p=xml-template diff --git a/php5-swig/structure.php b/php5-swig/structure.php index c3a684e..de2e3ab 100644 --- a/php5-swig/structure.php +++ b/php5-swig/structure.php @@ -1,12 +1,12 @@ array( array( '#inner' => 'One' ), array( '#inner' => 'Two' ), array( '#inner' => 'Three' ), ) ), true); -output_to_fd_and_free($doc, 1); +print XML_Template_convert_doc_to_string($doc); ?>