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

Identity and Modified identity transforms

Subject: Identity and Modified identity transforms
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Mon, 3 Dec 2007 10:18:41 +0000
 Identity and Modified identity transforms
On 02/12/2007, Florent Georges <lists@xxxxxxxxxxxx> wrote:
> you can use the Modified Identity pattern as following.  Take
> care to correctly handle the namespace bindings.
[snip]
>    <xsl:template match="node()">
>       <xsl:copy>
>          <xsl:copy-of select="@*"/>
>          <xsl:apply-templates select="node()"/>
>       </xsl:copy>
>    </xsl:template>

Hi Florent,

I've aways considered the "Modified Identity" pattern to be the
identity template that walks the following sibling axis:

<xsl:template match="node()">
	<xsl:copy>
		<xsl:copy-of select="@*"/>
		<xsl:apply-templates select="node()[1]"/>
	</xsl:copy>
	<xsl:apply-templates select="following-sibling::*[1]"/>
</xsl:template>

(see http://biglist.com/lists/xsl-list/archives/200612/msg00373.html)

These are two definite patterns - what is the concencus of the list is
for the names of the two types?

I know them as "identity" and "modified identity"... (the latter not
being great if a third type comes along, but acceptable if it's
already gained widespread acceptance)


cheers
-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

Current Thread

Back To School Sale!

Save 30% off all Stylus Studio 2008 Products when you purchase from our Online Shop.

Offer ends August 31, 2008.

Coupon Code
TRTY-C4JV-OFF

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-2007 All Rights Reserved.