Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


[xsl] Identity and Modified identity transforms

From: "Andrew Welch" <andrew.j.welch@--------->
To:
Date: 12/3/2007 10:19:00 AM
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/


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent