Help for this page

Select Code to Download


  1. or download this
    use strict;
    use XML::Simple;
    ...
    # it's the 'noattr' option that is important here
    my $xml = $xs->XMLout(\%DATA, noattr => 1);
    print $xml;
    
  2. or download this
    <opt>
      <link2>
    ...
        <name>Future truth oracle</name>
      </link2>
    </opt>