Subject: RE: correction:How to do a subscript from <sup>-34</sup>
From: "Dunning, John" <JDunning@xxxxxxxxx>
Date: Tue, 7 May 2002 16:01:05 -0400
|
This should do the trick...
<xsl:template match="subscript">
<sub>
<xsl:value-of select="."/>
</sub>
</xsl:template>
HTH,
J
-----Original Message-----
From: pandianoliver@xxxxxxxxxxxx [mailto:pandianoliver@xxxxxxxxxxxx]
Sent: Tuesday, May 07, 2002 3:46 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: correction:How to do a subscript from
<sup>-34</sup>
Hi
Any help is greatly appreciated!!!
How can I go through my xml file and replace the following with subscript:
<sup>-34</sup>
Thanks
Oliver
__________________________________________________________________
Your favorite stores, helpful shopping tools and great gift ideas.
Experience the convenience of buying online with Shop@Netscape!
http://shopnow.netscape.com/
Get your own FREE, personal Netscape Mail account today at
http://webmail.netscape.com/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|