xsl-list
[Top] [All Lists]

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

2021-06-20 11:42:39

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

Liam


It would have the same effect: code using this function could not be easily 
converted to be part of a stylesheet that processes a collection of documents.

I have occasionally wondered whether the ban on using tunnel parameters inside 
a function is perhaps rather paternalistic. In many ways, accessing tunnel 
parameters is "less evil" than accessing global variables, so if functions are 
allowed to do the latter, they should allowed to do the former. Code that binds 
the current document to a tunnel parameter is more adaptable and reusable than 
code that binds it to a global variable.

Michael Kay
Saxonica
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--


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