Template::TAL::Language::TAL - implement TAL tags


Template-TAL documentation  | view source Contained in the Template-TAL distribution.

Index


NAME

Top

Template::TAL::Language::TAL - implement TAL tags

DESCRIPTION

Top

The TAL language module for Template::TAL. This module implements the TAL specification version 1.4 (http://www.zope.org/Wikis/DevSite/Projects/ZPT/TAL%20Specification%201.4).

Tags in the TAL namespace (http://xml.zope.org/namespaces/tal) will be handled by this module, for instance,

  <html xmlns:tal="http://xml.zope.org/namespaces/tal">
    <ul>
      <li tal:repeat="row rows" tal:content="row" />
    </ul>
  </html>

COPYRIGHT

Top


Template-TAL documentation  | view source Contained in the Template-TAL distribution.