xsl-list
[Top] [All Lists]

Re: [xsl] Streaming terminology: Climbing

2014-01-29 05:31:41

Notice that all the examples are XPath expressions. Can you give an example 
or two of a climbing construct that is not an XPath expression?

Since every expression is an XPath expression, except for patterns (but
they inherit the syntax), the only other thing that can potentially be
climbing is a construct. Looking over the rules, it turns out that, if I
interpret them correctly, only a choice operand group can potentially be
climbing. 

The other examples that come to mind are an xsl:sequence instruction where the 
select attribute is climbing, and a sequence constructor that contains such an 
xsl:sequence instruction.

Michael Kay
Saxonica
--~------------------------------------------------------------------
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>