How to reproduce :
- inside of a rich content, insert superscript text
- preview it in the PDF
> the superscript text has no style.
The template supscript should have this attribute :
<xsl:template name="supscript"> <xsl:attribute name="baseline-shift">super</xsl:attribute> </xsl:template>