[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: IF in a variable declaration

Subject: Re: IF in a variable declaration
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Fri, 17 May 2002 02:29:09 +0200
xsl if variable declaration
Xavier DAMAY wrote:
In fact i've got a list of numbers enclosed in <pdf> tags and i want to set the variable "present" with O if the number i search for is present
<xsl:variable name="present">
<xsl:for-each select="/liste/id/compte/pdf">
<xsl:if test="/liste/id/compte/pdf=$ID">O</xsl:if>
</xsl:for-each>
</xsl:variable>
<xsl:value-of select="$present"/>

The test test="/liste/id/compte/pdf=$ID" will succeed if there is at least one of the pdf elements with a content equal to value of $ID. This seems to be exactly what you ask for. Try:

   <xsl:variable name="present">
      <xsl:if test="/liste/id/compte/pdf=$ID">O</xsl:if>
   </xsl:variable>

J.Pietschmann


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



Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.