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

Re: how to reassign a variable's value?

Subject: Re: how to reassign a variable's value?
From: Jeni Tennison <jeni@xxxxxxxxxxxxxxxx>
Date: Mon, 12 Aug 2002 18:49:41 +0100
xsl reassign variable value
Hi James,

> How do I reassign the value to a variable?  I need to do the following
>
> [xsl:variable name=foo select="1"]
> ..... do something ....
> [xsl:variable name=foo select="2"]
>
> note: I am using [ because excite mail hates lt and gt.
>
> when I try this the xslt processor complains the variable has
> already been defined.

You can't change the value of a variable in XSLT -- XSLT is a
declarative language rather than a procedural one. Usually you can use
the position() function instead, or use XPaths to navigate around the
tree to work out what the value of the variable should be for a
particular node.

If you tell us what you want to do (e.g. number the items in a list)
rather than how you want to go about it, then we should be able to
help you.

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/


 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.