|
Subject: Re: [xsl] Selectively applying Identity transform to multiple inputs (Multiplexer Style Sheet) From: Abel Braaksma <abel.online@xxxxxxxxx> Date: Fri, 05 Jan 2007 23:06:23 +0100 |
<!-- XSLT 1: internal document handling --> <xsl:template match="node() | @*" mode="internal"> <xsl:apply-templates select="node() | @*" mode="internal" /> </xsl:template>
<!-- XSLT 1: internal document handling -->
<xsl:template match="node() | @*" mode="internal">
<xsl:copy>
<xsl:apply-templates select="node() | @*" mode="internal" />
</xsl:copy>
</xsl:template>Cheers, -- Abel Braaksma http://www.nuntia.nl
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Selectively applying Iden, Abel Braaksma | Thread | RE: [xsl] Selectively applying Iden, cknell |
| RE: Re: [xsl] Selectively applying , cknell | Date | Re: [xsl] Selectively applying Iden, Farrukh S. Najmi |
| Month |