[xquery-talk] XQuery quirk of the day

Jakub Malý jakub at maly.cz
Fri Apr 13 12:58:21 PDT 2012


Yes, comparison of empty sequences and flattening nested sequences are
things I don't like about XPath.
Jakub.

> -----Original Message-----
> From: talk-bounces at x-query.com [mailto:talk-bounces at x-query.com] On
> Behalf Of David Lee
> Sent: Friday, April 13, 2012 9:49 PM
> To: Josh Spiegel
> Cc: xquery-discuss
> Subject: Re: [xquery-talk] XQuery quirk of the day
> 
> 
> 
> From: Josh Spiegel [mailto:josh.spiegel at oracle.com]
> Sent: Friday, April 13, 2012 3:45 PM
> To: David Lee
> Cc: xquery-discuss
> Subject: Re: [xquery-talk] XQuery quirk of the day
> 
> If you are looking for concise...
> 
>  if ("") then "yep" else "nope"   ==>   nope
>  if (()) then "yep" else "nope"   ==>   nope
>  if ("foo") then "yep" else "nope"  ==> yep
> 
> -------
> 
> Thanks, I just stumbled on this while playing with the not() suggestion.
> I was thinking "if fn:not() works why not no not just if ... "  ahh
english vs
> code :
> 
> Voila ! thanks all .  My code is now much cleaner (but perhaps less
readable)
> ... oh well ;)
> 
> ----------------------------------------
> David A. Lee
> dlee at calldei.com
> http://www.xmlsh.org
> 
> 
> 
> 
> _______________________________________________
> talk at x-query.com
> http://x-query.com/mailman/listinfo/talk




More information about the talk mailing list