Help for this page

Select Code to Download


  1. or download this
    <?xml version='1.0'?>
    <queries>
    ...
            <filter></filter>
        </query>
    </queries>
    
  2. or download this
    $simple1 = XML::Simple->new(ForceArray=>1, KeepRoot=>1);
    $data1   = $simple->XMLin("query.xml");
    print Dumper($data1) . "\n";
    
  3. or download this
    $VAR1 = {
              'queries' => [
    ...
                         ]
            };