Re: p:value-available not as useful as I'd like. . .

2009/11/27 mozer wrote:

> Probably something like
> f:value-available-or-the-other-one('foo', xyzzy) that would
> give what you intend

  Yes, if you can find a suitable name ;-) I would personally
prefer something like the XSLT conditional compilation with the
attribute @when:

<p:with-option name="foo" select="$bar"  when="p:value-available('bar')"/>
<p:with-option name="foo" select="xyzzy" when="not(p:value-available('bar'))"/>

  But maybe that's too big a change for a CR?

  Regards,

-- 
Florent Georges
http://www.fgeorges.org/

Received on Sunday, 29 November 2009 19:51:07 UTC