[xsl] Superscript

Subject: [xsl] Superscript
From: Jitt_Joynoosaeng@xxxxxxxxxxx
Date: Fri, 22 Nov 2002 10:23:34 -0600
Hello,

I am trying to create a superscript by using the following code:

	<xsl:if  test="grade='STARBAR100' ">
             	<sup><xsl:value-of 
select="footnote_code"/></sup><xsl:text>&#xA;</xsl:text>
            </xsl:if>
	<xsl:value-of select="line_item_number"/>

The result should be a (as a superscript) then 1 next to it.  What am I 
doing wrong?

Thank you for your help.

Jitt


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


Current Thread