[Bug 8127] New: [XQTS] CVS: fn-datacomplextype-1 & fn-datamixedcontent-1 validate missing

http://www.w3.org/Bugs/Public/show_bug.cgi?id=8127

           Summary: [XQTS] CVS: fn-datacomplextype-1 & fn-datamixedcontent-1
                    validate missing
           Product: XML Query Test Suite
           Version: unspecified
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XML Query Test Suite
        AssignedTo: andrew.eisenberg@us.ibm.com
        ReportedBy: tim@cbcl.co.uk
         QAContact: public-qt-comments@w3.org


I suspect that the argument to fn:data needs to be validated in tests
fn-datacomplextype-1 and fn-datamixedcontent-1 to get the desired result.

(:*******************************************************:)
(:Test: fn-datacomplextype-1                             :)
(:Written By: Nicolae Brinza                             :)
(:Purpose: Evaluates The "data" function                 :)
(: with the argument set to a complex element            :)
(:*******************************************************:)

import schema namespace mc ="http://www.w3.org/XQueryTest/mixedcontent" at
"mixe
dcontent.xsd";

fn:data(
  <mc:weather>
    <mc:temperature>30</mc:temperature>
    <mc:precipitation>10</mc:precipitation>
  </mc:weather>
)


-- 
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 Friday, 30 October 2009 11:34:24 UTC