Help for this page

Select Code to Download


  1. or download this
    use strict;
    use XML::Simple;
    ...
    }
      
    print $xs->XMLout($data);
    
  2. or download this
    use strict;
    use XML::Simple;
    ...
      
    print XMLout($data, keyattr => {field => 'name'}, rootname => 'data');