This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

xmlspy and copy-of


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]