[Home] [By Thread] [By Date] [Recent Entries]
varun bhatnagar varun292006@xxxxxxxxx wrote:
I think you want to add an identity transformation template for your mode <xsl:template match="@*|node()" mode="step2">
<xsl:copy>
<xsl:apply-templates select="@*|node()" mode="step2"/>
</xsl:copy>
</xsl:template>
|

Cart



