Fotango Ltd > Template-TAL > Template::TAL::Output::HTML

Download:
Template-TAL-0.91.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View Bugs
Report a bug
Source  

NAME ^

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

SYNOPSIS ^

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

DESCRIPTION ^

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 ^

Written by Tom Insam, Copyright 2005 Fotango Ltd. All Rights Reserved

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.