Comment Re:Dynamic Websites using Perl/XML/XSLT (Score 1) 125
If you are looking for a complete interface to Perl/XML/XSLT then you should look into AxKit.
AxKit is a complete dynamic pipeline managment system for mod_perl.
I would agree with a number of the comments here concerning the use of XML as a data storage format. We use a relational database to store our information, output it as XML and format it with XSLT all using the AxKit pipeline. This allows us to output the information in any way that we see fit.