Re: [xsl] fo:inline superscript

Subject: Re: [xsl] fo:inline superscript
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Wed, 21 May 2003 20:28:54 +0200
Holk, David A wrote:
I expect the following to give me a footnote number as a superscript but it
doesn't. I get the footnote number I want but not as  a superscript.

	<xsl:template match="method">
		<fo:table-cell border-width="0.5mm">
			<fo:block font-size="7pt">
				<xsl:value-of select="."/>
				<fo:inline font-size="5"
baseline-shift="super" >

Chances are that your FO processor doesn't implement baseline-shift. It may pay off to take notice of error messages. You can try vertical-align="super" instead.

J.Pietschmann


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



Current Thread