Re: [xsl] Template-matching nodes from input vs nodes in variable based on their position

Subject: Re: [xsl] Template-matching nodes from input vs nodes in variable based on their position
From: "Jorge . chocolate.camera@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 17 Jun 2015 19:15:46 -0000
On Wed, Jun 17, 2015 at 9:02 PM, Martin Honnen martin.honnen@xxxxxx
<xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:
> It is a sequence of elements

You sound as if that expresses the reason, but I fail to understand
what reason it is. Don't elements in a sequence have a position()?

> try to remove the 'as="node()+"' from the variable and then use
>   <xsl:apply-templates select="$FOO/*"/>

Works indeed, but like I said I do not understand what difference your
correction makes. Besides, I've read again and again that declaring
the type of variables is good practice, and it has indeed helped me
detect errors that I would not have otherwise. If I shouldn't be
declaring that variable as node()+, what type would be appropriate?

Current Thread