HTML PDF Output With XSL Sub Template
Hello,
I have followed the blog post of Tim Dexter for creating template in order to print HTML output in PDF
https://blogs.oracle.com/xmlpublisher/entry/formatting_html_with_templates
and Sub Templates in Oracle BI Publisher
http://www.oracle.com/technetwork/middleware/bi-publisher/overview/bip-subtemplate-1-132933.pdf
I have created a RTF template and created XSL sub-template.
In RTF template, I have Import with the following code snippet
<?import:http://sharepointurl:8080/personal/smith/Shared%20Documents/htmlmarkup.xsl?>
and the field which has HTML tag is having the following code snippet.
<xsl:apply-templates select=".//AssetDescription"/>
When I test this on my local machine, it renders fine without any problem.