Hello all,
I’d like to use a foo.xsl file to do transformations on a XML rss feed from the net.
My code is nearly complete exept for te part where I want to load the XSL file.
I would like to store it in the project, so that it will be loaded to the tomcat server
when I deploy it.
1) where should I store the foo.xsl
2) how do I load the foo.xsl
any help would very much be appriciated,
and if you have a little code sample spare don’t hesitate.