Hello,

I have 5*10<sup>5</sup> in my xml file and trying to do a superscript
using the following xsl lines.  Unfortunately, this does nothing.   Any
clue???

<xsl:template match="//sup">
  <fo:inline baseline-shift="sup" font-size="3px">
    <xsl:apply-templates/>
  </fo:inline>
</xsl:template>

Thanks
Mathy


Reply via email to