This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: xsl:copy


> 
> I've used :  
>  <xsl:template match="*">
>   <xsl:copy> 
>    <xsl:apply-templates/>
>   </xsl:copy>
>  </xsl:template>
> 
> it copies every knotes but that method doesn't copy
> the atributes of the knotes!

Add <xsl:copy-of select="@*"/>

Mike Kay
Software AG
> 

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]