Re: [xsl] Copying Groups of Attributes

Subject: Re: [xsl] Copying Groups of Attributes
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 12 Feb 2001 17:12:00 GMT
<p>
<xsl:copy-of select="@id|@class|..."/>

or if you really want them all, just

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

David

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


Current Thread