xsl-list
[Top] [All Lists]

[xsl] Can code in XSLT 3 check whether it is dealing with a streamed or a grounded node?

2020-09-12 04:01:22

I wonder whether, in XSLT 3 with (the option of) streaming, a function
or template can check/introspect if it is dealing with a streamed node
or a grounded node.

For instance, depending on how an XSLT stylesheet is executed the
initial match selection might be streamed (e.g. StreamSource in
Java/Saxon API) or grounded (XdmNode in Java/Saxon API), can the
stylesheet code check whether it is dealing with a streamed or with a
grounded node?
--~----------------------------------------------------------------
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>