|
| 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) |
|
|---|---|---|---|---|---|---|---|
| prod-CountClause | 10/10 | 0/0 | 10/10 | 0/0 | 10/10 | 10/0 | 0/6 |
| count-001[+]
X count-001: Created on: 2011-07-28 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: <out>{ for $x in 1 to 10 count $j return <item><x>{$x}</x><j>{$j}</j></item> }</out> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
| count-002[+]
X count-002: Created on: 2011-07-28 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: <out>{ for $x at $j in 1 to 10 return <item><x>{$x}</x><j>{$j}</j></item> }</out> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
| count-003[+]
X count-003: Created on: 2011-07-28 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: <out>{ for $x in 1 to 4 count $ix for $y in $x to 3 count $iy return <item><x>{$x}</x><ix>{$ix}</ix><y>{$y}</y><iy>{$iy}</iy></item> }</out> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
| count-004[+]
X count-004: Created on: 2011-07-28 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: <out>{ for $x in 1 to 4 count $ix for $y allowing empty in $x to 3 count $iy return <item><x>{$x}</x><ix>{$ix}</ix><y>{$y}</y><iy>{$iy}</iy></item> }</out> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
| count-005[+]
X count-005: Created on: 2011-07-28 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: <out>{ for $x in 1 to 5 for $y in 1 to 5 count $index where $index mod 3 = 0 return <item><x>{$x}</x><y>{$y}</y><index>{$index}</index></item> }</out> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
| count-006[+]
X count-006: Created on: 2011-07-28 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: <out>{ for $x in 1 to 5 for $y in 1 to 5 count $index where $index mod 3 = 0 count $index2 return <item><x>{$x}</x><y>{$y}</y><index2>{$index2}</index2></item> }</out> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
| count-007[+]
X count-007: Created on: 2011-07-28 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: <out>{ for $x in 1 to 5 for $y in 1 to 5 count $index where $index mod 3 = 0 count $index return <item><x>{$x}</x><y>{$y}</y><index>{$index}</index></item> }</out> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
| count-008[+]
X count-008: Created on: 2011-07-28 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: <out>{ for $x in 1 to 2 for $y in 1 to 3 let $index := $y count $index return <item><x>{$x}</x><y>{$y}</y><index>{$index}</index></item> }</out> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
| count-009[+]
X count-009: Created on: 2011-07-28 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: <out>{ for $x in 1 to 4 for $y in 1 to 4 count $index let $remainder := $index mod 3 order by $remainder, $index count $index2 return <item><x>{$x}</x><y>{$y}</y><remainder>{$remainder}</remainder><index2>{$index2}</index2></item> }</out> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
| count-010[+]
X count-010: Created on: 2011-07-30 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: for $x in 1 to 4 return for $y in 1 to 4 count $index return $index |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |