xsl-list
[Top] [All Lists]

RE: Superscript

2002-11-22 11:55:14
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?

You are failing to tell us what the input to this code is, or what
output it is producing.

There is nothing wrong with this code in itself.

Michael Kay
Software AG
home: Michael(_dot_)H(_dot_)Kay(_at_)ntlworld(_dot_)com
work: Michael(_dot_)Kay(_at_)softwareag(_dot_)com 


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



<Prev in Thread] Current Thread [Next in Thread>