- From: <bugzilla@jessica.w3.org>
- Date: Tue, 28 Feb 2012 19:58:16 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=15791
--- Comment #7 from Tim Mills <tim@cbcl.co.uk> 2012-02-28 19:58:15 UTC ---
Here's a further example which I don't think should cause an error.
declare variable $n external := fn:QName("local:f");
declare variable $v := fn:function-lookup($n)(1);
declare function local:f($arg)
{
If ($arg = 1)
then $arg
else $v
};
$v
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Tuesday, 28 February 2012 19:58:22 UTC