[Bug 15791] [XQ30] XQST0054

https://www.w3.org/Bugs/Public/show_bug.cgi?id=15791

--- Comment #6 from Tim Mills <tim@cbcl.co.uk> 2012-02-20 11:44:55 UTC ---
Here's another example, but this time for XQST0107.

declare variable $n external := xs:QName('local:return-p');
declare variable $v := function-lookup($n, 0)();
declare function local:return-p() {$p};
declare variable $p external := fn:position();
declare context item := $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 Monday, 20 February 2012 11:45:02 UTC