[Home] [By Thread] [By Date] [Recent Entries]
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
|

Cart



