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