xsl-list
[Top] [All Lists]

Re: [xsl] XSLT 2.0 courses?

2020-09-21 08:39:42
Indeed, the otherwise operator as proposed has the desired effect

(A otherwise B otherwise C ) === ((A otherwise B) otherwise C) === (A otherwise 
(B otherwise C))

Michael Kay
Saxonica

On 21 Sep 2020, at 14:26, Chris Papademetrious 
christopher(_dot_)papademetrious(_at_)synopsys(_dot_)com 
<xsl-list-service(_at_)lists(_dot_)mulberrytech(_dot_)com> wrote:

Good point. Perhaps this could be handled by chaining them?

$a otherwise $b otherwise $c otherwise $default

- Chris

--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--
<Prev in Thread] Current Thread [Next in Thread>