Href in xls-fo files

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.

@wallbee

Thanks for contacting support.

Would you kindly share sample XLSFO files with us which have reference to each other. We will test the scenario in our environment and address it accordingly.