Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $ref = XMLin( $xml );
    print Dumper($ref);
    print XMLout( $ref, RootName=>"Data" );
    
  2. or download this
    <Data>
      <Root1 name="TBLA">
    ...
        </NEW2>
      </Root1>
    </Data>