[xsl] how to match attributes in templates?

Subject: [xsl] how to match attributes in templates?
From: "Alice Fan" <arisuu@xxxxxxxxxxx>
Date: Wed, 22 Jan 2003 13:09:00 -0800
how to match attributes in templates?

this is what i'm doing to copy all nodes except for a specific element name. how do i specify a specific attribute inthe if statement?

<xsl:template match="copytemp">
     <xsl:if test="not(name()='someelementname')">
         <xsl:copy-of select="."/>
     </xsl:if>
</xsl:template>

thanks in advance
a




_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail



XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread