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




	But I was more thinking along the lines of

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

        where coreattrs has been defined elsewhere in the XSL.



<xsl:call-template name="coreattrs"/>


....

<xsl:template name="coresttrs">
  <xsl:copy-of select="@id|@class|@this|@that"/>
</xsl:template>

David

 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]