Subject: xmlspy and copy-of
From: "Stefan M. Ritter" <s.m.ritter@xxxxxx>
Date: Fri, 11 May 2001 13:57:50 +0200
|
hi, I am using xmlspy 3.5; in several faqs I saw examples like for example:
<xsl:copy-of select="node()">
<xsl:apply-templates select="whatever_you_want"/>
</xsl:copy-of>
but if I try this with xmlspy, I get an error:
"apply-templates not allowed inside copy-of"
is this a bug inside of xmlspy???
also, the use of <xsl:copy-of select="node()"/>
always returns the content of an element, but never
the node itself.
is this also a bug???
thx in advance, stefan
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|