[Home] [By Thread] [By Date] [Recent Entries]
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
|

Cart



