Template::Plugin::XML::File(3pm) - phpMan

Command: man perldoc info search(apropos)  


Template::Plugin::XML::File(3pmUser Contributed Perl DocumentatioTemplate::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, Tem-
       plate::Plugin::XML::Simple, Template::Plugin::XML::XPath



perl v5.8.8                                 2008-03-01           Template::Plugin::XML::File(3pm)

Generated by $Id: phpMan.php,v 4.49 2006/02/26 13:18:18 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2012-05-25 02:51 @38.107.179.239 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
Valid XHTML 1.0!Valid CSS!