formatting html tags in templates
Hello,
we are trying to create a xsl template to display contract terms.
However, we don't manage to convert the html tags in xsl-fo.
We used this link https://blogs.oracle.com/xmlpublisher/entry/formatting_html_with_templates
to call a subtemplate with the transformations, but it doesn't work.
we created a xsl subtemplate and imported it
<xsl:import href="xdo://OKC.htmlmarkup.en.00/"/>
We also tried to import standard OKCCOMRTE
<xsl:import href="xdo://OKC.OKCCOMRTE.en.00/"/>
Then in main template we use this
<xsl:apply-templates select="CLAUSE"/>
But the html tags remain.
However the standard contract terms report and contract deviations report seem to interpret html tags correctly.