dwww Home | Manual pages | Find package

Template::Plugin::XML:UsereContributed Perl DoTemplate::Plugin::XML::File(3pm)

NAME
       Template::Plugin::XML::File - TT plugin for XML files

SYNOPSIS
           # different want to specify an XML file name
           [% USE xf = XML.File( filename ) %]
           [% USE xf = XML.File( file     = filename ) %]
           [% USE xf = XML.File( name     = filename ) %]
           [% USE xf = XML.File( xml_file = filename ) %]

           # different want to specify an XML file handle
           [% USE xf = XML.File( handle ) %]
           [% USE xf = XML.File( fh       = handle ) %]
           [% USE xf = XML.File( handle   = handle ) %]
           [% USE xf = XML.File( xml_fh   = handle ) %]

           [% xf.type   %]   # 'name' or 'handle'
           [% xf.name   %]   # filename (if defined)
           [% xf.handle %]   # file handle (if defined)

DESCRIPTION
       TODO

METHODS
       TODO

AUTHORS
       Andy Wardley, Mark Fowler and others...

COPYRIGHT
       TODO

SEE ALSO
       Template, Template::Plugins, Template::Plugin::XML::DOM,
       Template::Plugin::XML::RSS, Template::Plugin::XML::Simple,
       Template::Plugin::XML::XPath

perl v5.34.0                      2022-07-04  Template::Plugin::XML::File(3pm)

Generated by dwww version 1.15 on Sun Jun 30 22:46:44 CEST 2024.