logo
Template::Plugin::XML::File(3) 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

CONTENTS

  • SYNOPSIS
  • DESCRIPTION
  • AUTHORS
  • COPYRIGHT

LAST SEARCHED

  • get_filename_encoding (3)
  • m17n-view (1)
  • check_short_pattern (9)
  • __ht_create_irq (9)
  • crypto_ablkcipher_decrypt (9)
  • zerocopy_sg_from_iter (9)
  • pci_remove_behind_bridge (9)
  • DtdToHaskell (1)
  • scantv (1)
  • snd_pcm_mmap_data_close (9)
  • sata_std_hardreset (9)