X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=inline;f=php7-swig%2Fattribute3.php;fp=php5-swig%2Fattribute3.php;h=b8ce7ea499fa8212b41d2c0038f9305e6070fad9;hb=HEAD;hp=1262a906b897aa8f82b3b5830f25cb559ae546e6;hpb=7d1da52761b9ec9747c4400609658a379a34392c;p=xml-template diff --git a/php5-swig/attribute3.php b/php5-swig/attribute3.php deleted file mode 100644 index 1262a90..0000000 --- a/php5-swig/attribute3.php +++ /dev/null @@ -1,15 +0,0 @@ - 'blue', - '#things' => XML_Template_alternate('li/class', array( - array( 'li' => 'Raindrops on roses' ), - array( 'li' => 'Whiskers on kittens' ), - NULL, - array( 'li' => 'Bright copper kettles' ), - array( 'li' => 'Warm, woolen mittens' ), - ), array('odd', 'even')) -), true); -print XML_Template_convert_doc_to_string($doc); -?>