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


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]