Subject: Re: xsl copy
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 25 Apr 2001 17:00:52 +0100
|
> Is there a way to copy attributes without having to perform a deep copy
> (copy-of)?
but it's not very deep in the case of attributes is it?
attributes have no children.
<xsl:copy-of select="@*"/>
Just copies the attributes of the current element.
David
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|