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: Thu, 18 Jun 2015 15:59:49 -0000
On Thu, Jun 18, 2015 at 10:12 AM, Martin Honnen martin.honnen@xxxxxx
<xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:
> Sorry, I forgot one detail, if you want to have an "as" attribute spelled
> out then you need to write it as
>
>         <xsl:variable name="FOO" as="document-node()">
>           <xsl:document>
>             b&
>           </xsl:document>
>         </xsl:variable>

Doing so works even if leaving `<xsl:apply-templates select="$FOO"/>`
intact, instead of rewriting the match to `$FOO/*`.

I am still trying to wrap my head around the meaning of the answers,
but thank you everybody for your fast response.

Current Thread