- From: <bugzilla@jessica.w3.org>
- Date: Thu, 13 Jun 2013 11:54:41 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22349
Bug ID: 22349
Summary: [XQ3TS] produces-typed-data.xquery
Classification: Unclassified
Product: XPath / XQuery / XSLT
Version: Candidate Recommendation
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: XQuery 3 & XPath 3 Test Suite
Assignee: oneil@saxonica.com
Reporter: tim@cbcl.co.uk
QA Contact: public-qt-comments@w3.org
Neither of the functions defined in this module return function items, in
disagreement with their declarations.
declare function my:nine() as function(*)
{
validate lax { <a xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="xs:integer">9</a> }
};
declare function my:ten() as function(*)
{
validate lax { <a xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="xs:integer">10</a> }
};
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Thursday, 13 June 2013 11:54:45 UTC