Re: [xsl] select the attribute II, compare the atrribute

Subject: Re: [xsl] select the attribute II, compare the atrribute
From: "Joe Fawcett" <joefawcett@xxxxxxxxxxx>
Date: Fri, 12 Sep 2003 14:33:08 +0100
Depends on the context node. If you are at id_mensajesforos then test="@seleccionado='si'" is sufficient.

--

Joe


From: "Dionisio Ruiz de Zarate" <dionisio@xxxxxxxxxxxxx>
Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To: <XSL-List@xxxxxxxxxxxxxxxxxxxxxx>
Subject: [xsl] select the attribute II, compare the atrribute
Date: Fri, 12 Sep 2003 14:54:22 +0200

i have, in one XML file this:
<id_mensajesforos seleccionado="si">46</id_mensajesforos>

how can i determine the attribute value?
for this i am making this:
xsl:choose>
<xsl:when test="id_mensajesforos[@seleccionado='si']">
s </xsl:when>
<xsl:otherwise>n</xsl:otherwise>
</xsl:choose>

but it doesn't run well.
can you help me for knowing if the seleccionado attribute value is "si or
no?
thanks



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


_________________________________________________________________
Stay in touch with absent friends - get MSN Messenger http://www.msn.co.uk/messenger



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



Current Thread