[Home] [By Thread] [By Date] [Recent Entries]
Hi In an XSLT I have the following: <xsl:apply-templates select="@*[not(local-name()='foo')]"/> It works. But is there a more elegant (or at least shorter) way to write this? Tobi
|
[Home] [By Thread] [By Date] [Recent Entries]
Hi In an XSLT I have the following: <xsl:apply-templates select="@*[not(local-name()='foo')]"/> It works. But is there a more elegant (or at least shorter) way to write this? Tobi
|