|
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-AxisStep.abbr | 23/23 | 21/21 | 23/23 | 21/21 | 23/23 | 23/21 | 0/6 |
abbreviatedSyntax-1[+]
X abbreviatedSyntax-1: Created on: 2005-07-08 Spec Dependencies: Test: for $h in (/works/employee[4]) return $h/hours/string() |
pass | pass | pass | pass | pass | pass | |
abbreviatedSyntax-2[+]
X abbreviatedSyntax-2: Created on: 2005-07-08 Spec Dependencies: Test: for $h in (/works/employee[2]) return $h/text() |
pass | pass | pass | pass | pass | pass | |
abbreviatedSyntax-3[+]
X abbreviatedSyntax-3: Created on: 2005-07-08 Spec Dependencies: Test: for $h in (/works/employee[10]) return $h/@name |
pass | pass | pass | pass | pass | pass | |
abbreviatedSyntax-5[+]
X abbreviatedSyntax-5: Created on: 2005-07-08 Spec Dependencies: Test: for $h in (/works) return $h/employee[1]/@name |
pass | pass | pass | pass | pass | pass | |
abbreviatedSyntax-6[+]
X abbreviatedSyntax-6: Created on: 2005-07-08 Spec Dependencies: Test: for $h in (/works) return $h/employee[fn:last()]/@name |
pass | pass | pass | pass | pass | pass | |
abbreviatedSyntax-7[+]
X abbreviatedSyntax-7: Created on: 2005-07-08 Spec Dependencies: Test: for $h in (/works) return $h/*/hours/string() |
pass | pass | pass | pass | pass | pass | |
abbreviatedSyntax-8[+]
X abbreviatedSyntax-8: Created on: 2005-07-08 Spec Dependencies: Test: /works/employee[5]/hours[2] |
pass | pass | pass | pass | pass | pass | |
abbreviatedSyntax-9[+]
X abbreviatedSyntax-9: Created on: 2005-07-08 Spec Dependencies: Test: for $h in (/works) return $h/employee//hours/string() |
pass | pass | pass | pass | pass | pass | |
abbreviatedSyntax-10[+]
X abbreviatedSyntax-10: Created on: 2005-07-08 Spec Dependencies: Test: for $h in (/works) return $h//hours/string() |
pass | pass | pass | pass | pass | pass | |
abbreviatedSyntax-12[+]
X abbreviatedSyntax-12: Created on: 2005-07-08 Spec Dependencies: Test: for $h in (/works) return $h//overtime/day/string() |
pass | pass | pass | pass | pass | pass | |
abbreviatedSyntax-13[+]
X abbreviatedSyntax-13: Created on: 2005-07-08 Spec Dependencies: Test: for $h in (/works) return $h/.//day/string() |
pass | pass | pass | pass | pass | pass | |
abbreviatedSyntax-14[+]
X abbreviatedSyntax-14: Created on: 2005-07-08 Spec Dependencies: Test: for $h in (/works/employee[12]/overtime) return $h/../@name |
pass | pass | pass | pass | pass | pass | |
abbreviatedSyntax-16[+]
X abbreviatedSyntax-16: Created on: 2005-07-08 Spec Dependencies: Test: for $h in (/works) return $h/employee[@name="Jane Doe 11"]/@name |
pass | pass | pass | pass | pass | pass | |
abbreviatedSyntax-17[+]
X abbreviatedSyntax-17: Created on: 2005-07-08 Spec Dependencies: Test: for $h in (/works) return $h/employee[@gender="female"][5]/@name |
pass | pass | pass | pass | pass | pass | |
abbreviatedSyntax-18[+]
X abbreviatedSyntax-18: Created on: 2005-07-08 Spec Dependencies: Test: for $h in (/works) return $h/employee[5][@gender="female"]/@name |
pass | pass | pass | pass | pass | pass | |
abbreviatedSyntax-19[+]
X abbreviatedSyntax-19: Created on: 2005-07-08 Spec Dependencies: Test: for $h in (/works) return $h/employee[status="active"]/@name |
pass | pass | pass | pass | pass | pass | |
abbreviatedSyntax-20[+]
X abbreviatedSyntax-20: Created on: 2005-07-08 Spec Dependencies: Test: for $h in (/works) return $h/employee[overtime]/@name |
pass | pass | pass | pass | pass | pass | |
abbreviatedSyntax-21[+]
X abbreviatedSyntax-21: Created on: 2005-07-08 Spec Dependencies: Test: for $h in (/works) return $h/employee[@name and @type]/@name |
pass | pass | pass | pass | pass | pass | |
abbreviatedSyntax-22[+]
X abbreviatedSyntax-22: Created on: 2005-07-08 Spec Dependencies: Test: for $h in (/works) return $h/employee/(status|overtime)/day/string() |
pass | pass | pass | pass | pass | pass | |
abbreviatedSyntax-24[+]
X abbreviatedSyntax-24: Created on: 2005-07-08 Spec Dependencies: Test: for $h in (/works) return $h/employee/(status union overtime)/day/string() |
pass | pass | pass | pass | pass | pass | |
abbreviatedSyntax-25[+]
X abbreviatedSyntax-25: Created on: 2005-07-08 Spec Dependencies: Test: for $h in (/works) return $h/employee[@name = "Jane Doe 13" or @type="FT"]/@name |
pass | pass | pass | pass | pass | pass | |
abbreviatedSyntax-26[+]
X abbreviatedSyntax-26: Created on: 2011-01-24 Spec Dependencies: spec = XQ10+ Test: let $in := <a><b>ABC</b><b>XYZ</b></a> return $in//string-to-codepoints(.) |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
K2-AbbrAxes-1[+]
X K2-AbbrAxes-1: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: declare function local:myFunc() { .. }; local:myFunc() |
pass | n/a
notXP31 |
pass | n/a | pass | pass |