xsl-list
[Top] [All Lists]

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

2009-03-31 18:17:55
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


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

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