[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Excluding Matches in Template


Subject: Re: [xsl] Excluding Matches in Template
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 26 Jun 2003 00:07:21 +0100

> excludes will look like this:
so I'll have to guess what the input looks like (with id attributes on
the rows?)

If so, something like

<xsl:template match="/">
 <xsl:apply-templates select="xml/rs:data/z:row[not(@id=$excludes/EXCLUDE/ID)]"/>
</xsl:template>

David

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



Current Thread