Template::Plugin::XML::Simple - Plugin interface to XML::Simple


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

Index


NAME

Top

Template::Plugin::XML::Simple - Plugin interface to XML::Simple

SYNOPSIS

Top

    # load plugin and specify XML file to parse
    [% USE xml = XML.Simple(xml_file_or_text) %]

DESCRIPTION

Top

This is a Template Toolkit plugin interfacing to the XML::Simple module.

AUTHORS

Top

This plugin wrapper module was written by Andy Wardley.

The XML::Simple module which implements all the core functionality was written by Grant McLean.

COPYRIGHT

Top

SEE ALSO

Top

Template::Plugin, XML::Simple, XML::Parser


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