xsl-list
[Top] [All Lists]

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

2015-06-18 10:59:56
On Thu, Jun 18, 2015 at 10:12 AM, Martin Honnen 
martin(_dot_)honnen(_at_)gmx(_dot_)de
<xsl-list-service(_at_)lists(_dot_)mulberrytech(_dot_)com> 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>
            …
          </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.
--~----------------------------------------------------------------
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>