Hi, I have what seems to me to be a pretty basic problem that should already have been answered 1000 times, but I found no match in the mailing list archive, so I post it myself...
I'm using xalan at runtime in my web application. It is packaged in a WAR file. Let's say I use main.xsl as stylesheet. I create the SteamSource so that it can find my main.xsl from the war. So everything OK so far. The problem is that main.xsl includes a few other .xsl and they seems to be resolved by Xalan to file references. Of course, it does find the xsl to include within the my war... Any solution to make xalan look for my includes through my war ? Vincent.
