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

Changes for version 1.3999_03 - 2011-07-23

  • BUG FIXES
    • [% FOR x IN ... %] no longer throw errors Using reserved words as variables is allowed if it's not ambiguous
  • OTHER
    • Files and directories have been cleaned up

Changes for version 1.3999_02 - 2011-07-23

  • DOCUMENT
    • Improve FAQ and Cookbook
    • Mention to Text::Xslate::Syntax::HTMLTemplate and HTML::Template::Parser (thnaks to @shmorimo)

Changes for version 1.3999_01 - 2011-07-13

  • The bytecode version is now 1.5.
  • NEW FEATURES
    • New keyword: __ROOT__ for the root parameter (the parameter of render())
    • New methods: $array.merge(...) and $hash.merge(...) which return a merged array / hash respectively

Documentation

Xslate users manual
Builtin methods and filters/functions in Xslate
How to cook Xslate templates
Debugging techniques for Xslate templates
Frequently asked questions and answers
Process Xslate Templates
Text::Xslate constants in pure Perl

Modules

Scalable template engine for Perl5
The interface base class to import methods
An Xslate compiler to generate intermediate code
Helper class to fill in default values
Yet another Text::Xslate runtime in pure Perl
Text::Xslate constants in pure Perl
Text::Xslate builtin method call in pure Perl
Text::Xslate opcode implementation in pure Perl
Text::Xslate pure-Perl virtual machine state
Text::Xslate macro object in pure Perl
Text::Xslate builtin pair type in pure Perl
Text::Xslate raw string type in pure Perl
The base class of template parsers
The guts of the xslate(1) command
The symbol representation used by parsers and compilers
The default template syntax
The same as Kolon but using [% ... %] tags
An alternative syntax compatible with Template Toolkit 2
The raw string representation
A set of utilities for Xslate

Provides

in lib/Text/Xslate/Compiler.pm
in lib/Text/Xslate.pm