Re: [xsl] No of Times Named Template called

Subject: Re: [xsl] No of Times Named Template called
From: "Mukul Gandhi" <gandhi.mukul@xxxxxxxxx>
Date: Thu, 13 Mar 2008 11:39:01 +0530
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

Current Thread