[Bug 19601] [QT3TS] require-schema-aware-4

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

Ghislain Fourny <ghislain.fourny@28msec.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ghislain.fourny@28msec.com

--- Comment #1 from Ghislain Fourny <ghislain.fourny@28msec.com> ---
My intent while writing the test was actually:

(validate lax { <element
                         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xs="http://www.w3.org/2001/XMLSchema"
                         xsi:type="xs:integer">42</element> }) instance of
element(*, xs:integer)

So I fixed the three tests using this query accordingly.

I think that otherwise a dynamic error XQDY0027 would be thrown, and I designed
the test to succeed.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 18 October 2012 13:50:24 UTC