[Bug 19630] [QT3TS] separate-modules-1 to 9

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