[xsl] Template Matching elements without a specific attribute

Subject: [xsl] Template Matching elements without a specific attribute
From: "John Smith" <debrief@xxxxxxxxx>
Date: Mon, 22 Oct 2007 14:10:24 +0100
Hello,

How can I test for for elements that do not have a particular attribute.

e.g.

<xsl:template match="element[ @attribute does not exist ] |
element[@attribute=0]">
....
</xsl:template>


Thanks,
J

Current Thread