|
The CGI::XMLApplication distribution [1] is available from CPAN.
Also know that the examples in this article also require XML::LibXML and XML::LibXSLT (and their associated C libraries)[2] to be installed.
Once the C libraries are installed, the easy way to install this series of modules it through the CPAN shell:
(as root)
perl -MCPAN -e shell
install XML::LibXML
install XML::LibXSLT
install CGI::XMLApplication
and you're done.
If you are using ActiveState's Perl on Win32 I know Randy Kobes keeps a collection of up-to-date ppms for many of the Perl XML modules that have not yet made it into AS's repository.[3]
Thanks for reading, I hope this helps get you started.
-kip
[1]http://search.cpan.org/search?dist=CGI-XMLApplication
[2]http://xmlsoft.org/
[3]http://theoryx5.uwinnipeg.ca/ppmpackages/
|