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]
Other format: [Raw text]

RE: correction:How to do a subscript from <sup>-34</sup>


This should do the trick...

<xsl:template match="subscript">
	<sub>
		<xsl:value-of select="."/>
	</sub>
</xsl:template>

HTH,
J

-----Original Message-----
From: pandianoliver@netscape.net [mailto:pandianoliver@netscape.net]
Sent: Tuesday, May 07, 2002 3:46 PM
To: xsl-list@lists.mulberrytech.com
Subject: [xsl] correction:How to do a subscript from
&lt;sup&gt;-34&lt;/sup&gt; 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]