xsl-list
[Top] [All Lists]

Re: copy of attributes

2004-10-21 02:00:45
Sorry, I forgot the node node:

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


Anton


<Prev in Thread] Current Thread [Next in Thread>