Re: [xsl] Copy all attributes except except some

Subject: Re: [xsl] Copy all attributes except except some
From: "Abel Braaksma (Exselt) abel@xxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 10 Jun 2014 23:58:22 -0000
On 11-6-2014 1:49, Abel Braaksma (Exselt) abel@xxxxxxxxxx wrote:
> On 11-6-2014 1:05, Philipp Kursawe phil.kursawe@xxxxxxxxx wrote:
>> I am using:
>> <xsl:copy-of select="@*[local-name() != 'signed']"/>
> Because of the way != works, this will usually give you all attributes
> regardless.

Sorry, that was not clearly/correctly written down. I was writing that
with the syntax later on in the mail in my mind. I meant to say (should
have said): if there are sequences on both ends of the != sign, the
expression is only true if all of the left is unequal to all on the
right, which is not what you needed.

Cheers,
Abel

Current Thread