|
Subject: Re: [xsl] how to match attributes in templates? From: Francis Norton <francis@xxxxxxxxxxx> Date: Wed, 22 Jan 2003 23:09:16 +0000 |
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?
<!-- copy all nodes... -->
<xsl:template match="@*|node()">
<xsl:copy>
<xsl:apply-templates select="@*|node()"/>
</xsl:copy>
</xsl:template><!-- ...except this one --> <xsl:template match="@id" />
| Current Thread |
|---|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] how to match attributes in te, Alice Fan | Thread | RE: [xsl] how to match attributes i, Ross Ken |
| Re: [xsl] top level params and xsl:, S Woodside | Date | Re: [xsl] Axis-Name help, Francis Norton |
| Month |