RE: [xsl] parent node text() ??

Subject: RE: [xsl] parent node text() ??
From: Jarno.Elovirta@xxxxxxxxx
Date: Tue, 2 Dec 2003 12:00:41 +0200
I wrote:

>   <xsl:value-of select="solution/valid_input[../../text()]" />

but of course I meant:

 <xsl:value-of select="solution/text()" />

or 

 <xsl:value-of select="solution/text()[1]" />

to make it clearer that the first text node is selected.

It's the pens, I've got to get rid of the pens!

Cheers,

Jarno - Bruderschaft: Forever (Prost Alternative Vocal Remix by DJ Rexx Arkana)

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


Current Thread