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

Re: equivalent od #define

Subject: Re: equivalent od #define
From: Colin Paul Adams <colin@xxxxxxxxxxxxxxxxxx>
Date: 27 Nov 2005 11:34:27 +0000
define re
>>>>> "Robert" == Robert Van Gemert <rcvangemert@xxxxxxxxxxxxxxxx> writes:

    Robert> Colin, Yes, but I need to change the varable based on the
    Robert> value of another variable and all this need to be
    Robert> global. I cannot use <xsl:choose> outside a template.

Why not?

This works:

<xsl:transform
 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
 xmlns:xs="http://www.w3.org/2001/XMLSchema"
 version="2.0">

<xsl:param name="value" select="1" as="xs:integer"/>

<xsl:variable name="choice">
 <xsl:value-of select="$value + 1"/>
</xsl:variable>

<xsl:template match="/" >
  <xsl:value-of select="$choice"/>
</xsl:template>

</xsl:transform>	

-- 
Colin Adams
Preston Lancashire

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.