[Home] [By Thread] [By Date] [Recent Entries]
> Is there a way to copy attributes without having to perform a > deep copy > (copy-of)? Since attributes have no children a deep copy is the same as a shallow copy. You can copy an attribute using <xsl:copy/> but it has to be the current node, which is why <xsl:copy-of> is often more convenient. Mike Kay Software AG XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



