[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] Copy all attributes except except some


Subject: [xsl] Copy all attributes except except some
From: "Philipp Kursawe phil.kursawe@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 10 Jun 2014 23:05:41 -0000

I am using:
<xsl:copy-of select="@*[local-name() != 'signed']"/>

I assume I have to make a long list of "or local-name() != 'otherAtt'"
to exclude all my attributes that should not be copied over. Or is
there a smarter way to just define a list of attributes that are not
copied?

Thanks!


Current Thread