[Home] [By Thread] [By Date] [Recent Entries]
Sorry, I forgot to add a 'for' loop. The code I intented is ...
<xsl:template match="/input">
<xsl:variable name="result">
<xsl:for-each select="x">
<xsl:call-template name="STATUS_DETECTION">
<xsl:with-param name="my-param" select="." />
</xsl:call-template>
</xsl:for-each>
</xsl:variable>
</xsl:template>
The rest of the code should be same.
--
Regards,
Mukul Gandhi
|

Cart



