xsl-list
[Top] [All Lists]

Re: recreating elements with attributes

2004-02-10 16:48:31
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



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