Changes for version 0.9 - 2006-10-06
- Accepted patch from Chris <chris@linx.net> to treat objects that overload array and hash dereferencing properly.
- Fixed bug found by noe.lutz@gmail.com where then 'end' parameter was set wrongly in loops
- Added XMLASCII output plugin, for pure ASCII output, encoding all characters as entities.
- language modules loaded into the TAL processor can now declare new TALES string types.
- General code cleanup, so things are neater and more abstracted.
Modules
Process TAL templates with Perl
base class for Template::TAL languages
Implement METAL
use perl in TAL attributes
implement TAL tags
methods to parse TALES strings
base class for Template::TAL output layers
output templates as HTML
output templates as XML
Base class for TAL template providers
find template files on disk
a TAL template
parse attribute values