This module has been developed by Robin Berjon <robin@knowscape.com>.
Since version 0.50, it is maintained by means of the Perl XML project [perl-xml.sourceforge.net]:
Robin considered this module alpha but after years of testing on humans we believe it can be considered beta now.
The version 0.50 has been created by Petr Cimprich <petr@gingerall.cz>, using patches and sugestions from RT.cpan.org. Thanks go to all those who reported bugs and suggested fixes.
use XML::SAX::Writer;
use XML::SAX::SomeDriver;
my $w = XML::SAX::Writer->new;
my $d = XML::SAX::SomeDriver->new(Handler => $w);
$d->parse('some options...');
See http://perl-xml.sourceforge.net/perl-sax/ for more details about Perl SAX 2.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.