[Home] [By Thread] [By Date] [Recent Entries]
@*[not(local-name() = ('signed', 'otherAtt', 'foo', 'bar'))]
Alternatively, in a more XSLT-ish idiom, <xsl:apply-templates select="@*" mode="someMode"/> with <xsl:template match="@*" mode="someMode"> <xsl:copy/> </xsl:template> <xsl:template match="@signed" mode="someMode"/> <xsl:template match="@otherAtt" mode="someMode"/> b& Gerrit On 11.06.2014 01:05, Philipp Kursawe phil.kursawe@xxxxxxxxx wrote: I am using: <xsl:copy-of select="@*[local-name() != 'signed']"/>
|

Cart



