]> git.sesse.net Git - xml-template/history - php
Add a test for repeated t:id replacing.
[xml-template] / php /
2007-03-01 sgunderson@bigfoot.comAdd php/structure test, passes.
2007-03-01 sgunderson@bigfoot.comHand-merge from borked repository. Main changes are...
2006-10-04 sgunderson@bigfoot.comMake the PHP attribute-empty hack less ugly.
2006-10-04 sgunderson@bigfoot.comMake PHP pass attribute3.
2006-10-04 sgunderson@bigfoot.comRemove unused code in xml-template.php.
2006-10-04 sgunderson@bigfoot.comAdd a new "attribute3" test, for testing undef/NULL...
2006-10-04 Steinar H. GundersonHack attribute-empty.php so the test passes.
2006-10-03 Steinar H. GundersonAdd PHP and Python variants of attribute-empty.
2006-09-06 sgunderson@bigfoot.comAdd a trivial new “pass through” test.
2006-08-13 sgunderson@bigfoot.comFinally figure out how to remove attributes in PHP.
2006-08-12 sgunderson@bigfoot.comFix "ID bleeding" in the PHP.
2006-08-12 sgunderson@bigfoot.comRevert the NULL mess in PHP; we don't need it anyhow.
2006-08-12 sgunderson@bigfoot.comTweaks to "empty cloning" in PHP.
2006-08-12 sgunderson@bigfoot.comYet more cloning fixes for PHP. *sigh*
2006-08-12 sgunderson@bigfoot.comYet more clone fixes for PHP.
2006-08-12 sgunderson@bigfoot.comFix some cleaning bugs.
2006-08-12 sgunderson@bigfoot.comMake a workaround for PHP's broken clone_node().
2006-08-12 sgunderson@bigfoot.comHorrible workaround for PHP's namespace bugs.
2006-08-12 sgunderson@bigfoot.com"Deep clean" the DOM object we include.
2006-08-12 sgunderson@bigfoot.comDon't clean attributes in PHP anymore -- it's too broken.
2006-08-12 sgunderson@bigfoot.comFix the include example for PHP as well.
2006-08-12 sgunderson@bigfoot.comNULL fixes for the PHP code.
2006-08-12 sgunderson@bigfoot.comChange the syntax for attributes from tag.attribute...
2006-08-12 sgunderson@bigfoot.comOrganize everything into neat directories.