Re: recreating elements with attributes2004-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
|
|
||||||||||||||||