Change id: fn-collection
Implementations | ||||||
Tests | BaseX 8.5 beta XQ31 (QT3 vCVS) |
Saxon-EE 9.7.0.11 XP31 (QT3 v0.6) |
Saxon-EE 9.7.0.11 XQ31 (QT3 v0.6) |
XmlPrime 4.0.0.16079 XP31 (QT3 vCVS) |
XmlPrime 4.0.0.26293 XQ31 (QT3 vCVS) |
XmlPrime 4.0.0.27704 XQX31 (QT3 vCVS) |
---|---|---|---|---|---|---|
cbcl-collection-002[+]
X cbcl-collection-002: Created on: 2016-08-19 Spec Dependencies: spec = XQ31+ Test: fn:collection('http://www.w3.org/2010/09/qt-fots-catalog/integers') |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
cbcl-collection-003[+]
X cbcl-collection-003: Created on: 2016-08-19 Spec Dependencies: spec = XQ31+ Test: fn:collection('http://www.w3.org/2010/09/qt-fots-catalog/atomics') |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
cbcl-collection-004[+]
X cbcl-collection-004: Created on: 2016-08-19 Spec Dependencies: spec = XQ31+ Test: fn:collection() |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
UseCaseR31-026[+]
X UseCaseR31-026: Created on: 2014-04-24 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ spec = XQ30+ Test: for $sarah in collection($users-collection-uri), $friend in collection($users-collection-uri) where $sarah('name') = "Sarah" and $friend('name') = $sarah('friends')?* return $friend('name') |
fail | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
UseCaseR31-027[+]
X UseCaseR31-027: Created on: 2014-04-24 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ spec = XQ30+ Test: Q{http://www.w3.org/2005/xpath-functions/map}merge( for $sales in collection($sales-collection-uri) let $pname := $sales('product') group by $pname return map { $pname : sum(for $s in $sales return $s('quantity')) }) |
fail | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |