|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Use of xsl:apply-templates exception with an eleme
> 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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






