[Bug 15791] [XQ30] XQST0054

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