xsl-list
[Top] [All Lists]

[xsl] xsl:apply-templates and select option

2006-06-01 10:00:55
Hi there,
I am trying to process the result of apply-templates call by the
following:

<xsl:template match="/">
                <xsl:variable name="call-result">
                        <ELSGenericMessage>
                                <xsl:apply-templates select="/"
mode="sub"/>
                        </ELSGenericMessage>
                </xsl:variable>
                <xsl:apply-templates mode="grouper"
select="msxsl:node-set($call-result)"/>

However, in "grouper" I get the original document. Can some one tell me
what am I doing wrong?
Thanks.
-r


--~------------------------------------------------------------------
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>