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 |
- xpath
- Maneshi Tuli - Thu, 10 Jan 2002 09:59:22 -0500 (EST)
- cutlass - Thu, 10 Jan 2002 10:32:07 -0500 (EST)
- Michael Kay - Thu, 10 Jan 2002 11:54:32 -0500 (EST)
- <Possible follow-ups>
- Jarno . Elovirta - Thu, 10 Jan 2002 10:24:19 -0500 (EST) <=
|
|