[xsl] Accessing attributes

Subject: [xsl] Accessing attributes
From: Carlos Durand <groupdurand@xxxxxxxxxxxx>
Date: Fri, 9 Aug 2002 16:30:55 -0300 (ART)
Hi all,

How can I access an attribute value inside an if and
for-each functions?

For example

<xsl:for-each select="site/passeio/item">


<xsl:choose>
	<xsl:when
test="/site/dadosPasseio/correlato/item[@correlato =
@idPasseio]">
		<option value="{@idPasseio}"
selected="selected"><xsl:value-of
select="@passeio"/></option>
	</xsl:when>
	<xsl:otherwise>
		<option value="{@idPasseio}" ><xsl:value-of
select="@passeio"/></option>
	</xsl:otherwise>
</xsl:choose>



</xsl:for-each>

@correlato belongs to if and @idPasseio belongs to
for-each...

Thanks

Durand


_______________________________________________________________________
Yahoo! PageBuilder
O super editor para criação de sites: é grátis, fácil e rápido.
http://br.geocities.yahoo.com/v/pb.html

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


Current Thread