Altova Mailing List Archives>Archive Index >xsl-list Archive Home >Recent entries >Thread Prev - >Thread Next - Re: [xsl] Theory: Identity Transforms [xsl] Theory: Identity TransformsTo: Date: 2/1/2006 5:33:00 PM Hello All, I am trying to get a handle on some basic XSLT concepts. I am looking at identity transforms and see these two basic templates: <xsl:template match="node()|@*"> <xsl:copy> <xsl:apply-templates select="node()|@*"/> </xsl:copy> </xsl:template> <xsl:template match="node()|@*" mode="copy"> <xsl:copy> <xsl:copy-of select="@*"/> <xsl:apply-templates mode="copy"/> </xsl:copy> </xsl:template> I don't understand the difference between the two. Thanks in advance. Rick Quatro Carmen Publishing 585-659-8267 www.frameexpert.com | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
