Hi
I have a number of xlsfo files, which reference to each other:
<xsl:import href=“PDFItalianDomesticRoutingLabelRenderer.xsl”/>
<xsl:import href=“PDFFrenchDomesticRoutingLabelRenderer.xsl”/>
<xsl:import href=“c:/websites/wallservice/App_Code/Class/Transport/TNT/XLS_RenderFiles/PDFRestOfWorldRoutingLabelRenderer.xsl”/>
The problem is, at run time, then program will look for the files in the wrong directory (IIS directory). Is there anyway, I at runtime can change the directory?
I have changed the last reference to the absolute path, but it difference from the live server, so this is not a good solution.