X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=php5-swig%2Fattribute3.php;fp=php5-swig%2Fattribute3.php;h=0000000000000000000000000000000000000000;hb=3c53a0b7306711683492be3bd0c84bcb92902d4f;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); -?>