NAME

XML::PYX - XML to PYX generator

SYNOPSIS

use XML::PYX;
my $parser = XML::PYX::Parser->new;
print $parser->parsefile($filename);

DESCRIPTION

After reading about PYX on XML.com, I thought it was a pretty cool idea, so I built this, to generate PYX from XML using perl. See http://www.xml.com/pub/2000/03/15/feature/index.html for an excellent introduction.

HISTORY

0.01

Original version; created by h2xs 1.19

AUTHOR

Matt Sergeant, matt@sergeant.org