NAME
HTML::FromMail::Format::OODoc - convert messages into HTML using OODoc::Template
INHERITANCE
HTML::FromMail::Format::OODoc
is a HTML::FromMail::Format
is a Mail::Reporter
SYNOPSIS
my $fmt = HTML::FromMail->new
( templates => ...
, formatter => 'OODoc' # but this is also the default
);
DESCRIPTION
Convert messages into HTML using OODoc::Template. This is a simple template system, which focusses on giving produced pieces of HTML a place in larger HTML structures.
METHODS
$obj->containerText(ARGS)
$obj->expand(ARGS, TAG, ATTRS, TEXTREF)
Kind of autoloader, used to discover the correct method to be invoked when a pattern must be filled-in.
$obj->lookup(TAG, ARGS)
HTML::FromMail::Format::OODoc->new(OPTIONS)
$obj->onFinalToken(ARGS)
$obj->oodoc
Returns the OODoc::Template object which is used.
$obj->processText(TEXT, ARGS)
REFERENCES
See the HTML::FromMail website at http://perl.overmeer.net/html-from-mail/ for more details.
COPYRIGHTS
Module version 0.10. Written by Mark Overmeer (mark@overmeer.net). See the ChangeLog for other contributors.
Copyright (c) 2003 by the author(s). All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.