Template::TAL::Output::HTML - output templates as HTML


Template-TAL documentation  | view source Contained in the Template-TAL distribution.

Index


NAME

Top

Template::TAL::Output::HTML - output templates as HTML

SYNOPSIS

Top

  my $tt = Template::TAL->new( output => "Template::TAL::Output::HTML" );
  print $tt->process('foo.tal');

DESCRIPTION

Top

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.

COPYRIGHT

Top


Template-TAL documentation  | view source Contained in the Template-TAL distribution.