]> git.sesse.net Git - xml-template/log
xml-template
17 years agoDon't clean attributes in PHP anymore -- it's too broken.
sgunderson@bigfoot.com [Sat, 12 Aug 2006 19:37:02 +0000 (21:37 +0200)]
Don't clean attributes in PHP anymore -- it's too broken.

17 years agoFix the include example for PHP as well.
sgunderson@bigfoot.com [Sat, 12 Aug 2006 19:36:47 +0000 (21:36 +0200)]
Fix the include example for PHP as well.

17 years agoIn the Perl variant, do a clean on a newly inserted DOM tree.
sgunderson@bigfoot.com [Sat, 12 Aug 2006 19:28:28 +0000 (21:28 +0200)]
In the Perl variant, do a clean on a newly inserted DOM tree.

17 years agoFix the include example.
sgunderson@bigfoot.com [Sat, 12 Aug 2006 19:26:07 +0000 (21:26 +0200)]
Fix the include example.

17 years agoFix the namespace handling in the Perl variant.
sgunderson@bigfoot.com [Sat, 12 Aug 2006 19:25:23 +0000 (21:25 +0200)]
Fix the namespace handling in the Perl variant.

17 years agoMake the "include" template a bit harder -- both the Perl and the PHP
sgunderson@bigfoot.com [Sat, 12 Aug 2006 19:17:58 +0000 (21:17 +0200)]
Make the "include" template a bit harder -- both the Perl and the PHP
now fail the test.

17 years agoNULL fixes for the PHP code.
sgunderson@bigfoot.com [Sat, 12 Aug 2006 18:45:49 +0000 (20:45 +0200)]
NULL fixes for the PHP code.

17 years agoChange the syntax for attributes from tag.attribute to tag/attribute; we
sgunderson@bigfoot.com [Sat, 12 Aug 2006 17:51:18 +0000 (19:51 +0200)]
Change the syntax for attributes from tag.attribute to tag/attribute; we
might want classes quite soon, and that would be more logical to have as
tag.class.

17 years agoUse t: all over instead of tmpl:.
sgunderson@bigfoot.com [Sat, 12 Aug 2006 17:04:40 +0000 (19:04 +0200)]
Use t: all over instead of tmpl:.

17 years agoAdd a simple introduction document.
sgunderson@bigfoot.com [Sat, 12 Aug 2006 15:05:22 +0000 (17:05 +0200)]
Add a simple introduction document.

17 years agoOrganize everything into neat directories.
sgunderson@bigfoot.com [Sat, 12 Aug 2006 14:09:05 +0000 (16:09 +0200)]
Organize everything into neat directories.

17 years agoAdd alternate() to the PHP version, which should now be rather feature-complete.
sgunderson@bigfoot.com [Sat, 12 Aug 2006 14:04:05 +0000 (16:04 +0200)]
Add alternate() to the PHP version, which should now be rather feature-complete.

17 years agoAdd include support to the PHP version.
sgunderson@bigfoot.com [Sat, 12 Aug 2006 00:00:35 +0000 (02:00 +0200)]
Add include support to the PHP version.

17 years agoMake sure we don't rely on namespace declarations in the parent node.
sgunderson@bigfoot.com [Fri, 11 Aug 2006 23:53:35 +0000 (01:53 +0200)]
Make sure we don't rely on namespace declarations in the parent node.

17 years agoFix attributes in PHP.
sgunderson@bigfoot.com [Fri, 11 Aug 2006 23:47:20 +0000 (01:47 +0200)]
Fix attributes in PHP.

17 years agoAdd attribute test to the PHP test kit.
sgunderson@bigfoot.com [Fri, 11 Aug 2006 23:47:01 +0000 (01:47 +0200)]
Add attribute test to the PHP test kit.

17 years agoFix cleaning in PHP. clone.php looks much better.
sgunderson@bigfoot.com [Fri, 11 Aug 2006 23:45:41 +0000 (01:45 +0200)]
Fix cleaning in PHP. clone.php looks much better.

17 years agoUtilize the undocumented (!!) namespace support.
sgunderson@bigfoot.com [Fri, 11 Aug 2006 23:32:12 +0000 (01:32 +0200)]
Utilize the undocumented (!!) namespace support.

17 years agoRemove obsolete comment.
sgunderson@bigfoot.com [Fri, 11 Aug 2006 22:48:28 +0000 (00:48 +0200)]
Remove obsolete comment.

17 years agoAdd clone support to the PHP code; clone.php works.
sgunderson@bigfoot.com [Fri, 11 Aug 2006 22:47:30 +0000 (00:47 +0200)]
Add clone support to the PHP code; clone.php works.

17 years agoStart on a PHP translation. simple.php works!
sgunderson@bigfoot.com [Fri, 11 Aug 2006 22:20:52 +0000 (00:20 +0200)]
Start on a PHP translation. simple.php works!

17 years agoOne less regex in the world...
sgunderson@bigfoot.com [Fri, 11 Aug 2006 22:16:37 +0000 (00:16 +0200)]
One less regex in the world...

17 years agoBugfix in attribute handling.
sgunderson@bigfoot.com [Fri, 11 Aug 2006 22:13:56 +0000 (00:13 +0200)]
Bugfix in attribute handling.

17 years agoInitial checkin.
sgunderson@bigfoot.com [Fri, 11 Aug 2006 21:17:47 +0000 (23:17 +0200)]
Initial checkin.