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

\s-1TODO\s0

METHODS

\s-1TODO\s0

AUTHORS

Andy Wardley, Mark Fowler and others...

COPYRIGHT

\s-1TODO\s0

RELATED TO Template::Plugin::XML::File…

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