This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Sub- and Superscript


Nikolai, 

I'm using FOP, so no "baseline-shift" ...
"vertical-align" is supported and the outcome is must of the time ok.

Greetings,
Dineke van den Bos

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]