(This might not seem strictly programming related, but I figure it's about deployment of an XSLT solution, and XSLT is a programming language, right?)
I have this cunning plan for customizing a podcast that I subscribe to so the titles and other parts of the feed fit more to my liking. I figure I can devise some XSLT that expects the original podcast XML as input and puts out the XML I want. Now I guess I could run some local web server and have iTunes/whatever subscribe to http://localhost/my_processor?orig=origpodcasturl&xsl=myxslthingy
.
My hope is that somewhere out there exists a server that does this already, i.e. a web service accessible by a simple URL that specifies a source XML document and some XSLT to apply to it. Does anyone know if this is the case?