Mathy V Arumugam wrote:
 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">

Try baseline-shift="super", http://www.w3.org/TR/xsl/slice7.html#baseline-shift

J.Pietschmann



Reply via email to