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]

RE: xmlspy and copy-of


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


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