Re: [xsl] copy of attributes

Subject: Re: [xsl] copy of attributes
From: Anton Triest <anton@xxxxxxxx>
Date: Thu, 21 Oct 2004 11:00:45 +0200
Sorry, I forgot the node node:

   <xsl:template match="node">
       <node>
           <xsl:copy-of select="@*"/>
       </node>
   </xsl:template>


Anton


Current Thread