xsl question

Subject: xsl question
From: "Alankar Chowdhury" <alankar@xxxxxxxxxxxxxxxxx>
Date: Thu, 06 Apr 2000 10:18:24 +0800
Hey guys,

question:

when I use the name() function like this

<xsl:value-of select="name()">
I am able to extract the tag's name but what should I use to extract the data
between the tags?

Example
<sub>12345</sub>
I can get the name of this tag by
<xsl:value-of select="name()">
but If i want to retrive "12345" what should I do :



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


Current Thread