CGI::XMLApplication -- Object Oriented Interface for CGI Script Applications http://www.cpan.org
Go to file
2024-01-06 08:38:33 +01:00
perl-CGI-XMLApplication.spec automatic update by autodist [release 1.1.5-1mamba;Fri Feb 05 2016] 2024-01-06 08:38:33 +01:00
README.md perl 5.16 mass rebuild [release 1.1.3-3mamba;Tue Nov 13 2012] 2024-01-06 08:38:33 +01:00

perl-CGI-XMLApplication

CGI::XMLApplication is a CGI application class, that intends to enable perl artists to implement CGIs that make use of XML/XSLT functionality, without taking too much care about specialized errorchecking or even care too much about XML itself. It provides the power of the XML::LibXML/ XML::LibXSLT module package for content deliverment.

As well CGI::XMLApplication is designed to support project management on code level. The class allows to split web applications into several simple parts. Through this most of the code stays simple and easy to maintain. Throughout the whole runtime of a script CGI::XMLApplication tries to keep the application stable. As well a programmer has not to bother about some of XML::LibXML/ XML::LibXSLT transformation pitfalls.