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: finding attributes values


> <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@ntlworld.com
work: Michael.Kay@softwareag.com 


 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]