]> git.sesse.net Git - xml-template/blobdiff - php5-swig/structure.php
Update the PHP SWIG version to PHP 7, with various crash fixes, too.
[xml-template] / php5-swig / structure.php
diff --git a/php5-swig/structure.php b/php5-swig/structure.php
deleted file mode 100644 (file)
index de2e3ab..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-include("xml-template.php");
-
-$doc = XML_Template_process_file('../xml/structure.xml', array(
-       '#outer' => array(
-               array( '#inner' => 'One' ),
-               array( '#inner' => 'Two' ),
-               array( '#inner' => 'Three' ),
-       )
-), true);
-print XML_Template_convert_doc_to_string($doc);
-?>