xsl-list
[Top] [All Lists]

[xsl] Re: XSL Variable declaration

2011-02-14 04:48:45
  There is an interesting stylesheet I came across this morning where
some developer had declared two Xsl:variables one after the other with
the same name.
   <xsl:variable name = "foo">
  </xsl:variable>
 <xsl:variable name = "foo">
  </xsl:variable>
   Not sure why he did that, but to my surprise, it seems to be valid
in XSLT2 .. and as my expectations, it failed in XSLT1 saying two
variables cant have same name within the same scope..
  Is this right??
 Vasu


--
Vasu Chakkera
NodeLogic Limited
Oxford
www.nodelogic.org
==============

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>