XSL subtemplate issue in publisher 11g
I am receiving the following error message in both an RTF and Excel template during report execution...
java.net.MalformedURLException: unknown protocol: xdoxsl
For the RTF template, added the following subtemplate import...
<?import:xdoxsl:///Shared Folders/FASST/SubTemplates/EventStatusColorCoding.xsb?>
For the Excel template, added the following subtemplate import statement in the XDO_METADATA sheet...
<xsl:import href="xdoxsl:///Shared Folders/FASST/SubTemplates/EventStatusColorCoding.xsb?"/>
java.net.MalformedURLException: unknown protocol: xdoxsl
For the RTF template, added the following subtemplate import...
<?import:xdoxsl:///Shared Folders/FASST/SubTemplates/EventStatusColorCoding.xsb?>
For the Excel template, added the following subtemplate import statement in the XDO_METADATA sheet...
<xsl:import href="xdoxsl:///Shared Folders/FASST/SubTemplates/EventStatusColorCoding.xsb?"/>
0