![]() |
|
Welcome to the Monastery | |
PerlMonks |
XML::Writerby mirod (Canon) |
on Sep 08, 2000 at 13:35 UTC ( #31565=modulereview: print w/replies, xml ) | Need Help?? |
Item Description: A CGI.pm-like module to write XML Review Synopsis: Robust and convenient, recommended over print
DescriptionXML::Writer 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 modulesXML::ValidWriter and XML::AutoWriter both aim at emulating XML::Writer interface:
XML::Generator and XML::Handler::YAWriter are 2 other modules doing XML generation Personal notesAt the moment XML::Writer seems to be the most mature and efficient module to generate XML. Of course a lot of the transformation modules such as XML::Simple, XML::DOM and XML::Twig can also be used; Of course plain print's can also be used, but I think that XML::Writer is a lot more convenient and adds some control over the generated XML. Example
|
|