Help for this page

Select Code to Download


  1. or download this
      <policies>
        <New name="Test3"
    ...
                   description=""
                   link_name="General Admit to GPRMC.doc" />
      </policies>
    
  2. or download this
    use strict;
    my $xs = new XML::Simple;
    ...
    use Data::Dumper;
    print Dumper($xml);
    $xs->XMLout($xml, outputfile => "$folder_path\\policies.xml", attrinde
    +nt => 1);
    
  3. or download this
              'policies' => [
                              {
    ...
                                }
                              ]
                            ]
    
  4. or download this
      <policies>
        <New name="Test3"
    ...
              description="something"
              link_name="whatever.doc" />
      </policies>