xsl-list
[Top] [All Lists]

Re: "Outer join" for XSLT?

2005-12-30 08:34:45
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


--~------------------------------------------------------------------
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>