Help for this page

Select Code to Download


  1. or download this
    use XML::Simple;
    local $XML::Simple::PREFERRED_PARSER = 'XML::Parser';
    $xml->XMLin($file,ForceArray => ['map'], KeyAttr =>{},);
    
  2. or download this
    package ETTX;
    use strict;
    ...
        # print Dumper($self);
        1;
    }
    
  3. or download this
    use lib 'C:\Texts\Programs';    #wherever ETTX.pm is
    use ETTX;
    my $ettxFile = 'someXMLfile.ettx';
    my $ettx->load($ettxFile);
    
  4. or download this
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <ettx ver="2">
    ...
        </level>
      </table>
    </ettx>