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]

Excluding Attributes


<xsl:for-each select="cmdTargets">
<Target>
<xsl:for-each select="@*">
<xsl:copy><xsl:value-of /></xsl:copy>
</xsl:for-each>
</Target>
</xsl:for-each>

Apologies if this is a dumb question! I've only been using XSL for 2 days.

The above xsl adds a Target element for each cmdTargets element in the
source and then copies all the attributes across.

How could I modify this so that any attributes named "ID" and "Version" are
not copied to the output?

Thanks for any help, I'm really stuck on this!

Andrew.
 				


 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]