Man Page: template::plugin::xml::file
Operating Environment: debian
Section: 3pm
Template::Plugin::XML::File(3pm) User Contributed Perl Documentation Template::Plugin::XML::File(3pm)NAMETemplate::Plugin::XML::File - TT plugin for XML filesSYNOPSIS# 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)DESCRIPTIONTODOMETHODSTODOAUTHORSAndy Wardley, Mark Fowler and others...COPYRIGHTTODOSEE ALSOTemplate, Template::Plugins, Template::Plugin::XML::DOM, Template::Plugin::XML::RSS, Template::Plugin::XML::Simple, Template::Plug- in::XML::XPath perl v5.8.8 2008-03-01 Template::Plugin::XML::File(3pm)
| Related Man Pages |
|---|
| template::plugin::procedural(3) - centos |
| cgi::xml(3pm) - debian |
| template::plugin::xml::xpath(3pm) - debian |
| template::xml(3pm) - debian |
| xml::element(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| awk or sed - Convert 2 lines to 1 line |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |
| My first PERL incarnation... Audio Oscillograph |