This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: xpath


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]