RE: [xsl] selection for xsl:copy

Subject: RE: [xsl] selection for xsl:copy
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Thu, 8 Mar 2001 12:26:03 -0000
> I was thinking of using something like the following XSLT to make the
> transformation
> 
>  <xsl:template match="@*|*|text()">
>    <xsl:copy> 
>      <xsl:apply-templates select="@*|*|text()"/>
>    </xsl:copy>
>  </xsl:template>
> 
> I need your help to make the XSLT that copies all elements except the
> archref-element.
> 
Almost there, just add

<xsl:template match="archref"/>

Mike Kay
Software AG

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread