[Home] [By Thread] [By Date] [Recent Entries]
Hi Chad
If you want an exact copy of your elements attributes you could use <xsl:template match="myelement"> <mynewelement> <xsl:copy-of select="@*"/> <xsl:apply-templates/> </mynewelement> </xsl:template> Cheers, Spencer Tickner On 2/22/07, Chad Chelius <cchelius@xxxxxxxxxxxxxxx> wrote: I am writing an XSLT to simply transform the names of elements within an XML file. I am currently using:
|

Cart



