RE: [xsl] xpath

Subject: RE: [xsl] xpath
From: Jarno.Elovirta@xxxxxxxxx
Date: Thu, 10 Jan 2002 17:25:18 +0200
Heppa

> <xsl:if test="@num='1'" >
>            <xsl:for-each select="col[@num='1']">
>                   <xsl:value-of select="@drill"/>
>            </xsl:for-each>
>            </xsl:if>
> 
> i think this is not the right way ,
> plz can u tell me the right xpath.

Do you mean <xsl:value-of select="row[@num='1']/col[@num='1']/@drill" />
?

Cheers,

Santtu

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


Current Thread
  • [xsl] xpath
    • Maneshi Tuli - Thu, 10 Jan 2002 10:00:15 -0500
      • <Possible follow-ups>
      • Jarno . Elovirta - Thu, 10 Jan 2002 17:25:18 +0200 <=