[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
RE: [xsl] finding attributes values
Subject: RE: [xsl] finding attributes values
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Wed, 7 Aug 2002 19:43:59 +0100
|
> <root>
> <item id="1"/>
> <item id="2"/>
> <item id="3"/>
> <item id="4"/>
> </root>
>
> how can I know if exists an id with specific value
>
> I'm trying this...
>
> <xsl:if test="root/item[@id = '2']">
> ...
> </xsl:if>
>
If that's not working, perhaps it's because the context node isn't the
parent of "root"?
Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|