> Books.xml - defined all the available books information
> Exclude.xml -defined the books ids which need to be filter.
>
> I would like to write a xsl file (filter.xsl) to show book information
> except those defined in exclude.xml. Can anyone have any idea how to
> write this xsl file? Any help is appreciated.
>
Hi,
I think this will work:
<xsl:template match="BookRecs">
<xsl:apply-templates select="Book[not(id=document('Exclude.xml')//FilterBook/id)]"/>
</xsl:template>
regards,
--
Joris Gillis (
http://www.ticalc.org/cgi-bin/acct-v...i?userid=38041)
Gaudiam omnibus traderat W3C , nec vana fides