I've been working with the xml resume stuff for the past few days, and I've written a small java application which stores xml clobs in the database and transforms them using xsl clobs on the fly. I also have implemented a cache for the results of the transform, since sometimes the transform seems to take a while. http://resume.benmckenzie.com/
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've been working with the xml resume stuff for the past few days, and I've written a small java application which stores xml clobs in the database and transforms them using xsl clobs on the fly. I also have implemented a cache for the results of the transform, since sometimes the transform seems to take a while.
http://resume.benmckenzie.com/
logged in now...Next step is to work on implementing the resume filters.
Check out Cocoon from the apache project.
It uses java and I believe does caching for you.
I use Axkit which is similar but perl based.