Hi all I am having a xsl file which has an include statement (to include an xsl file) in the base xsl file. I give the include as <xsl:include href="overridetest6.xsl"/> - I am using xalan tranasformer to load this xsl - and that is trying to find the "overridetest6.xsl" under current ditector ".". What I really want is to find that in the same directory as the base xsl file. hardcoding the full href is not an option. Is there any way I can do it?
TIA Anamitra
