RE: [xsl] XML tags to XML attributes with XSL

Subject: RE: [xsl] XML tags to XML attributes with XSL
From: Jarno.Elovirta@xxxxxxxxx
Date: Wed, 22 Oct 2003 11:25:00 +0300
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


Current Thread