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

Re: Reference to variable cannot be resolved.

Subject: Re: Reference to variable cannot be resolved.
From: Mike Brown <mike@xxxxxxxx>
Date: Fri, 14 Feb 2003 04:11:58 -0700 (MST)
Re:  Reference to variable cannot be resolved.
David Carlisle wrote:
> 
> 
> > Explaining to people why that's legal, after telling them they can only
> > assign x once, is a nice challenge :)
> 
> You can only assign a value to a variable once but you can have two
> variables with the same name, but only one in scope at any point in the
> program.

2 buts in one sentence... you're sounding like me now. One possible reading of
your explanation would be that when one variable binding occurs at the top
level and the other occurs in a template, they are different variables with
the same name, whereas if both bindings occur at the top level, or if both
occur within a single template, they are binding the same variable.

Perhaps a simpler way to look at it is that the variable binding element
(xsl:variable or xsl:param) is just creating/importing an object and giving it
a name. The name is then in scope among all following siblings and their
descendants. The name can be one that is already in scope only if the other
binding that used that name was made at the top level and this binding is
being made in a template.

No matter how you explain it, there's nothing really intuitive about it; it's
just the way things are; you have to state that the top-level bindings are 
global, yet overridable within a template, no?

Mike

-- 
  Mike J. Brown   |  http://skew.org/~mike/resume/
  Denver, CO, USA |  http://skew.org/xml/

 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.