NAME
XML::Template::Element::Core - XML::Template plugin module for the core namespace tagset.
SYNOPSIS
This XML::Template plugin module implements the core namespace tagset. The core namespace includes tags that rely on XML::Template internals.
CONSTRUCTOR
XML::Template::Element::Block inherits its constructor method, new
, from XML::Template::Element.
CORE TAGSET METHODS
element
This method implements the element tag which provides a way to handle dynamic tag names. The method process
in XML::Template::Process replaces all occurances in an XHTML document of
<${tagname}
with
<core:element core:name="${tagname}"
When the core:element tag is encountered, this method is called. A new object is created from the module associated with the named tag and the element method is called.
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.