|
Subject: Re: [xsl] finding attributes values From: Joerg Heinicke <joerg.heinicke@xxxxxx> Date: Wed, 07 Aug 2002 18:51:07 +0200 |
<xsl:template match="/">
<xsl:if test="root/item[@id = '2']">
...
</xsl:if>
</xsl:template>Hi people,
for example:
<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>
thanks
Durand
System Development VIRBUS AG Fon +49(0)341-979-7419 Fax +49(0)341-979-7409 joerg.heinicke@xxxxxxxxx www.virbus.de
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] finding attributes values, Carlos Durand | Thread | RE: [xsl] finding attributes values, Michael Kay |
| [xsl] attribute closest match, Matthew L. Avizinis | Date | Re: [xsl] The operator '!=' returns, Oleg Tkachenko |
| Month |