Re: [xsl] adding attributes to an existing element

Subject: Re: [xsl] adding attributes to an existing element
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 15 Oct 2002 17:06:53 +0100
<xsl:template match="/db/*">
  <xsl:copy>
     <xsl:copy-of select="@*" />
     <xsl:attribute name="number">20</xsl:attribute>
...
</xsl:copy>
</xsl:template>

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Current Thread