xsl-list
[Top] [All Lists]

how to match attributes in templates?

2003-01-22 14:09:00
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



<Prev in Thread] Current Thread [Next in Thread>