Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl
    use XML::Simple ;
    
    ...
    print $xs1->XMLout($doc,
                 noattr => 1,
                 xmldecl => '<?xml version="1.0">');
    
  2. or download this
    <?xml version="1.0">
    <opt>
    ...
        <b>b</b>
      </anon>
    </opt>