TAL namespace

  1. tal:define
  2. tal:condition
  3. tal:repeat
  4. tal:omit-tag
  5. tal:replace
  6. tal:content
  7. tal:attributes
    1. Optional attributes
  8. tal:on-error

URI for this namespace is http://xml.zope.org/namespaces/tal. To use tal: attribute prefix in XML you're required to declare it:

<html xmlns:tal="http://xml.zope.org/namespaces/tal" …>

Note

PHPTAL does not enforce this requirement.