We have an XSLT which has an include like below:
<xsl:include href="/CommonTemplates.xslt"/>
The main XSLT is used in XSLT action and specified as an URL. When XSLT action executed, xMII is not able to resolve the relative URL "/CommonTemplates.xml" and generates the following error:
[ERROR]: XSLTransform error: javax.xml.transform.TransformerConfigurationException: javax.xml.transform.TransformerException: javax.xml.transform.TransformerException: Had IO Exception with stylesheet file: /CommonTemplates.xslt
Is there any workaround on this issue?
Thanks,
Sara