Template::Plugin::XML::Simple - Plugin interface to XML::Simple
Contents
Copyright
Copyright (C) 1996-2006 Andy Wardley. All Rights Reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl
itself.
Description
This is a Template Toolkit plugin interfacing to the XML::Simple module.
Name
Template::Plugin::XML::Simple - Plugin interface to XML::Simple
See Also
Template::Plugin, XML::Simple, XML::Parser
perl v5.34.0 2022-07-04 Template::Plugin::XML::Simple(3pm)
Synopsis
# load plugin and specify XML file to parse
[% USE xml = XML.Simple(xml_file_or_text) %]
