This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Copying Groups of Attributes


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@lists.mulberrytech.com
[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of David
Carlisle
Sent: Monday, February 12, 2001 9:12 AM
To: xsl-list@lists.mulberrytech.com
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]