Amazon-MWS

 view release on metacpan or  search on metacpan

examples/print-template.pl  view on Meta::CPAN

#!/usr/bin/env perl


use warnings;
use strict;

use XML::Compile::Schema;

my $schema = XML::Compile::Schema->new([glob "schemas/*.xsd"]);

print $schema->template(PERL => 'AmazonEnvelope');



( run in 0.916 second using v1.01-cache-2.11-cpan-df04353d9ac )