- From: <bugzilla@jessica.w3.org>
- Date: Thu, 25 Oct 2012 08:56:13 +0000
- To: public-qt-comments@w3.org
Received on Thursday, 25 October 2012 08:56:14 UTC
https://www.w3.org/Bugs/Public/show_bug.cgi?id=19630
O'Neil Delpratt <oneil@saxonica.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from O'Neil Delpratt <oneil@saxonica.com> ---
In the file dummy.xquery the module declaration is grammatically incorrect :
module namespace = "http://www.w3.org/XQueryTest/RequireProhibitFeature";
Missing a name. Correction made:
module namespace m = "http://www.w3.org/XQueryTest/RequireProhibitFeature";
It looks like the other problems have been resolved. Therefore I am marking
this bug as fixed.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Thursday, 25 October 2012 08:56:14 UTC