[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Output input_xml apart from one tag change?

Subject: RE: Output input_xml apart from one tag change?
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 2 Oct 2007 15:29:29 +0100
RE:  Output input_xml apart from one tag change?
<xsl:copy>.....</xsl:copy>

does a shallow copy of the current node. Think of it as copying the element
tags, and then invoking the nested instructions to create the element
content (that's not really what happens, there aren't any tags in the tree,
but it's a first-order approximation).

<xsl:copy-of select="@*"/>

says copy the attributes of the current element unchanged

<xsl:apply-templates/>

says process each child of the current element using its appropriate
template rule. That's either the generic identity template (invoked
recursively), or the special template for the one element you want to
change.

Michael Kay
http://www.saxonica.com/




> does xsl:copy copy all the descendants of the current node?
> 
> If yes, then it will copy the node which was intended to 
> change through some template, right?
> 
> If no, then how do the descendants of the current node get copied?
> 
> Thanks,
> J
> 
> On 10/2/07, Martin Honnen <Martin.Honnen@xxxxxx> wrote:
> > John Smith wrote:
> > > That works perfectly, thanks. But what actually happens here:
> > >
> > > <xsl:copy><xsl:copy-of 
> > > select="@*"/><xsl:apply-templates/></xsl:copy>
> >
> > xsl:copy copies the current node. xsl:copy-of select="@*" 
> copies any 
> > attribute nodes. xsl:apply-templates processes all child nodes.
> >
> > --
> >
> >         Martin Honnen
> >         http://JavaScript.FAQTs.com/

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.