TAL (Template Attribute Language) is a XML-attribute based templating language standard, used by Zope Page Templates, Chameleon, PHPTAL and other templating libraries.
TAL (Template Attribute Language) is a XML-attribute based templating language standard, used by Zope Page Templates, Chameleon and other templating libraries.
A sister language METAL (Macro Expansion Template Attribute Language) adds macro capabilities to TAL; use the template-metal tag for questions specific to macro handling.
The language is aimed at making collaboration between designers and programmers easier, by hiding all templating constructs in XML or HTML attributes, allowing a template editor to create and maintain templates that still render in a browser.
Use this tag for general TAL syntax questions. Consider using the zpt, chameleon or phptal tags as needed if the question is specific to an implementation.