|
Subject: Re: [xsl] Calling xsl: template through mode attribute prints only text nodes From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> Date: Thu, 28 Aug 2014 17:26:56 -0000 |
<xsl:template match="@*|node()">
<xsl:copy>
<xsl:apply-templates select="@*|node()"/>
</xsl:copy>
</xsl:template>
<xsl:template match="@*|node()" mode="step2">
<xsl:copy>
<xsl:apply-templates select="@*|node()" mode="step2"/>
</xsl:copy>
</xsl:template>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Calling xsl:template through , varun bhatnagar varu | Thread | Re: [xsl] Calling xsl: template thr, varun bhatnagar varu |
| [xsl] Calling xsl:template through , varun bhatnagar varu | Date | [xsl] Code to Translate XSLT Functi, Eliot Kimber ekimber |
| Month |