Re: [xsl] xsl:for-each...iteration question

Subject: Re: [xsl] xsl:for-each...iteration question
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 19 Apr 2005 18:01:32 +0100
You don't need a for-each despite the subject line, you can express that
just in a single xpath:

<xsl:template match="modify">
 <xsl:copy-of select="modify-attr[not(@attr-name=document('excludedoc')/exclude-list/exclude-attr)]"/>
</xsl:template>

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread