Re: [xsl] user-defined XSLT functions and stylesheet variables?

Subject: Re: [xsl] user-defined XSLT functions and stylesheet variables?
From: "Liam R. E. Quin liam@xxxxxxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 20 Jun 2021 03:25:07 -0000
On Sun, 2021-06-20 at 00:35 +0000, Graydon graydon@xxxxxxxxx wrote:
> 
> I think this is one of those places where the imperative best
> practise
> and the declarative best practise aren't perfectly congruent.

For sure things are changed, but recall that global variables in XSLT 
can be overriden. At least unless they are marked final.

But i agree there are cases where it makes sense.   Sometimes i write,
  <xsl:variable name="input" select="/" />
for example, and although this could as well be a tunnel parameter, i
often find global variables easier to find.

Liam


-- 
Liam Quin,B https://www.delightfulcomputing.com/
Available for XML/Document/Information Architecture/XSLT/
XSL/XQuery/Web/Text Processing/A11Y training, work & consulting.
Barefoot Web-slave, antique illustrations: B http://www.fromoldbooks.org

Current Thread