[%# # IMPORTANT NOTE # This documentation is generated automatically from source # templates. Any changes you make here may be lost. # # The 'docsrc' documentation source bundle is available for download # from http://www.template-toolkit.org/docs.html and contains all # the source templates, XML files, scripts, etc., from which the # documentation for the Template Toolkit is built. -%] [% META book = 'Modules' page = 'Plugin_XML_Simple' %] [% WRAPPER toc; INCLUDE tocitem title="SYNOPSIS"; INCLUDE tocitem title="DESCRIPTION"; INCLUDE tocitem title="PRE-REQUISITES"; INCLUDE tocitem title="AUTHORS"; INCLUDE tocitem title="VERSION"; INCLUDE tocitem title="COPYRIGHT"; INCLUDE tocitem title="SEE ALSO"; END %] [% WRAPPER section title="SYNOPSIS" -%]
    # load plugin and specify XML file to parse
    [% tt_start_tag %] USE xml = XML.Simple(xml_file_or_text) [% tt_end_tag %]
[%- END %] [% WRAPPER section title="DESCRIPTION" -%]

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

[%- END %] [% WRAPPER section title="PRE-REQUISITES" -%]

This plugin requires that the XML::Parser and XML::Simple modules be installed. These are available from CPAN:

    http://www.cpan.org/modules/by-module/XML
[%- END %] [% WRAPPER section title="AUTHORS" -%]

This plugin wrapper module was written by Andy Wardley <abw@kfs.org>.

The XML::Simple module which implements all the core functionality was written by Grant McLean <grantm@web.co.nz>.

[%- END %] [% WRAPPER section title="VERSION" -%]

2.08, distributed as part of the Template Toolkit version 2.03, released on 15 June 2001.

[%- END %] [% WRAPPER section title="COPYRIGHT" -%]
  Copyright (C) 1996-2001 Andy Wardley.  All Rights Reserved.
  Copyright (C) 1998-2001 Canon Research Centre Europe Ltd.

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

[%- END %] [% WRAPPER section title="SEE ALSO" -%]

[% ttlink('Template::Plugin', 'Template::Plugin') -%], [% ttlink('XML::Simple', 'XML::Simple') -%], [% ttlink('XML::Parser', 'XML::Parser') -%]

[%- END %]