- From: <bugzilla@jessica.w3.org>
- Date: Mon, 20 Feb 2012 11:44:56 +0000
- To: public-qt-comments@w3.org
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