Re: [xsl] Trying to match elements NOT found in external document

Subject: Re: [xsl] Trying to match elements NOT found in external document
From: "G. T. Stresen-Reuter" <tedmasterweb@xxxxxxxxx>
Date: Tue, 31 Mar 2009 23:17:25 +0100
Thanks for the feedback and pointers.

As it turns out, I had the solution right in front of me but didn't see it until I read this article:

http://www.ibm.com/developerworks/xml/library/x-tipxsltmp.html

I already had a node set of the matched elements (thanks to apply- templates mode="filtered") and all I had to do was then execute
<xsl:apply-templates select="exsl:node-set($filtered-entries)" />


And everything worked exactly as needed!

Ted

Current Thread