xsl-list
[Top] [All Lists]

RE: XML tags to XML attributes with XSL

2003-10-22 01:25:00
Hi,

<xsl:template match="*">
     <xsl:copy>

Add <xsl:copy-of select="@*"/>

          <xsl:apply-templates select="Attributes"/>
          <xsl:apply-templates select="* | text()"/>
     </xsl:copy>
</xsl:template>

Cheers,

Jarno - Madam Zu: August 2003 Part 1

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



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