- From: <bugzilla@jessica.w3.org>
- Date: Tue, 05 Jul 2011 19:24:49 +0000
- To: public-qt-comments@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=13147
Michael Dyck <jmdyck@ibiblio.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jmdyck@ibiblio.org
--- Comment #1 from Michael Dyck <jmdyck@ibiblio.org> 2011-07-05 19:24:48 UTC ---
> They generate
> declare variable $input-context external;
> instead of
> declare variable $input-context as document-node() external;
But their XQuery counterparts have
declare variable $input-context external;
so they *are* equivalent.
Your test harness is perhaps adding "as document-node()" to the XQuery queries,
as it is allowed to do. But then it should presumably make the corresponding
addition to the XQueryX queries.
--
Configure bugmail: http://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, 5 July 2011 19:24:57 UTC