Help for this page

Select Code to Download


  1. or download this
    use strict;
    use XML::Simple;
    ...
    #@{ $xml->{'policies'} } = sort { "\L$a->{name}" cmp "\L$b->{name}"} @
    +{ $xml->{'policies'} };
    print Dumper($xml);
    $xs->XMLout($xml, outputfile => "policies1.xml", attrindent => 1);
    
  2. or download this
    <policies>
      <New name="Test3"
    ...
                 description=""
                 link_name="General Admit to GPRMC.doc" />
    </policies>