[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] recreating elements with attributes


Subject: Re: [xsl] recreating elements with attributes
From: Marcus Andersson <marcus@xxxxxxxxxx>
Date: Wed, 11 Feb 2004 00:48:31 +0100

Try the following:

<TOLL_CDR>
  <xsl:for-each select="@*">
    <xsl:copy/>
  </xsl:for-each>
</TOLL_CDR>

Probably produces what you're after.

/Marcus


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




Current Thread