xml editor

Supported platforms

Compatible with Windows7 & Mac OS X Snow Leopard

Ready for data server software
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] finding attributes values


Subject: Re: [xsl] finding attributes values
From: Joerg Heinicke <joerg.heinicke@xxxxxx>
Date: Wed, 07 Aug 2002 18:51:07 +0200

Hello Carlos,

it's dependent on the context.

If you use your code in a template

<xsl:template match="/">
  <xsl:if test="root/item[@id = '2']">
     ...
  </xsl:if>
</xsl:template>

it should work.

Regards,

Joerg

Carlos Durand wrote:
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


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list




Current Thread
XML Editor | XML Author | WYSIWYG Editors | Schema Editor | XSD Documentation | XSL/XSLT Editor | XQuery | XML Databases | SVN Client
© 2002-2011 SyncRO Soft Ltd. All rights reserved. | Sitemap | Privacy Policy | This website was created & generated with <oXygen/>®XML Editor