Subject: Re: xmlspy and copy-of
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 11 May 2001 13:25:57 +0100
|
> is this a bug inside of xmlspy???
No, your code is wrong. xsl:copy-of is an empty element, perhaps you
meant xsl:copy.
> is this also a bug???
No. select="node()" is an abreviation for select="child::node()"/
and selects child nodes. perhaps you meant .
David
_____________________________________________________________________
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
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|