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

NAME

XML::Template::Element::Block - XML::Template plugin module for the block namespace tagset.

SYNOPSIS

This XML::Template plugin module implements the block namespace tagset. The block namespace includes tags that handle XHTML blocks stored in a database.

CONSTRUCTOR

XML::Template::Element::Block inherits its constructor method, new, from XML::Template::Element.

BLOCK TAGSET METHODS

include

This method implements the include element. It reads an XHTML block from a database table and parses it. The following attributes are used:

name

The name of the XHTML block to load.

SQL TAGSET METHODS

XML::Template::Element::Block is a subclass of XML::Template::Element::DB, so derives the SQL tagset. See XML::Template::Element::DB for more details.

AUTHOR

Jonathan Waxman <jowaxman@bbl.med.upenn.edu>

COPYRIGHT

Copyright (c) 2002-2003 Jonathan A. Waxman All rights reserved.

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