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

RE: Re: Re: Reference to variable cannot be resolved.

Subject: RE: Re: Re: Reference to variable cannot be resolved.
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Mon, 17 Feb 2003 08:53:46 -0000
java variable cannot be resolved
> Shall I conclude that there were no user requirements and 
> use-cases that required taking this decision?
>

The argument against allowing redefinition of variables was based on
preventing the novice error of doing

<xsl:variable name="x" select="0"/>
<xsl:for-each ...
  <xsl:variable name="x" select="$x + 1"/>

The argument in favour of allowing it was based on the ability to
generate XSLT/XQuery code automatically, and to allow cut-and paste of
code fragments.

So yes, there were use cases on both sides, and it boils down to a
matter of opinion as to how you weigh them.

If you think the decision is wrong, you should post a note to
public-qt-comments saying why.

One piece of evidence that might be interesting would be a survey of how
other languages - especially functional languages without assignment
statements - have decided this question.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 


 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.