xsl-list
[Top] [All Lists]

[xsl] function access to tunneled parameters

2010-09-02 14:10:38
 Hi,

In future XSLT versions, could xsl:functions be allowed to also declare tunnel parameters that would not be provided on function call but that the function could retrieve directly from the tunnel?

Declaring the same function with the same parameter set as tunnel="no" (default) would simply provide a different function signature with one more (non-tunneled) expected parameter.

This would provide functions with access to tunneled parameters, avoiding having templates retrieve tunneled parameters just to pass them explicitly and then from function to function as a (non-tunneled) parameters that may only get used at the end of the call line, all the while maintaining function signature consistency.

Thank you,
ac

--~------------------------------------------------------------------
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>
  • [xsl] function access to tunneled parameters, ac <=