XML, the Perl Way

Processing XML with Perl Michel Rodriguez

XML Generation Modules

XML::Writer (cont'd)

XML::Writer

Description

XML::Writer (theoryx5.uwinnipeg.ca/CPAN/data/XML-Writer/Writer.html) generates XML using an interface similar to CGI.pm. It allows various checks to be performed on the document and takes care of special caracter encoding.

Why use XML::Writer?

Why NOT use XML::Writer?

Related modules

XML::ValidWriter (theoryx5.uwinnipeg.ca/CPAN/data/XML-AutoWriter/XML/ValidWriter.html) and XML::AutoWriter (theoryx5.uwinnipeg.ca/CPAN/data/XML-AutoWriter/XML/AutoWriter.html) both aim at emulating XML::Writer interface:

XML::Generator (theoryx5.uwinnipeg.ca/CPAN/data/XML-Generator/Generator.html) and XML::Handler::YAWriter (theoryx5.uwinnipeg.ca/CPAN/data/XML-Handler-YAWriter/YAWriter.html) are 2 other modules doing XML generation



XML Generation Modules

XML::Writer (cont'd)