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

NAME

Apache::AxKit::Language::NotXSLT - Matt's non-xslt template processor

SYNOPSIS

  PerlTypeHandler Apache::AxKit::XMLFinder
  PerlHandler Apache::AxKit::StyleFinder
  PerlSetVar StylesheetMap "application/x-notxslt => \
                Apache::AxKit::Language::NotXSLT"

DESCRIPTION

This module implements an XML template system that looks a bit like XSLT, but isn't. Hence the name. It uses XML::XPath, and should be fast enough to use on small web sites dynamically, rather than using static transformation.

AUTHOR

Matt Sergeant, matt@sergeant.org

SEE ALSO

XML::XPath(1).