Does BI Publisher XSL template support xsl:Include href='filename.xsl'
Summary: xsl:include href="//sharedfolder/templates/mysubtemplate.xsb" gives fatal error
Content (required):
I have simple xsl to print the HCM extract xml file and at top i have xsl include file which contain some reusable template /functions . This works well on xml spy to generate nice output, when i upload the main template file to BI publisher it gives xml-20000 Fatal Error. without the xsl include it works fine.
Version (include the version you are using, if applicable):
HCM Cloud Human Resource Application 21 D patch level
Code Snippet (add any code snippets that support your topic, if applicable):
<xsl:include href="xdoxsl://Shared Folders/subtemplates/ci9724commonfunctions.xsb"/>