Re[2]: [xsl] copy of attributes

Subject: Re[2]: [xsl] copy of attributes
From: "Andrey V. Elsukov" <elsukov@xxxxxxxxxxxx>
Date: Thu, 21 Oct 2004 13:00:49 +0400
Hi, Anton Triest,

Thursday, October 21, 2004, 12:57:28 PM:
AT> That would probably work but you can also do this:

AT>     <xsl:template match="node">
AT>         <xsl:copy-of select="@*"/>
AT>     </xsl:template>

:))
yes, thanks
--
Best regards,
Andrey V. Elsukov

Current Thread