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 16:12:25 -0000
On Sun, 2021-06-20 at 08:01 +0000, Michael Kay mike@xxxxxxxxxxxx wrote:
> > 
> > But i agree there are cases where it makes sense.B B  Sometimes i
> > write,
> > B <xsl:variable name="input" select="/" />
> > for example, 
> 
> Yep, we all do that, and it's very handy, but it also has a
> devastating impact: it severely restricts your abiliity to r[...]
> change it to process a collection of documents,

That's very true. A conversion into a tunnel parameter will work for
templates but not functions.

A non-streamable function fn:input-document() might be a win!

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