NAME

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

DESCRIPTION

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

Written by Tom Insam, Copyright 2005 Fotango Ltd. All Rights Reserved

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.