[xsl] copy-of all attributes except attributes from certain namespace

Subject: [xsl] copy-of all attributes except attributes from certain namespace
From: "Joeri Belis" <joeri.belis@xxxxxxxxxxxx>
Date: Wed, 28 Apr 2004 08:59:51 +0200
hi,

I want to use copy-of to copy all the attributes except certain that belong
to my namespace.

i tried
<xsl:copy-of select="@*[not(mynsp:*)"/>
but this is not the right way

Current Thread