[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] xmlspy and copy-of


Subject: RE: [xsl] xmlspy and copy-of
From: "Khan, Amir" <amkhan@xxxxxxxxxx>
Date: Mon, 14 May 2001 15:03:05 +0100

i use <xsl:copy-of select='current()'/> all the time.

This copies (from my understanding) the current node and does not traverse
down the node list as xsl:copy would....forgive me if i'm wrong but i'm
almost certain i saw this today (use google to search for it), I do use it
with Xalan 2 (latest version) and it works a treat, i've just cut and paste
that line above from my .XSL file btw..

Amir

> > 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"
> 
> It's right; your syntax is wrong. Perhaps you meant to use <xsl:copy>
> rather
> than <xsl:copy-of>.
> 

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread