logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Authors

       This plugin wrapper module was written by Andy Wardley.

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

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) %]

See Also