xsl-list
[Top] [All Lists]

Re: Excluding Matches in Template

2003-06-25 16:07:21

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



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