Updates
Latest Tweet
What's New?
Check out for latest innovation, a computer based training video collection
Like this Page
XML Publishing with AxKit Review by Harold McFarland
XML Publishing for Apache and Perl programmers
XML seems to be on the mind of just about everyone who publishes information to the Internet. The big advantage is the ability to take content and publish it in various formats from a single source. As a general rule when you are talking about XML you are talking about using Java to implement it. AxKit gives the user the ability to publish XML documents using Perl. That means that you will have to have Perl installed to use it. Basically the prerequisites are an Apache server, the mod_perl Apache extension module, an XML parser written in Perl or in C with a Perl interface module, and the AxKit distribution. One you have all that put together and functioning you can start using the book to learn how to publish XML documents with AxKit. The actual techniques in the book are straightforward and well explained. If you are familiar with Perl there is nothing complex here, just a few different things to learn but nothing bizarre. With plenty of sample scripts so you can follow along and write your own following the examples XML Publishing with AxKit is a recommended read for people who are very familiar with Perl and want to get up and running with XML publishing with the minimum of effort.