Re: [xsl] "Outer join" for XSLT?

Subject: Re: [xsl] "Outer join" for XSLT?
From: James Fuller <jim.fuller@xxxxxxxxxxxxxx>
Date: Fri, 30 Dec 2005 16:34:45 +0100
using a combination of exslt set functions (pure xslt)

http://www.exslt.org/set/functions/difference/index.html

you can achieve this in XSLT 1.0

In XSLT 2.0 one has access to these XPATH 2 funcs e.g. set difference,
intersection and union operators.

http://www.saxonica.com/documentation/expressions/except.html

gl, Jim Fuller

Current Thread