Subject: RE: not selecting child elements with same name as parent...
From: "Jarno Elovirta" <jarno@xxxxxxxxxxxxxx>
Date: Fri, 27 Apr 2001 07:41:13 +0300
|
> and use <xsl:value-of select="text"/> it works fine,
> and only pulls what i want "link 1", but I'd rather
> just grab the immediate text in <tab> level one,
> without having to specify additional element names.
>
> Does this make sense? Is this possible?
<xsl:value-of select="text()"/>
Jarno
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|