RE: [xsl] Copying Groups of Attributes

Subject: RE: [xsl] Copying Groups of Attributes
From: "Ciaran Byrne" <ciaran.byrne@xxxxxxx>
Date: Mon, 12 Feb 2001 17:57:01 -0800
Thanks Dave,
	But I was more thinking along the lines of

<xsl:copy-of select="coreattrs"/>

where coreattrs has been defined elsewhere in the XSL.

Coreattrs is common to most elements in the XSL so it would
save on the repetition.

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of David
Carlisle
Sent: Monday, February 12, 2001 9:12 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] Copying Groups of Attributes



<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




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


Current Thread