Re: [xsl] Sub- and Superscript

Subject: Re: [xsl] Sub- and Superscript
From: "Nikolai Grigoriev" <grig@xxxxxxxxxxx>
Date: Mon, 23 Apr 2001 18:24:40 +0400
Dineke,

>   <fo:inline vertical-align="sub">

your XSL is OK except for the name of the property. 
It should be "baseline-shift" instead of "vertical-align":

  <fo:inline baseline-shift="sub">....
  <fo:inline baseline-shift="super">....

Whether your XSL-FO formatter supports this is another issue...

Best regards,
Nikolai Grigoriev
RenderX


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread