[Home] [By Thread] [By Date] [Recent Entries]
> I need to > copy only the attributes of the current node that are not > also in $new, in a namespace safe way, with XSLT 2 Looks like a case for node-name(). <xsl:copy-of select="@*[not(node-name(.) = $new/@*/node-name(.))]"/> Regards, Michael Kay http://www.saxonica.com/ http://twitter.com/michaelhkay
|

Cart



