Help for this page

Select Code to Download


  1. or download this
    use XML::Generator qw( );
    my $gen = XML::Generator->new(
    ...
    print $gen->xml(
       $gen->doc('...')
    );
    
  2. or download this
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <doc>...</doc>