The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "distribution:Template-TAL Template"

Template::TAL::Template - a TAL template River stage zero No dependents

This class represents a single TAL template, and stores its XML source. You'll probably not see these objects directly - Template::TAL takes template names and returns bytes. But you might....

FOTANGO/Template-TAL-0.91 - 23 Mar 2007 16:54:40 UTC

Template::TAL - Process TAL templates with Perl River stage zero No dependents

TAL <http://www.zope.org/Wikis/DevSite/Projects/ZPT/TAL> is a templating language used in the Zope CMS. Template::TAL is a Perl implementation of TAL based on the published specs on the Zope wiki. TAL templates are XML documents, and use attributes i...

FOTANGO/Template-TAL-0.91 - 23 Mar 2007 16:54:40 UTC

Template::TAL::Output - base class for Template::TAL output layers River stage zero No dependents

The render method of Template::TAL::Template produces a DOM tree. TT then gives that tree to its output class (in $tt->output) for conversion to a byte sequence. This class is the superclass of all Template::TAL output classes. By default, TT will us...

FOTANGO/Template-TAL-0.91 - 23 Mar 2007 16:54:40 UTC

Template::TAL::Language - base class for Template::TAL languages River stage zero No dependents

To be as flexible as possible, the tag handling in Template::TAL is implemented as Language modules, which declare the namespace and the tags that they wish to handle, and are called from the 'process_tag_node' method of Template::TAL::Template. So f...

FOTANGO/Template-TAL-0.91 - 23 Mar 2007 16:54:40 UTC

Template::TAL::Provider - Base class for TAL template providers River stage zero No dependents

TAL Templates come from Providers. You ask an instance of a provider for a template with a specific name, and it should return a Template::TAL::Template object to you for that template. This module is the base class of all providers - it should be su...

FOTANGO/Template-TAL-0.91 - 23 Mar 2007 16:54:40 UTC

Template::TAL::Output::XML - output templates as XML River stage zero No dependents

This is a Template::TAL output filter that produces straight XML output from the templates....

FOTANGO/Template-TAL-0.91 - 23 Mar 2007 16:54:40 UTC

Template::TAL::ValueParser - parse attribute values River stage zero No dependents

This module is responsible for parsing the values of attributes in templates, and returning them. It can also split multiple values up into a list, using semicolons as list seperators. The way that values are parsed is based very strongly on TALES (h...

FOTANGO/Template-TAL-0.91 - 23 Mar 2007 16:54:40 UTC

Template::TAL::Output::HTML - output templates as HTML River stage zero No dependents

This is a Template::TAL output filter that produces HTML output, instead of XML. It does nothing clever, I just use the toStringHTML function of XML::LibXML....

FOTANGO/Template-TAL-0.91 - 23 Mar 2007 16:54:40 UTC

Template::TAL::Language::TAL - implement TAL tags River stage zero No dependents

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 ha...

FOTANGO/Template-TAL-0.91 - 23 Mar 2007 16:54:40 UTC

Template::TAL::Provider::Disk - find template files on disk River stage zero No dependents

A Template::TAL::Provider that creates template objects from files on disk. Given a list of include paths, it will search them in order, looking for a named template, then return it in a Template::TAL::Template object. This is the default provider an...

FOTANGO/Template-TAL-0.91 - 23 Mar 2007 16:54:40 UTC

Template::TAL::Language::TALES - methods to parse TALES strings River stage zero No dependents

TALES is the recommended syntax for TAL expressions. It is an extensible syntax that allows you to define any number of expression types and use them together. See http://www.zope.org/Wikis/DevSite/Projects/ZPT/TALES for the spec. This module provide...

FOTANGO/Template-TAL-0.91 - 23 Mar 2007 16:54:40 UTC

Template::TAL::Language::METAL - Implement METAL River stage zero No dependents

This module is not implemented - it's here as a placeholder for the METAL implementation. (http://www.zope.org/Wikis/DevSite/Projects/ZPT/METAL/MetalSpecification 11)...

FOTANGO/Template-TAL-0.91 - 23 Mar 2007 16:54:40 UTC

Template::TAL::Language::PerlValue - use perl in TAL attributes River stage zero No dependents

Loading this module as a language into your TAL parser will allow you to use perl code in your attribute values. This is, of course, horribly dangerous. The core of TAL is safe to expose to users - there are no core functions that let a template dama...

FOTANGO/Template-TAL-0.91 - 23 Mar 2007 16:54:40 UTC
13 results (0.036 seconds)