Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print $xs->XMLout({record => \@doc},
                 noattr => 1,
                 xmldecl => '<?xml version="1.0">');
    
  2. or download this
    <?xml version="1.0">
    <something_else>
    ...
        <b>b</b>
      </record>
    </something_else>