Results for tests requiring that dependency higherOrderFunctions is not satisfied
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) |
---|---|---|---|---|---|---|
fn-apply-01[+]
X fn-apply-01: Created on: 2014-12-17 Spec Dependencies: spec = XP31+ XQ31+ spec = XP31+ XQ31+ feature = higherOrderFunctions Test: apply(abs#1, [-2]) |
pass | pass | pass | pass | pass | pass |
fn-apply-02[+]
X fn-apply-02: Created on: 2014-12-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP31+ XQ31+ feature = higherOrderFunctions Test: apply(true#0, array {}) |
pass | pass | pass | pass | pass | pass |
fn-apply-03[+]
X fn-apply-03: Created on: 2014-12-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP31+ XQ31+ feature = higherOrderFunctions Test: apply(string-join#1, [reverse(1 to 5) ! string()]) |
pass | pass | pass | pass | pass | pass |
fn-apply-04[+]
X fn-apply-04: Created on: 2014-12-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP31+ XQ31+ feature = higherOrderFunctions Test: let $func := function($a,$b,$c) { $a + $b + $c } , $args := [ 1, 2, 3 ] return apply($func, $args) |
pass | pass | pass | pass | pass | pass |
fn-apply-05[+]
X fn-apply-05: Created on: 2014-12-19 Spec Dependencies: spec = XQ31+ spec = XP31+ XQ31+ feature = higherOrderFunctions Test: declare function local:square($n as xs:integer) { $n * $n }; apply(local:square#1, [ 10 ]) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
fn-apply-06[+]
X fn-apply-06: Created on: 2014-12-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP31+ XQ31+ feature = higherOrderFunctions Test: apply(substring('flower', ?, ?), [ 3, 2 ]) |
pass | pass | pass | pass | pass | pass |
fn-apply-07[+]
X fn-apply-07: Created on: 2014-12-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP31+ XQ31+ feature = higherOrderFunctions Test: let $f := function-lookup(xs:QName('fn:count'), 1) return apply($f, [ ('one', 'two') ]) |
pass | pass | pass | pass | pass | pass |
fn-apply-08[+]
X fn-apply-08: Created on: 2014-12-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP31+ XQ31+ feature = higherOrderFunctions Test: for $a in 2 to 3 return let $f := function-lookup(xs:QName('fn:concat'), $a) return apply($f, array { 1 to $a }) |
pass | pass | pass | pass | pass | pass |
fn-apply-09[+]
X fn-apply-09: Created on: 2014-12-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP31+ XQ31+ feature = higherOrderFunctions Test: for $name in (true#0, count#1, empty#1, concat#2) return let $arity := function-arity($name) , $args := array { (1 to $arity) ! 'X' } return apply($name, $args) |
pass | pass | pass | pass | pass | pass |
fn-apply-10[+]
X fn-apply-10: Created on: 2014-12-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP31+ XQ31+ feature = higherOrderFunctions Test: for $f in ( function($a) { $a }, function($a, $b) { $a + $b }, function($a, $b, $c) { $a + $b + $c } ) return apply($f, array { 1 to function-arity($f) }) |
pass | pass | pass | pass | pass | pass |
fn-apply-11[+]
X fn-apply-11: Created on: 2014-12-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP31+ XQ31+ feature = higherOrderFunctions Test: data#1 => fn:apply([ [ 1 to 3 ] ]) |
pass | pass | pass | pass | pass | pass |
fn-apply-12[+]
X fn-apply-12: Created on: 2014-12-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP31+ XQ31+ feature = higherOrderFunctions Test: apply(false#0, [0]) |
pass | pass | pass | pass | pass | pass |
fn-apply-13[+]
X fn-apply-13: Created on: 2014-12-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP31+ XQ31+ feature = higherOrderFunctions Test: apply(string-length#1, [ ('a','b') ]) |
pass | pass | pass | pass | pass | pass |
fn-apply-14[+]
X fn-apply-14: Created on: 2015-01-29 Spec Dependencies: spec = XQ31+ spec = XP31+ XQ31+ feature = higherOrderFunctions Test: fn:apply(lower-case#1, [<a>ABC</a>]) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
fn-apply-15[+]
X fn-apply-15: Created on: 2015-01-29 Spec Dependencies: spec = XQ31+ spec = XP31+ XQ31+ feature = higherOrderFunctions Test: declare function local:l($x as xs:string){lower-case($x)}; declare function local:u($x as xs:string){upper-case($x)}; let $data := <a><b>Banana</b></a> return apply(if (current-date() lt xs:date('1900-01-01')) then local:l#1 else local:u#1, [$data]) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
fn-apply-16[+]
X fn-apply-16: Created on: 2015-01-29 Spec Dependencies: spec = XP31+ XQ31+ spec = XP31+ XQ31+ feature = higherOrderFunctions Test: apply(if (current-date() lt xs:date('1900-01-01')) then abs#1 else round#1, [-2]) |
pass | pass | pass | pass | pass | pass |
fn-available-environment-variables-001[+]
X fn-available-environment-variables-001: Created on: 2012-02-17 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:exists(fn:available-environment-variables#0) |
pass | pass | pass | pass | pass | pass |
fn-available-environment-variables-002[+]
X fn-available-environment-variables-002: Created on: 2012-02-17 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: not(fn:empty(fn:function-lookup( fn:QName('http://www.w3.org/2005/xpath-functions', 'available-environment-variables'), 0))) |
pass | pass | pass | pass | pass | pass |
fn-available-environment-variables-003[+]
X fn-available-environment-variables-003: Created on: 2012-02-17 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:available-environment-variables#1 |
pass | pass | pass | pass | pass | pass |
fn-available-environment-variables-004[+]
X fn-available-environment-variables-004: Created on: 2012-02-17 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: fn:available-environment-variables#2 |
pass | pass | pass | pass | pass | pass |
context-item-1[+]
X context-item-1: Created on: 2006-12-06 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $f := function() { fn:boolean(.) } return $f() |
pass | pass | pass | pass | pass | pass |
boolean-012[+]
X boolean-012: Created on: 2014-10-14 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: boolean(boolean#1) |
pass | pass | pass | pass | pass | pass |
fn-concat-18[+]
X fn-concat-18: Created on: 2011-06-24 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: fn:concat("abc","abc", fn:concat#3) |
pass | pass | pass | pass | pass | pass |
fn-contains-token-22[+]
X fn-contains-token-22: Created on: 2014-12-05 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: (contains-token#2, starts-with#2, ends-with#2)!.("abc def", "def") |
pass | pass | pass | pass | pass | pass |
fn-contains-token-52[+]
X fn-contains-token-52: Created on: 2014-12-05 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: (contains-token#2, substring-before#2, substring-after#2)[1]("abc def", "zz") |
pass | pass | pass | pass | pass | pass |
K2-DataFunc-5[+]
X K2-DataFunc-5: Created on: 2012-09-27 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: (1, data#0)[data()] |
pass | pass | pass | pass | pass | pass |
K-SeqDeepEqualFunc-62[+]
X K-SeqDeepEqualFunc-62: Created on: 2012-05-30 Spec Dependencies: spec = XQ30+ feature = non_unicode_codepoint_collation feature = higherOrderFunctions Test: let $deep := deep-equal(?, ?, "http://www.w3.org/2010/09/qt-fots-catalog/collation/caseblind") return $deep(<a><b>abc</b></a>, <a><b>ABC</b></a>) |
no result | n/a
environment dependencies not satisfied |
pass | n/a | pass | pass |
K-SeqDeepEqualFunc-63[+]
X K-SeqDeepEqualFunc-63: Created on: 2012-05-30 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions feature = non_unicode_codepoint_collation Test: let $deep := deep-equal#3 return $deep(<a><b>abc</b></a>, <a><b>ABC</b></a>, "http://www.w3.org/2010/09/qt-fots-catalog/collation/caseblind") |
no result | n/a
environment dependencies not satisfied |
pass | n/a | pass | pass |
K-SeqDeepEqualFunc-70[+]
X K-SeqDeepEqualFunc-70: Created on: 2014-12-05 Spec Dependencies: spec = XQ31+ feature = non_unicode_codepoint_collation feature = higherOrderFunctions Test: let $deep := deep-equal(?, ?, "http://www.w3.org/2005/xpath-functions/collation/html-ascii-case-insensitive") return $deep(<a><b>abc</b></a>, <a><b>ABC</b></a>) |
no result | n/a
environment dependencies not satisfied |
pass | n/a | pass | pass |
K-SeqDeepEqualFunc-71[+]
X K-SeqDeepEqualFunc-71: Created on: 2014-12-05 Spec Dependencies: spec = XQ31+ feature = higherOrderFunctions Test: let $deep := deep-equal#3 return $deep(<a><b>abc</b></a>, <a><b>ABC</b></a>, "http://www.w3.org/2005/xpath-functions/collation/html-ascii-case-insensitive") |
no result | n/a
environment dependencies not satisfied |
pass | n/a | pass | pass |
default-language-004[+]
X default-language-004: Created on: 2015-07-17 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: let $f := (fn:default-language#0, fn:default-language#0) return $f[1]() eq $f[2]() |
pass | pass | pass | pass | pass | pass |
default-language-005[+]
X default-language-005: Created on: 2015-07-17 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: let $f := function-lookup(QName("http://www.w3.org/2005/xpath-functions", "default-language"), 0) return $f() eq $f() |
pass | pass | pass | pass | pass | pass |
environment-variable-001[+]
X environment-variable-001: Created on: 2012-02-17 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: fn:exists(environment-variable#1) |
pass | pass | pass | pass | pass | pass |
environment-variable-002[+]
X environment-variable-002: Created on: 2012-02-17 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: not(fn:empty(fn:function-lookup( fn:QName('http://www.w3.org/2005/xpath-functions', 'environment-variable') , 1))) |
pass | pass | pass | pass | pass | pass |
environment-variable-003[+]
X environment-variable-003: Created on: 2012-02-17 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: fn:environment-variables#0 |
pass | pass | pass | pass | pass | pass |
environment-variable-004[+]
X environment-variable-004: Created on: 2012-02-17 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: fn:environment-variables#2 |
pass | pass | pass | pass | pass | pass |
fn-false-22[+]
X fn-false-22: Created on: 2011-06-27 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $f := false#0 return 3[$f()] |
pass | pass | pass | pass | pass | pass |
filter-001[+]
X filter-001: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: filter(("apple", "pear", "apricot", "advocado", "orange"),starts-with(?, "a")) |
pass | pass | pass | pass | pass | pass |
filter-002[+]
X filter-002: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: filter((12, 4, 46, 23, -8), function($x){$x gt 10}) |
pass | pass | pass | pass | pass | pass |
filter-003[+]
X filter-003: Created on: 2010-02-10 Spec Dependencies: spec = XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $data := (/employees) return filter($data/emp, function($x as element(emp)){xs:int($x/@salary) lt 300}) |
pass | n/a
environment dependencies not satisfied |
pass | n/a | pass | pass |
filter-004[+]
X filter-004: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: (1 to 20)[. = filter(1 to position(), function($x){$x idiv 2 * 2 = $x})] |
pass | pass | pass | pass | pass | pass |
filter-005[+]
X filter-005: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $index-of-node := function($seqParam as node()*, $srchParam as node()) as xs:integer* { filter( 1 to count($seqParam), function($this as xs:integer) as xs:boolean {$seqParam[$this] is $srchParam} ) }, $nodes := /*/*, $perm := ($nodes[1], $nodes[2], $nodes[3], $nodes[1], $nodes[2], $nodes[4], $nodes[2], $nodes[1]) return $index-of-node($perm, $nodes[2]) |
pass | pass | pass | pass | pass | pass |
filter-006[+]
X filter-006: Created on: 2015-03-12 Spec Dependencies: spec = XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: filter((1 to 20), function($i){<a>{1 - ($i mod 2)}</a>}) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
filter-901[+]
X filter-901: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: filter(("apple", "pear", "apricot", "advocado", "orange"), normalize-space#1) |
pass | pass | pass | pass | pass | pass |
filter-902[+]
X filter-902: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: filter(("apple", "pear", "apricot", "advocado", "orange"), function($x){if(starts-with($x,'a')) then true() else ()}) |
pass | pass | pass | pass | pass | pass |
filter-903[+]
X filter-903: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: filter( ("apple", "pear", "apricot", "advocado", "orange"), function($x){if(starts-with($x,'a')) then (true(), true()) else false()}) |
pass | pass | pass | pass | pass | pass |
filter-904[+]
X filter-904: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: filter(("apple", "pear", "apricot", "advocado", "orange", current-date()), ends-with(?, 'e')) |
pass | pass | pass | pass | pass | pass |
fn-filter-001[+]
X fn-filter-001: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:filter() |
pass | pass | pass | pass | pass | pass |
fn-filter-002[+]
X fn-filter-002: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:filter#0 |
pass | pass | pass | pass | pass | pass |
fn-filter-003[+]
X fn-filter-003: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:filter( fn:boolean#1 ) |
pass | pass | pass | pass | pass | pass |
fn-filter-004[+]
X fn-filter-004: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:filter#1 |
pass | pass | pass | pass | pass | pass |
fn-filter-005[+]
X fn-filter-005: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:exists( fn:filter#2 ) |
pass | pass | pass | pass | pass | pass |
fn-filter-010[+]
X fn-filter-010: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:filter( (), function($a as item()) as xs:boolean* { fn:boolean($a), fn:boolean($a) } ) |
pass | pass | pass | pass | pass | pass |
fn-filter-011[+]
X fn-filter-011: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:filter( (), function($a as item()) as xs:boolean? { () } ) |
pass | pass | pass | pass | pass | pass |
fn-filter-012[+]
X fn-filter-012: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:filter( (), fn:string#1 ) |
pass | pass | pass | pass | pass | pass |
fn-filter-013[+]
X fn-filter-013: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:filter( (//node(), 1, "string", 3.14, 2.7e0, fn:exists#1), function($arg) { $arg instance of function(*) } ) |
pass | pass | pass | pass | pass | pass |
fn-filter-014[+]
X fn-filter-014: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:filter( 1 to 10, function($arg) { if ($arg eq 100) then () else fn:true()}) |
pass | pass | pass | pass | pass | pass |
fn-filter-015[+]
X fn-filter-015: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:filter( 1 to 10, function($arg) { if ($arg eq 10) then () else fn:true()}) |
pass | pass | pass | pass | pass | pass |
fn-filter-017[+]
X fn-filter-017: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:filter( 1 to 10, function($arg) { if ($arg eq 100) then 0 else fn:true()}) |
pass | pass | pass | pass | pass | pass |
fn-filter-018[+]
X fn-filter-018: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:filter( 1 to 10, function($arg) { if ($arg eq 10) then 0 else fn:true()}) |
pass | pass | pass | pass | pass | pass |
fn-filter-020[+]
X fn-filter-020: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:filter( 1 to 10, function($arg) { if ($arg eq 100) then (fn:true(), fn:false()) else fn:true()}) |
pass | pass | pass | pass | pass | pass |
fn-filter-021[+]
X fn-filter-021: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:filter( 1 to 10, function($arg) { if ($arg eq 10) then (fn:true(), fn:false()) else fn:true()}) |
pass | pass | pass | pass | pass | pass |
fold-left-001[+]
X fold-left-001: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fold-left(1 to 5, 0, function($a, $b) { $a + $b }) |
pass | pass | pass | pass | pass | pass |
fold-left-002[+]
X fold-left-002: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fold-left((2,3,5,7), 1, function($a, $b) { $a * $b }) |
pass | pass | pass | pass | pass | pass |
fold-left-003[+]
X fold-left-003: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fold-left((true(), false(), false()), false(), function($a, $b) { $a or $b }) |
pass | pass | pass | pass | pass | pass |
fold-left-004[+]
X fold-left-004: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fold-left((true(), false(), false()), false(), function($a, $b) { $a and $b }) |
pass | pass | pass | pass | pass | pass |
fold-left-005[+]
X fold-left-005: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fold-left(1 to 5, (), function($a, $b) {($b, $a)}) |
pass | pass | pass | pass | pass | pass |
fold-left-006[+]
X fold-left-006: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fold-left(1 to 5, "", fn:concat(?, ".", ?)) |
pass | pass | pass | pass | pass | pass |
fold-left-007[+]
X fold-left-007: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fold-left(1 to 5, "$zero", fn:concat("$f(", ?, ", ", ?, ")")) |
pass | pass | pass | pass | pass | pass |
fold-left-008[+]
X fold-left-008: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $hours := function ($emp as element(employee)) as xs:integer { sum($emp/hours/xs:integer(.)) }, $highest := function ($f as function(item()) as xs:anyAtomicType, $seq as item()*) { fold-left($seq, (), function($highestSoFar as item()*, $this as item()*) as item()* { if (empty($highestSoFar)) then $this else let $thisValue := $f($this), $highestValue := $f($highestSoFar[1]) return if ($thisValue gt $highestValue) then $this else if ($thisValue eq $highestValue) then ($highestSoFar, $this) else $highestSoFar }) } return $highest($hours, /works/employee) |
pass | pass | pass | pass | pass | pass |
fold-left-009[+]
X fold-left-009: Created on: 2010-02-10 Spec Dependencies: spec = XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: declare function local:distinct-nodes-stable($seq as node()*) { fold-left( $seq, (), function($foundSoFar as node()*, $this as node()) as node()* { if ($foundSoFar intersect $this) then $foundSoFar else ($foundSoFar, $this) }) }; let $nodes := (<a/>, <b/>, <c/>, <d/>, <e/>, <f/>) let $perm := ($nodes[1], $nodes[2], $nodes[4], $nodes[1], $nodes[2], $nodes[3], $nodes[2], $nodes[1]) return local:distinct-nodes-stable($perm)/local-name() |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
fold-left-010[+]
X fold-left-010: Created on: 2011-11-27 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fold-left(1 to 5, 1, function($a, $b, $c){ $a + $b + $c }) |
pass | pass | pass | pass | pass | pass |
fold-left-011[+]
X fold-left-011: Created on: 2011-11-27 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fold-left(1 to 5, 1, function($a, $b) as element(foo) { $a + $b }) |
pass | pass | pass | pass | pass | pass |
fold-left-012[+]
X fold-left-012: Created on: 2011-11-27 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fold-left(1 to 5, "", function($a, $b) { $a + $b }) |
pass | pass | pass | pass | pass | pass |
fold-left-013[+]
X fold-left-013: Created on: 2011-11-27 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fold-left(1 to 5, 1, function($a, $b as element(foo)) { $a + $b }) |
pass | pass | pass | pass | pass | pass |
fold-left-014[+]
X fold-left-014: Created on: 2011-11-27 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fold-left(1 to 5, 1, function($a as element(bar), $b) { $a + $b }) |
pass | pass | pass | pass | pass | pass |
fold-left-015[+]
X fold-left-015: Created on: 2011-11-27 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fold-left(1 to 2, 1, function($a, $b){ ($a, $b) }) |
pass | pass | pass | pass | pass | pass |
fold-left-016[+]
X fold-left-016: Created on: 2011-11-27 Spec Dependencies: spec = XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $html := <html> <body> <div id="main"> <p class="para">Hello World!</p> </div> <p class="para">Goodbye!</p> </body> </html> let $css-selectors := <selectors> <id>main</id> <class>para</class> </selectors>/* let $interpreter := function($ctx, $selector){ typeswitch($selector) case $a as element(id) return $ctx//*[@id = $a/text()] case $a as element(class) return $ctx//*[@class = $a/text()] default return () } let $result := fold-left($css-selectors, $html, $interpreter) return $result/text() |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
fold-left-017[+]
X fold-left-017: Created on: 2011-11-27 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fold-left(1 to 13, 0, concat("(", ?, "+", ?, ")")) |
pass | pass | pass | pass | pass | pass |
fold-left-018[+]
X fold-left-018: Created on: 2011-11-27 Spec Dependencies: spec = XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $text := "Peter Piper picked a peck of pickled peppers A peck of pickled peppers Peter Piper picked" let $tokens := tokenize($text, '\s') let $counter := function($result, $word){ let $word-count := $result[@value = $word] return if(empty($word-count)) then ($result, <word value="{$word}" count="1" />) else ( $result except $word-count, <word value="{$word-count/@value}" count="{number($word-count/@count) + 1}" /> ) } let $words := fold-left($tokens, (), $counter) return ( number($words[@value="Peter"]/@count), number($words[@value="Piper"]/@count), number($words[@value="pickled"]/@count) ) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
fold-left-019[+]
X fold-left-019: Created on: 2011-11-27 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fold-left((13, 14, 9, 6), (), function($a, $b){ if(empty($a)) then $b else ($a + $b) div 2 }) |
pass | pass | pass | pass | pass | pass |
fold-left-020[+]
X fold-left-020: Created on: 2011-11-27 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fold-left(1 to 1000000, 0, function($a, $b){ $a + 1}) |
pass | pass | pass | pass | pass | pass |
fold-left-021[+]
X fold-left-021: Created on: 2016-07-20 Spec Dependencies: spec = XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: declare variable $in := (<doc><A/><B/>{(1 to 10000)!<C/>}<B/><A/></doc>)/*; declare variable $fsm := map{ 0: function($x) {if ($x[self::B]) then 1 else 0}, 1: function($x) {if ($x[self::B]) then 1 else 2}, 2: function($x) {if ($x[self::B]) then 3 else 2}, 3: function($x) {3}}; fold-left($in, 0, function($state, $node){$fsm($state)($node)}) ne 3 |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
fold-left-101[+]
X fold-left-101: Created on: 2014-09-07 Spec Dependencies: spec = XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: declare function local:fold-left( $seq as item()*, $zero as item()*, $f as function(item()*, item()) as item()*) as item()* { if (fn:empty($seq)) then $zero else fn:fold-left(fn:tail($seq), $f($zero, fn:head($seq)), $f) }; local:fold-left(1 to 5, 0, function($a, $b) { $a + $b }) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
fold-left-102[+]
X fold-left-102: Created on: 2014-09-07 Spec Dependencies: spec = XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: declare function local:fold-left( $seq as item()*, $zero as item()*, $f as function(item()*, item()) as item()*) as item()* { if (fn:empty($seq)) then $zero else fn:fold-left(fn:tail($seq), $f($zero, fn:head($seq)), $f) }; local:fold-left((2,3,5,7), 1, function($a, $b) { $a * $b }) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
fold-left-103[+]
X fold-left-103: Created on: 2014-09-07 Spec Dependencies: spec = XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: declare function local:fold-left( $seq as item()*, $zero as item()*, $f as function(item()*, item()) as item()*) as item()* { if (fn:empty($seq)) then $zero else fn:fold-left(fn:tail($seq), $f($zero, fn:head($seq)), $f) }; local:fold-left((true(), false(), false()), false(), function($a, $b) { $a or $b }) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
fold-left-104[+]
X fold-left-104: Created on: 2014-09-07 Spec Dependencies: spec = XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: declare function local:fold-left( $seq as item()*, $zero as item()*, $f as function(item()*, item()) as item()*) as item()* { if (fn:empty($seq)) then $zero else fn:fold-left(fn:tail($seq), $f($zero, fn:head($seq)), $f) }; local:fold-left((true(), false(), false()), false(), function($a, $b) { $a and $b }) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
fold-left-105[+]
X fold-left-105: Created on: 2014-09-07 Spec Dependencies: spec = XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: declare function local:fold-left( $seq as item()*, $zero as item()*, $f as function(item()*, item()) as item()*) as item()* { if (fn:empty($seq)) then $zero else fn:fold-left(fn:tail($seq), $f($zero, fn:head($seq)), $f) }; local:fold-left(1 to 5, (), function($a, $b) {($b, $a)}) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
fold-right-001[+]
X fold-right-001: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fold-right(1 to 5, 0,function($a, $b) { $a + $b }) |
pass | pass | pass | pass | pass | pass |
fold-right-002[+]
X fold-right-002: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fold-right((2,3,5,7), 1,function($a, $b) { $a * $b }) |
pass | pass | pass | pass | pass | pass |
fold-right-003[+]
X fold-right-003: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fold-right((true(), false(), false()), false(),function($a, $b) { $a or $b }) |
pass | pass | pass | pass | pass | pass |
fold-right-004[+]
X fold-right-004: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fold-right((true(), false(), false()), false(),function($a, $b) { $a and $b }) |
pass | pass | pass | pass | pass | pass |
fold-right-005[+]
X fold-right-005: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $f := function($a, $b){($b, $a)} return fold-right(1 to 5, (), $f) |
pass | pass | pass | pass | pass | pass |
fold-right-006[+]
X fold-right-006: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fold-right(1 to 5, "", fn:concat(?, ".", ?)) |
pass | pass | pass | pass | pass | pass |
fold-right-007[+]
X fold-right-007: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fold-right(1 to 5, "$zero", fn:concat("$f(", ?, ", ", ?, ")")) |
pass | pass | pass | pass | pass | pass |
fold-right-008[+]
X fold-right-008: Created on: 2011-11-27 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fold-right(1 to 5, 0, function($a, $b, $c){ $a + $b + $c }) |
pass | pass | pass | pass | pass | pass |
fold-right-009[+]
X fold-right-009: Created on: 2011-11-27 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fold-right(1 to 5, "", function($a, $b){ $a + $b }) |
pass | pass | pass | pass | pass | pass |
fold-right-010[+]
X fold-right-010: Created on: 2011-11-27 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fold-right(1 to 5, 0, function($a as xs:string, $b){ $a + $b }) |
pass | pass | pass | pass | pass | pass |
fold-right-011[+]
X fold-right-011: Created on: 2011-11-27 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fold-right(1 to 5, 0, function($a, $b as xs:string){ $a + $b }) |
pass | pass | pass | pass | pass | pass |
fold-right-012[+]
X fold-right-012: Created on: 2011-11-27 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fold-right(1 to 5, 0, function($a, $b) as xs:string { $a + $b }) |
pass | pass | pass | pass | pass | pass |
fold-right-013[+]
X fold-right-013: Created on: 2011-11-27 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fold-right(1 to 1000000, 0, function($a, $b){ $b + 1 }) |
pass | pass | pass | pass | pass | pass |
fold-right-014[+]
X fold-right-014: Created on: 2011-11-27 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fold-right((1 to 5), (), function($a , $b){ ($b, $a) }) |
pass | pass | pass | pass | pass | pass |
fold-right-015[+]
X fold-right-015: Created on: 2011-11-27 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fold-right((1, 2, 2, 3, 3, 3, 4, 5, 5), (), function($a, $b){ if(exists($b[. eq $a])) then $b else ($a, $b) }) |
pass | pass | pass | pass | pass | pass |
fold-right-016[+]
X fold-right-016: Created on: 2011-11-27 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fold-right((1 to 5), (), function($a, $b){ ($a, $a, $b) }) |
pass | pass | pass | pass | pass | pass |
fold-right-017[+]
X fold-right-017: Created on: 2011-11-27 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fold-right((1 to 13), 0, concat("(", ?, "+", ?, ")")) |
pass | pass | pass | pass | pass | pass |
fold-right-018[+]
X fold-right-018: Created on: 2011-11-27 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fold-right(("Hello", "World"), 0, function($a, $b){ string-length($a) + $b }) |
pass | pass | pass | pass | pass | pass |
fold-right-019[+]
X fold-right-019: Created on: 2011-11-27 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fold-right( 1 to 10, (), function($a, $b){ if(empty($b)) then $a else if($a lt $b) then $b else $a }) |
pass | pass | pass | pass | pass | pass |
fold-right-020[+]
X fold-right-020: Created on: 2011-11-27 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fold-right(1 to 10, (), function($a, $b){ if(empty($b)) then $a else if($a gt $b) then $b else $a }) |
pass | pass | pass | pass | pass | pass |
fold-right-101[+]
X fold-right-101: Created on: 2014-09-07 Spec Dependencies: spec = XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: declare function local:fold-right( $seq as item()*, $zero as item()*, $f as function(item(), item()*) as item()*) as item()* { if (fn:empty($seq)) then $zero else $f(fn:head($seq), fn:fold-right(fn:tail($seq), $zero, $f)) }; local:fold-right(1 to 5, 0,function($a, $b) { $a + $b }) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
fold-right-102[+]
X fold-right-102: Created on: 2014-09-07 Spec Dependencies: spec = XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: declare function local:fold-right( $seq as item()*, $zero as item()*, $f as function(item(), item()*) as item()*) as item()* { if (fn:empty($seq)) then $zero else $f(fn:head($seq), fn:fold-right(fn:tail($seq), $zero, $f)) }; local:fold-right((2,3,5,7), 1,function($a, $b) { $a * $b }) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
fold-right-103[+]
X fold-right-103: Created on: 2014-09-07 Spec Dependencies: spec = XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: declare function local:fold-right( $seq as item()*, $zero as item()*, $f as function(item(), item()*) as item()*) as item()* { if (fn:empty($seq)) then $zero else $f(fn:head($seq), fn:fold-right(fn:tail($seq), $zero, $f)) }; local:fold-right((true(), false(), false()), false(),function($a, $b) { $a or $b }) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
fold-right-104[+]
X fold-right-104: Created on: 2014-09-07 Spec Dependencies: spec = XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: declare function local:fold-right( $seq as item()*, $zero as item()*, $f as function(item(), item()*) as item()*) as item()* { if (fn:empty($seq)) then $zero else $f(fn:head($seq), fn:fold-right(fn:tail($seq), $zero, $f)) }; local:fold-right((true(), false(), false()), false(),function($a, $b) { $a and $b }) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
fold-right-105[+]
X fold-right-105: Created on: 2014-09-07 Spec Dependencies: spec = XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: declare function local:fold-right( $seq as item()*, $zero as item()*, $f as function(item(), item()*) as item()*) as item()* { if (fn:empty($seq)) then $zero else $f(fn:head($seq), fn:fold-right(fn:tail($seq), $zero, $f)) }; let $f := function($a, $b){($b, $a)} return local:fold-right(1 to 5, (), $f) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
for-each-001[+]
X for-each-001: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: for-each(("aa", "bb", "cc", "dd", "ee"), upper-case#1) |
pass | pass | pass | pass | pass | pass |
for-each-002[+]
X for-each-002: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: for-each(("john", "jane"), string-to-codepoints#1) |
pass | pass | pass | pass | pass | pass |
for-each-003[+]
X for-each-003: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: for-each(("john", "mary", "jane", "anne", "peter", "ian"), function($x){$x[contains(., 'e')]}) |
pass | pass | pass | pass | pass | pass |
for-each-004[+]
X for-each-004: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: for-each(("john", "mary", "jane", "anne", "peter", "ian"), function($x){upper-case($x)}) |
pass | pass | pass | pass | pass | pass |
for-each-005[+]
X for-each-005: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: for-each(for-each(("john", "mary", "jane", "anne", "peter", "ian"), function($n as xs:string){upper-case($n)}), function($e as xs:string) as xs:string { lower-case($e) }) |
pass | pass | pass | pass | pass | pass |
for-each-006[+]
X for-each-006: Created on: 2010-02-10 Spec Dependencies: spec = XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: declare function local:children($n as node()) as node()* { $n/child::node() }; declare function local:attributes($e as node()) as node()* { $e/attribute::node() }; declare function local:self($e as node()) as node() { $e }; declare function local:union( $f as function(node()) as node()*, $g as function(node()) as node()*) as function(node()) as node()* { function($a) {$f($a) | $g($a)} }; let $data := (/a), $f := local:union(local:children#1, local:union(local:attributes#1, local:self#1)) return for-each($data/*, $f)[not(. instance of attribute())] |
pass | n/a
environment dependencies not satisfied |
pass | n/a | pass | pass |
for-each-007[+]
X for-each-007: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: for-each((), round#1) |
pass | pass | pass | pass | pass | pass |
for-each-008[+]
X for-each-008: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $f := function($x as xs:double*){for-each($x,round#1)} return $f((1.2345, 6.789)) |
pass | pass | pass | pass | pass | pass |
for-each-009[+]
X for-each-009: Created on: 2015-03-13 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: for-each((1,4,9,16,25), Q{http://www.w3.org/2005/xpath-functions/math}sqrt#1) |
pass | pass | pass | pass | pass | pass |
for-each-010[+]
X for-each-010: Created on: 2015-03-13 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: for-each(namespace-uri-from-QName(function-name(xs:int#1)), upper-case#1) |
pass | pass | pass | pass | pass | pass |
for-each-011[+]
X for-each-011: Created on: 2015-03-13 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $f := function($ff as (function(item()) as item()), $s as xs:string){$ff($ff($s))} return for-each((upper-case#1, lower-case#1, normalize-space#1, concat(?, '!')), $f(?, ' Say NO! ')) |
pass | pass | pass | pass | pass | pass |
for-each-012[+]
X for-each-012: Created on: 2015-03-13 Spec Dependencies: spec = XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: for-each((<a>1</a>, <b>22</b>, <c>33</c>), function($a as xs:string) as xs:integer {string-length($a)}) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
for-each-901[+]
X for-each-901: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: for-each(("aa", "bb", "cc", "dd", "ee"), starts-with#2) |
pass | pass | pass | pass | pass | pass |
for-each-902[+]
X for-each-902: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: for-each(("aa", "bb", "cc", "dd", 12), upper-case#1) |
pass | pass | pass | pass | pass | pass |
for-each-903[+]
X for-each-903: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: for-each(("aa", "bb", "cc", "dd", 12), ()) |
pass | pass | pass | pass | pass | pass |
for-each-pair-001[+]
X for-each-pair-001: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: for-each-pair(("aa", "bb", "cc", "dd", "ee"), ("AA", "BB", "cc", "dd", "EE"), deep-equal#2) |
pass | pass | pass | pass | pass | pass |
for-each-pair-002[+]
X for-each-pair-002: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: for-each-pair(("aa", "bb", "cc", "dd", "ee", "ff"), ("AA", "BB", "cc", "dd", "EE"), deep-equal#2) |
pass | pass | pass | pass | pass | pass |
for-each-pair-003[+]
X for-each-pair-003: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: for-each-pair(("aa", "bb", "cc", "dd", "ee"), ("AA", "BB", "cc", "dd", "EE", "ff"), deep-equal#2) |
pass | pass | pass | pass | pass | pass |
for-each-pair-004[+]
X for-each-pair-004: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: for-each-pair(("aa", "bb", "cc", "dd", "ee"), ("AA", "BB", "cc", "dd", "EE"), concat(?, '-', ?)) |
pass | pass | pass | pass | pass | pass |
for-each-pair-005[+]
X for-each-pair-005: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: for-each-pair(1 to 5, 1 to 5, function($a as xs:integer, $b as xs:integer) as xs:integer{$a + $b}) |
pass | pass | pass | pass | pass | pass |
for-each-pair-006[+]
X for-each-pair-006: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $millenium := year-from-date(current-date()) idiv 1000 return for-each-pair(1 to 5, 2 to 6, function($a as xs:integer, $b as xs:integer) as xs:integer{$a + $b + $millenium}) |
pass | pass | pass | pass | pass | pass |
for-each-pair-007[+]
X for-each-pair-007: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $millenium := year-from-date(current-date()) idiv 1000 return for-each-pair(("a", "ab", "abc", ""), ("", "", "", ""), function($a, $b) as xs:integer* {1 to (string-length($a) + string-length($b))}) |
pass | pass | pass | pass | pass | pass |
for-each-pair-008[+]
X for-each-pair-008: Created on: 2010-03-14 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $in := 1 to 5 return for-each-pair($in, tail($in), function($a, $b){$a+$b}) |
pass | pass | pass | pass | pass | pass |
for-each-pair-901[+]
X for-each-pair-901: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: for-each-pair(("aa", "bb", "cc", "dd", "ee"), ("AA", "BB", "cc", "dd", "EE"), deep-equal#3) |
pass | pass | pass | pass | pass | pass |
for-each-pair-902[+]
X for-each-pair-902: Created on: 2010-02-10 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: for-each-pair(("aa", "bb", "cc", "dd", "ee"), ("AA", "BB", "cc", "dd", 12), contains#2) |
pass | pass | pass | pass | pass | pass |
fn-for-each-pair-001[+]
X fn-for-each-pair-001: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:for-each-pair() |
pass | pass | pass | pass | pass | pass |
fn-for-each-pair-002[+]
X fn-for-each-pair-002: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:for-each-pair#0 |
pass | pass | pass | pass | pass | pass |
fn-for-each-pair-003[+]
X fn-for-each-pair-003: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:for-each-pair( fn:concat#2 ) |
pass | pass | pass | pass | pass | pass |
fn-for-each-pair-004[+]
X fn-for-each-pair-004: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:for-each-pair#1 |
pass | pass | pass | pass | pass | pass |
fn-for-each-pair-005[+]
X fn-for-each-pair-005: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:for-each-pair( (), fn:concat#2) |
pass | pass | pass | pass | pass | pass |
fn-for-each-pair-006[+]
X fn-for-each-pair-006: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:for-each-pair#2 |
pass | pass | pass | pass | pass | pass |
fn-for-each-pair-007[+]
X fn-for-each-pair-007: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:for-each-pair( (), (), fn:concat#2) |
pass | pass | pass | pass | pass | pass |
fn-for-each-pair-008[+]
X fn-for-each-pair-008: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:exists( fn:for-each-pair#3 ) |
pass | pass | pass | pass | pass | pass |
fn-for-each-pair-009[+]
X fn-for-each-pair-009: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: ( fn:for-each-pair( (), (), if ( fn:current-dateTime() eq fn:dateTime( fn:current-date(), fn:current-time() )) then fn:concat#2 else () ), fn:for-each-pair( (), (), if ( fn:current-dateTime() eq fn:dateTime( fn:current-date(), fn:current-time() )) then () else fn:concat#2 ) ) |
pass | pass | pass | pass | pass | pass |
fn-for-each-pair-011[+]
X fn-for-each-pair-011: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:for-each-pair( (), (), (fn:concat#2, fn:concat#2) ) |
pass | pass | pass | pass | pass | pass |
fn-for-each-pair-012[+]
X fn-for-each-pair-012: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:for-each-pair( (), (), fn:true() ) |
pass | pass | pass | pass | pass | pass |
fn-for-each-pair-013[+]
X fn-for-each-pair-013: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:for-each-pair( (), (), /root ) |
pass | pass | pass | pass | pass | pass |
fn-for-each-pair-014[+]
X fn-for-each-pair-014: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:for-each-pair( (), (), fn:boolean#1 ) |
pass | pass | pass | pass | pass | pass |
fn-for-each-pair-015[+]
X fn-for-each-pair-015: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:for-each-pair( (), (), fn:concat#3 ) |
pass | pass | pass | pass | pass | pass |
fn-for-each-pair-016[+]
X fn-for-each-pair-016: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:for-each-pair( (), (), function($a as item(), $b as item()) as item()* { fn:boolean($a), fn:boolean($b) } ) |
pass | pass | pass | pass | pass | pass |
fn-for-each-pair-017[+]
X fn-for-each-pair-017: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:for-each-pair((//node(), 1, "string", 3.14, 2.7e0, fn:exists#1), (//node(), 1, "string", 3.14, 2.7e0, fn:exists#1), function($a, $b) { if ($a instance of function(*)) then $b instance of function(*) else if ($b instance of function(*)) then false() else deep-equal($a, $b) } ) |
pass | pass | pass | pass | pass | pass |
fn-for-each-pair-018[+]
X fn-for-each-pair-018: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:for-each-pair( (), fn:error(), concat#2) |
pass | pass | pass | pass | pass | pass |
fn-for-each-pair-019[+]
X fn-for-each-pair-019: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:for-each-pair( fn:error(), (), concat#2) |
pass | pass | pass | pass | pass | pass |
fn-for-each-pair-020[+]
X fn-for-each-pair-020: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:for-each-pair( (), (), function($arg, $arg2) { fn:error() }) |
pass | pass | pass | pass | pass | pass |
fn-for-each-pair-021[+]
X fn-for-each-pair-021: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:for-each-pair( 1 to 10, 1 to 10, function($arg, $arg2) { fn:error() }) |
pass | pass | pass | pass | pass | pass |
fn-for-each-pair-022[+]
X fn-for-each-pair-022: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:for-each-pair( fn:error(), fn:error(), function($arg1, $arg2) { () }) |
pass | pass | pass | pass | pass | pass |
fn-for-each-pair-023[+]
X fn-for-each-pair-023: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:for-each-pair( (1, fn:error()), 1, function($arg1, $arg2) { ($arg1, $arg2) }) |
pass | pass | pass | pass | pass | pass |
fn-for-each-pair-024[+]
X fn-for-each-pair-024: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:for-each-pair( 1, (1, fn:error()), function($arg1, $arg2) { ($arg1, $arg2) }) |
pass | pass | pass | pass | pass | pass |
fn-for-each-pair-025[+]
X fn-for-each-pair-025: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:for-each-pair( 1 to 3, 1 to 3, function($arg1, $arg2) { ($arg1 + $arg2) }) |
pass | pass | pass | pass | pass | pass |
fn-for-each-pair-026[+]
X fn-for-each-pair-026: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:for-each-pair( (true(), false(), true()), 1 to 3, function($arg1, $arg2) { if ($arg1) then $arg2 else () }) |
pass | pass | pass | pass | pass | pass |
fn-for-each-pair-027[+]
X fn-for-each-pair-027: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:for-each-pair( 1 to 3, 1 to 3, function($arg1, $arg2) { ($arg1, $arg2) }) |
pass | pass | pass | pass | pass | pass |
fn-for-each-pair-028[+]
X fn-for-each-pair-028: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:for-each-pair( ("1", "2"), (1, 2), function($arg1 as xs:integer, $arg2 as xs:integer) { $arg1 + $arg2 } ) |
pass | pass | pass | pass | pass | pass |
fn-for-each-pair-029[+]
X fn-for-each-pair-029: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:for-each-pair( (1, 2), ("1", "2"), function($arg1 as xs:integer, $arg2 as xs:integer) { $arg1 + $arg2 } ) |
pass | pass | pass | pass | pass | pass |
fn-for-each-pair-030[+]
X fn-for-each-pair-030: Created on: 2012-05-01 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:for-each-pair( ("1", "2"), ("1", "2"), function($arg1 as xs:integer, $arg2 as xs:integer) { $arg1 + $arg2 } ) |
pass | pass | pass | pass | pass | pass |
fn-for-each-pair-031[+]
X fn-for-each-pair-031: Created on: 2013-03-14 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: ( fn:for-each-pair( ("a"), ("b"), if ( fn:current-dateTime() eq fn:dateTime( fn:current-date(), fn:current-time() )) then fn:concat#2 else () ), fn:for-each-pair( "a", "b", if ( fn:current-dateTime() eq fn:dateTime( fn:current-date(), fn:current-time() )) then () else fn:concat#2 ) ) |
pass | pass | pass | pass | pass | pass |
fn-for-each-pair-033[+]
X fn-for-each-pair-033: Created on: 2013-03-14 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:for-each-pair( "a", "b", (fn:concat#2, fn:concat#2) ) |
pass | pass | pass | pass | pass | pass |
fn-for-each-pair-034[+]
X fn-for-each-pair-034: Created on: 2013-03-14 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:for-each-pair( "a", "b", fn:true() ) |
pass | pass | pass | pass | pass | pass |
fn-for-each-pair-035[+]
X fn-for-each-pair-035: Created on: 2013-03-14 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:for-each-pair("a", "b", /root ) |
pass | pass | pass | pass | pass | pass |
fn-for-each-pair-036[+]
X fn-for-each-pair-036: Created on: 2013-03-14 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:for-each-pair( "a", "b", fn:boolean#1 ) |
pass | pass | pass | pass | pass | pass |
fn-for-each-pair-037[+]
X fn-for-each-pair-037: Created on: 2013-03-14 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:for-each-pair( "a", "b", fn:concat#3 ) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-001[+]
X fn-function-lookup-001: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'node-name'), 0)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-002[+]
X fn-function-lookup-002: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /root/function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'node-name'), 0)() |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-003[+]
X fn-function-lookup-003: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'node-name'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-004[+]
X fn-function-lookup-004: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'node-name'), 1)(/root) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-005[+]
X fn-function-lookup-005: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'nilled'), 0)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-006[+]
X fn-function-lookup-006: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /root/function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'nilled'), 0)() |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-007[+]
X fn-function-lookup-007: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'nilled'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-008[+]
X fn-function-lookup-008: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'nilled'), 1)(/root) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-009[+]
X fn-function-lookup-009: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'string'), 0)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-010[+]
X fn-function-lookup-010: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /root/child/function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'string'), 0)() |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-011[+]
X fn-function-lookup-011: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'string'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-012[+]
X fn-function-lookup-012: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'string'), 1)(1) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-013[+]
X fn-function-lookup-013: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'data'), 0)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-014[+]
X fn-function-lookup-014: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /root/child/function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'data'), 0)() |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-015[+]
X fn-function-lookup-015: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'data'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-016[+]
X fn-function-lookup-016: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'data'), 1)(/root/child[1]) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-017[+]
X fn-function-lookup-017: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'base-uri'), 0)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-018[+]
X fn-function-lookup-018: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /root/function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'base-uri'), 0)() |
fail | pass | pass | pass | pass | pass |
fn-function-lookup-019[+]
X fn-function-lookup-019: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'base-uri'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-020[+]
X fn-function-lookup-020: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'base-uri'), 1)(/) |
fail | pass | pass | pass | pass | pass |
fn-function-lookup-021[+]
X fn-function-lookup-021: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'document-uri'), 0)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-022[+]
X fn-function-lookup-022: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'document-uri'), 0)() |
fail | pass | pass | pass | pass | pass |
fn-function-lookup-023[+]
X fn-function-lookup-023: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'document-uri'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-024[+]
X fn-function-lookup-024: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'document-uri'), 1)(/) |
fail | pass | pass | pass | pass | pass |
fn-function-lookup-025[+]
X fn-function-lookup-025: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'error'), 0)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-026[+]
X fn-function-lookup-026: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'error'), 0)() |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-027[+]
X fn-function-lookup-027: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'error'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-028[+]
X fn-function-lookup-028: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'error'), 1)(fn:QName('http://www.w3.org/2005/xqt-errors', 'foo:XXXX0000')) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-029[+]
X fn-function-lookup-029: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'error'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-030[+]
X fn-function-lookup-030: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'error'), 2)(fn:QName('http://www.w3.org/2005/xqt-errors', 'foo:XXXX0000'), 'string') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-031[+]
X fn-function-lookup-031: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'error'), 3)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-032[+]
X fn-function-lookup-032: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'error'), 3)(fn:QName('http://www.w3.org/2005/xqt-errors', 'foo:XXXX0000'), 'string', (1, true())) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-033[+]
X fn-function-lookup-033: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'trace'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-034[+]
X fn-function-lookup-034: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'trace'), 2)(1, 'label') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-035[+]
X fn-function-lookup-035: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'abs'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-036[+]
X fn-function-lookup-036: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'abs'), 1)(-1) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-037[+]
X fn-function-lookup-037: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'ceiling'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-038[+]
X fn-function-lookup-038: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'ceiling'), 1)(0.9) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-039[+]
X fn-function-lookup-039: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'floor'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-040[+]
X fn-function-lookup-040: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'floor'), 1)(1.1) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-041[+]
X fn-function-lookup-041: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'round'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-042[+]
X fn-function-lookup-042: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'round'), 1)(1.1) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-043[+]
X fn-function-lookup-043: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'round'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-044[+]
X fn-function-lookup-044: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'round'), 2)(1.1, 0) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-045[+]
X fn-function-lookup-045: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'round-half-to-even'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-046[+]
X fn-function-lookup-046: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'round-half-to-even'), 1)(1.1) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-047[+]
X fn-function-lookup-047: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'round-half-to-even'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-048[+]
X fn-function-lookup-048: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'round-half-to-even'), 2)(1.1, 0) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-049[+]
X fn-function-lookup-049: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'number'), 0)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-050[+]
X fn-function-lookup-050: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /root/child/function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'number'), 0)() |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-051[+]
X fn-function-lookup-051: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'number'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-052[+]
X fn-function-lookup-052: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'number'), 1)('1') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-053[+]
X fn-function-lookup-053: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'format-integer'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-054[+]
X fn-function-lookup-054: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'format-integer'), 2)(1, '0') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-055[+]
X fn-function-lookup-055: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'format-integer'), 3)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-056[+]
X fn-function-lookup-056: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'format-integer'), 3)(1, '0', 'en') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-057[+]
X fn-function-lookup-057: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'format-number'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-058[+]
X fn-function-lookup-058: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'format-number'), 2)(1, '0') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-059[+]
X fn-function-lookup-059: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'format-number'), 3)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-060[+]
X fn-function-lookup-060: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'format-number'), 3)(1, '0', ()) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-061[+]
X fn-function-lookup-061: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/math', 'pi'), 0)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-062[+]
X fn-function-lookup-062: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/math', 'pi'), 0)() |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-063[+]
X fn-function-lookup-063: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/math', 'exp'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-064[+]
X fn-function-lookup-064: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/math', 'exp'), 1)(1e0) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-065[+]
X fn-function-lookup-065: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/math', 'exp10'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-066[+]
X fn-function-lookup-066: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/math', 'exp10'), 1)(1e0) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-067[+]
X fn-function-lookup-067: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/math', 'log'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-068[+]
X fn-function-lookup-068: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/math', 'log'), 1)(1e0) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-069[+]
X fn-function-lookup-069: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/math', 'log10'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-070[+]
X fn-function-lookup-070: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/math', 'log10'), 1)(1e0) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-071[+]
X fn-function-lookup-071: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/math', 'pow'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-072[+]
X fn-function-lookup-072: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/math', 'pow'), 2)(1e0, 1) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-073[+]
X fn-function-lookup-073: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/math', 'sqrt'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-074[+]
X fn-function-lookup-074: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/math', 'sqrt'), 1)(1e0) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-075[+]
X fn-function-lookup-075: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/math', 'sin'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-076[+]
X fn-function-lookup-076: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/math', 'sin'), 1)(1e0) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-077[+]
X fn-function-lookup-077: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/math', 'cos'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-078[+]
X fn-function-lookup-078: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/math', 'cos'), 1)(1e0) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-079[+]
X fn-function-lookup-079: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/math', 'tan'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-080[+]
X fn-function-lookup-080: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/math', 'tan'), 1)(1e0) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-081[+]
X fn-function-lookup-081: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/math', 'asin'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-082[+]
X fn-function-lookup-082: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/math', 'asin'), 1)(1e0) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-083[+]
X fn-function-lookup-083: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/math', 'acos'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-084[+]
X fn-function-lookup-084: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/math', 'acos'), 1)(1e0) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-085[+]
X fn-function-lookup-085: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/math', 'atan'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-086[+]
X fn-function-lookup-086: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/math', 'atan'), 1)(1e0) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-087[+]
X fn-function-lookup-087: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/math', 'atan2'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-088[+]
X fn-function-lookup-088: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/math', 'atan2'), 2)(1e0, 1e0) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-089[+]
X fn-function-lookup-089: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'codepoints-to-string'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-090[+]
X fn-function-lookup-090: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'codepoints-to-string'), 1)((65, 66)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-091[+]
X fn-function-lookup-091: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'string-to-codepoints'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-092[+]
X fn-function-lookup-092: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'string-to-codepoints'), 1)('A') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-093[+]
X fn-function-lookup-093: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'compare'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-094[+]
X fn-function-lookup-094: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'compare'), 2)('string', 'string') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-095[+]
X fn-function-lookup-095: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'compare'), 3)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-096[+]
X fn-function-lookup-096: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'compare'), 3)('string', 'string', 'http://www.w3.org/2005/xpath-functions/collation/codepoint') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-097[+]
X fn-function-lookup-097: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'codepoint-equal'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-098[+]
X fn-function-lookup-098: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'codepoint-equal'), 2)('string', 'string') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-099[+]
X fn-function-lookup-099: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'concat'), 3)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-100[+]
X fn-function-lookup-100: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'concat'), 3)('a', 'bc', 'def') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-101[+]
X fn-function-lookup-101: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'string-join'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-102[+]
X fn-function-lookup-102: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'string-join'), 1)(('abc', 'def')) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-103[+]
X fn-function-lookup-103: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'string-join'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-104[+]
X fn-function-lookup-104: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'string-join'), 2)(('abc', 'def'), '-') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-105[+]
X fn-function-lookup-105: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'substring'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-106[+]
X fn-function-lookup-106: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'substring'), 2)('string', 2e0) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-107[+]
X fn-function-lookup-107: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'substring'), 3)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-108[+]
X fn-function-lookup-108: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'substring'), 3)('string', 1e0, 1e0) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-109[+]
X fn-function-lookup-109: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'string-length'), 0)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-110[+]
X fn-function-lookup-110: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /root/child/function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'string-length'), 0)() |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-111[+]
X fn-function-lookup-111: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'string-length'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-112[+]
X fn-function-lookup-112: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'string-length'), 1)('string') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-113[+]
X fn-function-lookup-113: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'normalize-space'), 0)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-114[+]
X fn-function-lookup-114: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /root/child/function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'normalize-space'), 0)() |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-115[+]
X fn-function-lookup-115: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'normalize-space'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-116[+]
X fn-function-lookup-116: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'normalize-space'), 1)(' string ') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-117[+]
X fn-function-lookup-117: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'normalize-unicode'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-118[+]
X fn-function-lookup-118: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'normalize-unicode'), 1)('string') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-119[+]
X fn-function-lookup-119: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'normalize-unicode'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-120[+]
X fn-function-lookup-120: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'normalize-unicode'), 2)('string', 'NFC') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-121[+]
X fn-function-lookup-121: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'upper-case'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-122[+]
X fn-function-lookup-122: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'upper-case'), 1)('string') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-123[+]
X fn-function-lookup-123: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'lower-case'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-124[+]
X fn-function-lookup-124: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'lower-case'), 1)('STRING') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-125[+]
X fn-function-lookup-125: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'translate'), 3)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-126[+]
X fn-function-lookup-126: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'translate'), 3)('string', 'i', 'o') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-127[+]
X fn-function-lookup-127: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'contains'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-128[+]
X fn-function-lookup-128: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'contains'), 2)('string', 'rin') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-129[+]
X fn-function-lookup-129: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'contains'), 3)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-130[+]
X fn-function-lookup-130: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'contains'), 3)('string', 'RIN', 'http://www.w3.org/2005/xpath-functions/collation/codepoint') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-131[+]
X fn-function-lookup-131: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'starts-with'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-132[+]
X fn-function-lookup-132: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'starts-with'), 2)('string', 'str') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-133[+]
X fn-function-lookup-133: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'starts-with'), 3)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-134[+]
X fn-function-lookup-134: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'starts-with'), 3)('string', 'ing', 'http://www.w3.org/2005/xpath-functions/collation/codepoint') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-135[+]
X fn-function-lookup-135: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'ends-with'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-136[+]
X fn-function-lookup-136: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'ends-with'), 2)('string', 'ing') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-137[+]
X fn-function-lookup-137: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'ends-with'), 3)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-138[+]
X fn-function-lookup-138: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'ends-with'), 3)('string', 'str', 'http://www.w3.org/2005/xpath-functions/collation/codepoint') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-139[+]
X fn-function-lookup-139: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'substring-before'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-140[+]
X fn-function-lookup-140: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'substring-before'), 2)('string', 'ing') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-141[+]
X fn-function-lookup-141: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'substring-before'), 3)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-142[+]
X fn-function-lookup-142: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'substring-before'), 3)('string', 'ing', 'http://www.w3.org/2005/xpath-functions/collation/codepoint') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-143[+]
X fn-function-lookup-143: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'substring-after'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-144[+]
X fn-function-lookup-144: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'substring-after'), 2)('string', 'str') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-145[+]
X fn-function-lookup-145: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'substring-after'), 3)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-146[+]
X fn-function-lookup-146: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'substring-after'), 3)('string', 'str', 'http://www.w3.org/2005/xpath-functions/collation/codepoint') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-147[+]
X fn-function-lookup-147: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'matches'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-148[+]
X fn-function-lookup-148: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'matches'), 2)('string', 'string') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-149[+]
X fn-function-lookup-149: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'matches'), 3)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-150[+]
X fn-function-lookup-150: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'matches'), 3)('string', 'STRING', 'i') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-151[+]
X fn-function-lookup-151: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'replace'), 3)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-152[+]
X fn-function-lookup-152: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'replace'), 3)('string', 'i', 'o') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-153[+]
X fn-function-lookup-153: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'replace'), 4)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-154[+]
X fn-function-lookup-154: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'replace'), 4)('string', 'I', 'o', 'i') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-155[+]
X fn-function-lookup-155: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'tokenize'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-156[+]
X fn-function-lookup-156: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'tokenize'), 2)('string', 'i') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-157[+]
X fn-function-lookup-157: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'tokenize'), 3)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-158[+]
X fn-function-lookup-158: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'tokenize'), 3)('string', 'i', 'i') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-159[+]
X fn-function-lookup-159: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'analyze-string'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-160[+]
X fn-function-lookup-160: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'analyze-string'), 2)('', 'abc') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-161[+]
X fn-function-lookup-161: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'analyze-string'), 3)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-162[+]
X fn-function-lookup-162: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'analyze-string'), 3)('', 'abc', 'i') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-163[+]
X fn-function-lookup-163: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'resolve-uri'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-164[+]
X fn-function-lookup-164: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'resolve-uri'), 1)('http://www.w3.org/2005/xpath-functions') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-165[+]
X fn-function-lookup-165: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'resolve-uri'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-166[+]
X fn-function-lookup-166: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'resolve-uri'), 2)('/2005/xpath-functions', 'http://www.w3.org/') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-167[+]
X fn-function-lookup-167: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'encode-for-uri'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-168[+]
X fn-function-lookup-168: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'encode-for-uri'), 1)(' ') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-169[+]
X fn-function-lookup-169: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'iri-to-uri'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-170[+]
X fn-function-lookup-170: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'iri-to-uri'), 1)('http://www.example.com/') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-171[+]
X fn-function-lookup-171: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'escape-html-uri'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-172[+]
X fn-function-lookup-172: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'escape-html-uri'), 1)('http://www.example.com/') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-173[+]
X fn-function-lookup-173: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'true'), 0)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-174[+]
X fn-function-lookup-174: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'true'), 0)() |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-175[+]
X fn-function-lookup-175: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'false'), 0)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-176[+]
X fn-function-lookup-176: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'false'), 0)() |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-177[+]
X fn-function-lookup-177: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'boolean'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-178[+]
X fn-function-lookup-178: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'boolean'), 1)("string") |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-179[+]
X fn-function-lookup-179: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'not'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-180[+]
X fn-function-lookup-180: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'not'), 1)("string") |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-181[+]
X fn-function-lookup-181: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'years-from-duration'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-182[+]
X fn-function-lookup-182: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'years-from-duration'), 1)(xs:yearMonthDuration("P20Y15M")) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-183[+]
X fn-function-lookup-183: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'months-from-duration'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-184[+]
X fn-function-lookup-184: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'months-from-duration'), 1)(xs:yearMonthDuration("P20Y15M")) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-185[+]
X fn-function-lookup-185: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'days-from-duration'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-186[+]
X fn-function-lookup-186: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'days-from-duration'), 1)(xs:dayTimeDuration("P3DT10H")) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-187[+]
X fn-function-lookup-187: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'hours-from-duration'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-188[+]
X fn-function-lookup-188: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'hours-from-duration'), 1)(xs:dayTimeDuration("P3DT10H")) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-189[+]
X fn-function-lookup-189: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'minutes-from-duration'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-190[+]
X fn-function-lookup-190: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'minutes-from-duration'), 1)(xs:dayTimeDuration("P3DT10H")) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-191[+]
X fn-function-lookup-191: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'seconds-from-duration'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-192[+]
X fn-function-lookup-192: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'seconds-from-duration'), 1)(xs:dayTimeDuration("P3DT10H12.5S")) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-193[+]
X fn-function-lookup-193: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'dateTime'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-194[+]
X fn-function-lookup-194: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'dateTime'), 2)(xs:date('2012-01-01Z'), xs:time('00:00:00Z')) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-195[+]
X fn-function-lookup-195: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'year-from-dateTime'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-196[+]
X fn-function-lookup-196: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'year-from-dateTime'), 1)(xs:dateTime('2012-04-03T02:01:00Z')) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-197[+]
X fn-function-lookup-197: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'month-from-dateTime'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-198[+]
X fn-function-lookup-198: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'month-from-dateTime'), 1)(xs:dateTime('2012-04-03T02:01:00Z')) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-199[+]
X fn-function-lookup-199: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'day-from-dateTime'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-200[+]
X fn-function-lookup-200: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'day-from-dateTime'), 1)(xs:dateTime('2012-04-03T02:01:00Z')) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-201[+]
X fn-function-lookup-201: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'hours-from-dateTime'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-202[+]
X fn-function-lookup-202: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'hours-from-dateTime'), 1)(xs:dateTime('2012-04-03T02:01:00Z')) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-203[+]
X fn-function-lookup-203: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'minutes-from-dateTime'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-204[+]
X fn-function-lookup-204: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'minutes-from-dateTime'), 1)(xs:dateTime('2012-04-03T02:01:00Z')) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-205[+]
X fn-function-lookup-205: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'seconds-from-dateTime'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-206[+]
X fn-function-lookup-206: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'seconds-from-dateTime'), 1)(xs:dateTime('2012-04-03T02:01:00Z')) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-207[+]
X fn-function-lookup-207: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'timezone-from-dateTime'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-208[+]
X fn-function-lookup-208: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'timezone-from-dateTime'), 1)(xs:dateTime('2012-01-01T00:00:00Z')) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-209[+]
X fn-function-lookup-209: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'year-from-date'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-210[+]
X fn-function-lookup-210: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'year-from-date'), 1)(xs:date('2012-02-01Z')) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-211[+]
X fn-function-lookup-211: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'month-from-date'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-212[+]
X fn-function-lookup-212: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'month-from-date'), 1)(xs:date('2012-02-01Z')) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-213[+]
X fn-function-lookup-213: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'day-from-date'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-214[+]
X fn-function-lookup-214: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'day-from-date'), 1)(xs:date('2012-02-01Z')) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-215[+]
X fn-function-lookup-215: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'timezone-from-date'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-216[+]
X fn-function-lookup-216: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'timezone-from-date'), 1)(xs:date('2012-01-01Z')) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-217[+]
X fn-function-lookup-217: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'hours-from-time'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-218[+]
X fn-function-lookup-218: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'hours-from-time'), 1)(xs:time('02:01:00Z')) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-219[+]
X fn-function-lookup-219: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'minutes-from-time'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-220[+]
X fn-function-lookup-220: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'minutes-from-time'), 1)(xs:time('02:01:00Z')) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-221[+]
X fn-function-lookup-221: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'seconds-from-time'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-222[+]
X fn-function-lookup-222: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'seconds-from-time'), 1)(xs:time('02:01:00Z')) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-223[+]
X fn-function-lookup-223: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'timezone-from-time'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-224[+]
X fn-function-lookup-224: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'timezone-from-time'), 1)(xs:time('02:01:00Z')) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-225[+]
X fn-function-lookup-225: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'adjust-dateTime-to-timezone'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-226[+]
X fn-function-lookup-226: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'adjust-dateTime-to-timezone'), 1)(xs:dateTime('2012-01-01T00:00:00Z')) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-227[+]
X fn-function-lookup-227: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'adjust-dateTime-to-timezone'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-228[+]
X fn-function-lookup-228: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'adjust-dateTime-to-timezone'), 2)(xs:dateTime("1970-01-01T00:00:00Z"),xs:dayTimeDuration("-PT10H")) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-229[+]
X fn-function-lookup-229: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'adjust-date-to-timezone'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-230[+]
X fn-function-lookup-230: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'adjust-date-to-timezone'), 1)(xs:date('2012-01-01Z')) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-231[+]
X fn-function-lookup-231: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'adjust-date-to-timezone'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-232[+]
X fn-function-lookup-232: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'adjust-date-to-timezone'), 2)(xs:date("1970-01-01Z"),xs:dayTimeDuration("-PT10H")) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-233[+]
X fn-function-lookup-233: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'adjust-time-to-timezone'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-234[+]
X fn-function-lookup-234: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'adjust-time-to-timezone'), 1)(xs:time('00:00:00Z')) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-235[+]
X fn-function-lookup-235: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'adjust-time-to-timezone'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-236[+]
X fn-function-lookup-236: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'adjust-time-to-timezone'), 2)(xs:time("00:00:00Z"),xs:dayTimeDuration("-PT10H")) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-237[+]
X fn-function-lookup-237: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'format-dateTime'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-238[+]
X fn-function-lookup-238: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'format-dateTime'), 2)(xs:dateTime('2012-01-01T00:00:00Z'), '[Y]') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-239[+]
X fn-function-lookup-239: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'format-dateTime'), 5)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-240[+]
X fn-function-lookup-240: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'format-dateTime'), 5)(xs:dateTime('2012-01-01T00:00:00Z'), '[Y]', 'en', (), ()) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-241[+]
X fn-function-lookup-241: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'format-date'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-242[+]
X fn-function-lookup-242: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'format-date'), 2)(xs:date('2012-01-01Z'), '[Y]') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-243[+]
X fn-function-lookup-243: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'format-date'), 5)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-244[+]
X fn-function-lookup-244: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'format-date'), 5)(xs:date('2012-01-01Z'), '[Y]', 'en', (), ()) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-245[+]
X fn-function-lookup-245: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'format-time'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-246[+]
X fn-function-lookup-246: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'format-time'), 2)(xs:time('00:00:00Z'), '[H01]') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-247[+]
X fn-function-lookup-247: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'format-time'), 5)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-248[+]
X fn-function-lookup-248: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'format-time'), 5)(xs:time('00:00:00Z'), '[H01]', 'en', (), ()) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-249[+]
X fn-function-lookup-249: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'resolve-QName'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-250[+]
X fn-function-lookup-250: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'resolve-QName'), 2)('ns:local', /root/*[2]) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-251[+]
X fn-function-lookup-251: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'QName'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-252[+]
X fn-function-lookup-252: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'QName'), 2)('http://www.example.org/', 'ns:local') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-253[+]
X fn-function-lookup-253: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'prefix-from-QName'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-254[+]
X fn-function-lookup-254: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'prefix-from-QName'), 1)(fn:QName('http://www.example.org', 'foo:bar')) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-255[+]
X fn-function-lookup-255: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'local-name-from-QName'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-256[+]
X fn-function-lookup-256: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'local-name-from-QName'), 1)(fn:QName('http://www.example.org', 'foo:bar')) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-257[+]
X fn-function-lookup-257: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'namespace-uri-from-QName'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-258[+]
X fn-function-lookup-258: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'namespace-uri-from-QName'), 1)(fn:QName('http://www.example.org', 'foo:bar')) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-259[+]
X fn-function-lookup-259: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'namespace-uri-for-prefix'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-260[+]
X fn-function-lookup-260: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'namespace-uri-for-prefix'), 2)('ns', /root/*[2]) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-261[+]
X fn-function-lookup-261: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'in-scope-prefixes'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-262[+]
X fn-function-lookup-262: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'in-scope-prefixes'), 1)(/root) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-263[+]
X fn-function-lookup-263: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'name'), 0)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-264[+]
X fn-function-lookup-264: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /root/function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'name'), 0)() |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-265[+]
X fn-function-lookup-265: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'name'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-266[+]
X fn-function-lookup-266: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'name'), 1)(/root) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-267[+]
X fn-function-lookup-267: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'local-name'), 0)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-268[+]
X fn-function-lookup-268: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /root/function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'local-name'), 0)() |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-269[+]
X fn-function-lookup-269: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'local-name'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-270[+]
X fn-function-lookup-270: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'local-name'), 1)(/root) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-271[+]
X fn-function-lookup-271: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'namespace-uri'), 0)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-272[+]
X fn-function-lookup-272: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /root/*[2]/function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'namespace-uri'), 0)() |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-273[+]
X fn-function-lookup-273: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'namespace-uri'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-274[+]
X fn-function-lookup-274: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'namespace-uri'), 1)(/root/*[2]) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-275[+]
X fn-function-lookup-275: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'lang'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-276[+]
X fn-function-lookup-276: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /root/function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'lang'), 1)('en') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-277[+]
X fn-function-lookup-277: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'lang'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-278[+]
X fn-function-lookup-278: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'lang'), 2)('en', /root) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-279[+]
X fn-function-lookup-279: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'root'), 0)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-280[+]
X fn-function-lookup-280: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /root/function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'root'), 0)() |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-281[+]
X fn-function-lookup-281: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'root'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-282[+]
X fn-function-lookup-282: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'root'), 1)(()) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-283[+]
X fn-function-lookup-283: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'path'), 0)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-284[+]
X fn-function-lookup-284: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'path'), 0)() |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-285[+]
X fn-function-lookup-285: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'path'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-286[+]
X fn-function-lookup-286: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'path'), 1)(/) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-287[+]
X fn-function-lookup-287: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'has-children'), 0)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-288[+]
X fn-function-lookup-288: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'has-children'), 0)() |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-289[+]
X fn-function-lookup-289: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'has-children'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-290[+]
X fn-function-lookup-290: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'has-children'), 1)(/) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-291[+]
X fn-function-lookup-291: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'innermost'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-292[+]
X fn-function-lookup-292: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'innermost'), 1)(()) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-293[+]
X fn-function-lookup-293: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'outermost'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-294[+]
X fn-function-lookup-294: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'outermost'), 1)(()) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-295[+]
X fn-function-lookup-295: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'empty'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-296[+]
X fn-function-lookup-296: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'empty'), 1)((1, true())) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-297[+]
X fn-function-lookup-297: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'exists'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-298[+]
X fn-function-lookup-298: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'exists'), 1)((1, true())) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-299[+]
X fn-function-lookup-299: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'head'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-300[+]
X fn-function-lookup-300: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'head'), 1)((1, true())) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-301[+]
X fn-function-lookup-301: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'tail'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-302[+]
X fn-function-lookup-302: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'tail'), 1)((1, true())) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-303[+]
X fn-function-lookup-303: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'insert-before'), 3)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-304[+]
X fn-function-lookup-304: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'insert-before'), 3)((1, 2, 3), 2, ('a', 'b', 'c')) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-305[+]
X fn-function-lookup-305: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'remove'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-306[+]
X fn-function-lookup-306: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'remove'), 2)(('a', 'b', 'c'), 2) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-307[+]
X fn-function-lookup-307: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'reverse'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-308[+]
X fn-function-lookup-308: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'reverse'), 1)(1 to 3) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-309[+]
X fn-function-lookup-309: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'subsequence'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-310[+]
X fn-function-lookup-310: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'subsequence'), 2)((1, true()), 2e0) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-311[+]
X fn-function-lookup-311: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'subsequence'), 3)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-312[+]
X fn-function-lookup-312: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'subsequence'), 3)((1, true()), 1e0, 1e0) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-313[+]
X fn-function-lookup-313: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'unordered'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-314[+]
X fn-function-lookup-314: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'unordered'), 1)(1) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-315[+]
X fn-function-lookup-315: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'distinct-values'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-316[+]
X fn-function-lookup-316: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'distinct-values'), 1)((1, 1, 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-317[+]
X fn-function-lookup-317: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'distinct-values'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-318[+]
X fn-function-lookup-318: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'distinct-values'), 2)((1, 1, 1), 'http://www.w3.org/2005/xpath-functions/collation/codepoint') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-319[+]
X fn-function-lookup-319: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'index-of'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-320[+]
X fn-function-lookup-320: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'index-of'), 2)((1, 'string'), 'string') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-321[+]
X fn-function-lookup-321: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'index-of'), 3)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-322[+]
X fn-function-lookup-322: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'index-of'), 3)((1, 'string'), 'string', 'http://www.w3.org/2005/xpath-functions/collation/codepoint') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-323[+]
X fn-function-lookup-323: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'deep-equal'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-324[+]
X fn-function-lookup-324: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'deep-equal'), 2)((1, true()), (1, true())) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-325[+]
X fn-function-lookup-325: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'deep-equal'), 3)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-326[+]
X fn-function-lookup-326: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'deep-equal'), 3)((1, true()), (1, true()), 'http://www.w3.org/2005/xpath-functions/collation/codepoint') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-327[+]
X fn-function-lookup-327: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'zero-or-one'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-328[+]
X fn-function-lookup-328: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'zero-or-one'), 1)(1) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-329[+]
X fn-function-lookup-329: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'one-or-more'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-330[+]
X fn-function-lookup-330: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'one-or-more'), 1)(1) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-331[+]
X fn-function-lookup-331: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'exactly-one'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-332[+]
X fn-function-lookup-332: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'exactly-one'), 1)(1) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-333[+]
X fn-function-lookup-333: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'count'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-334[+]
X fn-function-lookup-334: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'count'), 1)((1, true())) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-335[+]
X fn-function-lookup-335: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'avg'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-336[+]
X fn-function-lookup-336: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'avg'), 1)((1, 3)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-337[+]
X fn-function-lookup-337: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'max'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-338[+]
X fn-function-lookup-338: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'max'), 1)((1, 3)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-339[+]
X fn-function-lookup-339: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'max'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-340[+]
X fn-function-lookup-340: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'max'), 2)((1, 3), 'http://www.w3.org/2005/xpath-functions/collation/codepoint') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-341[+]
X fn-function-lookup-341: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'min'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-342[+]
X fn-function-lookup-342: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'min'), 1)((1, 3)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-343[+]
X fn-function-lookup-343: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'min'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-344[+]
X fn-function-lookup-344: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'min'), 2)((1, 3), 'http://www.w3.org/2005/xpath-functions/collation/codepoint') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-345[+]
X fn-function-lookup-345: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'sum'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-346[+]
X fn-function-lookup-346: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'sum'), 1)((1, 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-347[+]
X fn-function-lookup-347: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'sum'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-348[+]
X fn-function-lookup-348: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'sum'), 2)((1, 2), 0) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-349[+]
X fn-function-lookup-349: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'id'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-350[+]
X fn-function-lookup-350: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'id'), 1)(('id1', 'id2')) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-351[+]
X fn-function-lookup-351: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'id'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-352[+]
X fn-function-lookup-352: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'id'), 2)(('id1', 'id2'), /) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-353[+]
X fn-function-lookup-353: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'element-with-id'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-354[+]
X fn-function-lookup-354: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'element-with-id'), 1)(('id1', 'id2')) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-355[+]
X fn-function-lookup-355: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'element-with-id'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-356[+]
X fn-function-lookup-356: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'element-with-id'), 2)(('id1', 'id2'), /) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-357[+]
X fn-function-lookup-357: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'idref'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-358[+]
X fn-function-lookup-358: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'idref'), 1)(('id1', 'id2')) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-359[+]
X fn-function-lookup-359: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'idref'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-360[+]
X fn-function-lookup-360: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'idref'), 2)(('id1', 'id2'), /) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-361[+]
X fn-function-lookup-361: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'generate-id'), 0)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-362[+]
X fn-function-lookup-362: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'generate-id'), 0)() |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-363[+]
X fn-function-lookup-363: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'generate-id'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-364[+]
X fn-function-lookup-364: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'generate-id'), 1)(()) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-365[+]
X fn-function-lookup-365: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'doc'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-366[+]
X fn-function-lookup-366: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'doc'), 1)('http://www.w3.org/fots/fn/function-lookup/function-lookup.xml') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-367[+]
X fn-function-lookup-367: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'doc-available'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-368[+]
X fn-function-lookup-368: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'doc-available'), 1)('http://www.example.org/unknown-document') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-369[+]
X fn-function-lookup-369: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'collection'), 0)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-370[+]
X fn-function-lookup-370: Created on: 2011-11-28 Spec Dependencies: feature = non_empty_sequence_collection spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'collection'), 0)() |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-371[+]
X fn-function-lookup-371: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'collection'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-372[+]
X fn-function-lookup-372: Created on: 2011-11-28 Spec Dependencies: feature = non_empty_sequence_collection spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'collection'), 1)(()) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-373[+]
X fn-function-lookup-373: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'uri-collection'), 0)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-374[+]
X fn-function-lookup-374: Created on: 2011-11-28 Spec Dependencies: feature = non_empty_sequence_collection spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'uri-collection'), 0)() |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-375[+]
X fn-function-lookup-375: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'uri-collection'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-376[+]
X fn-function-lookup-376: Created on: 2011-11-28 Spec Dependencies: feature = non_empty_sequence_collection spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'uri-collection'), 1)(()) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-377[+]
X fn-function-lookup-377: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'unparsed-text'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-378[+]
X fn-function-lookup-378: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'unparsed-text'), 1)('http://www.w3.org/fots/unparsed-text/text-plain-utf-8.txt') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-379[+]
X fn-function-lookup-379: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'unparsed-text'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-380[+]
X fn-function-lookup-380: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'unparsed-text'), 2)('http://www.w3.org/fots/unparsed-text/text-plain-utf-8.txt', 'utf-8') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-381[+]
X fn-function-lookup-381: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'unparsed-text-lines'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-382[+]
X fn-function-lookup-382: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'unparsed-text-lines'), 1)('http://www.w3.org/fots/unparsed-text/text-plain-utf-8.txt') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-383[+]
X fn-function-lookup-383: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'unparsed-text-lines'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-384[+]
X fn-function-lookup-384: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'unparsed-text-lines'), 2)('http://www.w3.org/fots/unparsed-text/text-plain-utf-8.txt', 'utf-8') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-385[+]
X fn-function-lookup-385: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'unparsed-text-available'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-386[+]
X fn-function-lookup-386: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'unparsed-text-available'), 1)('http://www.w3.org/fots/unparsed-text/text-plain-utf-8.txt') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-387[+]
X fn-function-lookup-387: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'unparsed-text-available'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-388[+]
X fn-function-lookup-388: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'unparsed-text-available'), 2)('http://www.w3.org/fots/unparsed-text/text-plain-utf-8.txt', 'utf-8') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-389[+]
X fn-function-lookup-389: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'environment-variable'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-390[+]
X fn-function-lookup-390: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'environment-variable'), 1)('should-not-exist') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-391[+]
X fn-function-lookup-391: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'available-environment-variables'), 0)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-392[+]
X fn-function-lookup-392: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'available-environment-variables'), 0)() |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-393[+]
X fn-function-lookup-393: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'parse-xml'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-394[+]
X fn-function-lookup-394: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'parse-xml'), 1)('<doc />') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-395[+]
X fn-function-lookup-395: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'parse-xml-fragment'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-396[+]
X fn-function-lookup-396: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'parse-xml-fragment'), 1)('<doc />') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-397[+]
X fn-function-lookup-397: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'serialize'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-398[+]
X fn-function-lookup-398: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'serialize'), 1)((1, true())) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-399[+]
X fn-function-lookup-399: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'serialize'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-400[+]
X fn-function-lookup-400: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'serialize'), 2)((1, false()), ()) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-401[+]
X fn-function-lookup-401: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'position'), 0)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-402[+]
X fn-function-lookup-402: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: (2, 4, 6)!function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'position'), 0)() |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-403[+]
X fn-function-lookup-403: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'last'), 0)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-404[+]
X fn-function-lookup-404: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: (2, 4, 6)!function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'last'), 0)() |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-405[+]
X fn-function-lookup-405: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'current-dateTime'), 0)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-406[+]
X fn-function-lookup-406: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'current-dateTime'), 0)() |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-407[+]
X fn-function-lookup-407: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'current-date'), 0)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-408[+]
X fn-function-lookup-408: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'current-date'), 0)() |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-409[+]
X fn-function-lookup-409: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'current-time'), 0)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-410[+]
X fn-function-lookup-410: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'current-time'), 0)() |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-411[+]
X fn-function-lookup-411: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'implicit-timezone'), 0)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-412[+]
X fn-function-lookup-412: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'implicit-timezone'), 0)() |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-413[+]
X fn-function-lookup-413: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'default-collation'), 0)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-414[+]
X fn-function-lookup-414: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'default-collation'), 0)() |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-415[+]
X fn-function-lookup-415: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'static-base-uri'), 0)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-416[+]
X fn-function-lookup-416: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'static-base-uri'), 0)() |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-417[+]
X fn-function-lookup-417: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'function-lookup'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-418[+]
X fn-function-lookup-418: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'function-lookup'), 2)(fn:QName('http://www.example.org', 'foo:bar'), 1) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-419[+]
X fn-function-lookup-419: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'function-name'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-420[+]
X fn-function-lookup-420: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'function-name'), 1)(fn:abs#1) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-421[+]
X fn-function-lookup-421: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'function-arity'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-422[+]
X fn-function-lookup-422: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'function-arity'), 1)(fn:abs#1) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-423[+]
X fn-function-lookup-423: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'for-each'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-424[+]
X fn-function-lookup-424: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'for-each'), 2)(("23", "29"), xs:int#1) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-425[+]
X fn-function-lookup-425: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'filter'), 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-426[+]
X fn-function-lookup-426: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'filter'), 2)(1 to 10, function($a) {$a mod 2 = 0}) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-427[+]
X fn-function-lookup-427: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'fold-left'), 3)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-428[+]
X fn-function-lookup-428: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'fold-left'), 3)(1 to 5, "", fn:concat(?, ".", ?)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-429[+]
X fn-function-lookup-429: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'fold-right'), 3)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-430[+]
X fn-function-lookup-430: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'fold-right'), 3)(1 to 5, "", fn:concat(?, ".", ?)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-431[+]
X fn-function-lookup-431: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'for-each-pair'), 3)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-432[+]
X fn-function-lookup-432: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'for-each-pair'), 3)(("a", "b", "c"), ("x", "y", "z"), concat#2) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-433[+]
X fn-function-lookup-433: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'untypedAtomic'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-434[+]
X fn-function-lookup-434: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'untypedAtomic'), 1)('string') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-435[+]
X fn-function-lookup-435: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'dateTime'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-436[+]
X fn-function-lookup-436: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'dateTime'), 1)('1970-01-02T04:05:06Z') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-437[+]
X fn-function-lookup-437: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'date'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-438[+]
X fn-function-lookup-438: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'date'), 1)('1970-01-02Z') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-439[+]
X fn-function-lookup-439: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'time'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-440[+]
X fn-function-lookup-440: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'time'), 1)('01:02:03Z') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-441[+]
X fn-function-lookup-441: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'duration'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-442[+]
X fn-function-lookup-442: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'duration'), 1)('P5Y2M10DT15H') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-443[+]
X fn-function-lookup-443: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'yearMonthDuration'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-444[+]
X fn-function-lookup-444: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'yearMonthDuration'), 1)('P1Y') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-445[+]
X fn-function-lookup-445: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'dayTimeDuration'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-446[+]
X fn-function-lookup-446: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'dayTimeDuration'), 1)('PT15H') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-447[+]
X fn-function-lookup-447: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'float'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-448[+]
X fn-function-lookup-448: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'float'), 1)('1') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-449[+]
X fn-function-lookup-449: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'double'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-450[+]
X fn-function-lookup-450: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'double'), 1)('1') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-451[+]
X fn-function-lookup-451: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'decimal'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-452[+]
X fn-function-lookup-452: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'decimal'), 1)('1') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-453[+]
X fn-function-lookup-453: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'integer'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-454[+]
X fn-function-lookup-454: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'integer'), 1)('1') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-455[+]
X fn-function-lookup-455: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'nonPositiveInteger'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-456[+]
X fn-function-lookup-456: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'nonPositiveInteger'), 1)('-1') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-457[+]
X fn-function-lookup-457: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'negativeInteger'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-458[+]
X fn-function-lookup-458: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'negativeInteger'), 1)('-1') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-459[+]
X fn-function-lookup-459: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'long'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-460[+]
X fn-function-lookup-460: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'long'), 1)('1') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-461[+]
X fn-function-lookup-461: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'int'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-462[+]
X fn-function-lookup-462: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'int'), 1)('1') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-463[+]
X fn-function-lookup-463: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'short'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-464[+]
X fn-function-lookup-464: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'short'), 1)('1') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-465[+]
X fn-function-lookup-465: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'byte'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-466[+]
X fn-function-lookup-466: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'byte'), 1)('1') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-467[+]
X fn-function-lookup-467: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'nonNegativeInteger'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-468[+]
X fn-function-lookup-468: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'nonNegativeInteger'), 1)('1') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-469[+]
X fn-function-lookup-469: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'unsignedLong'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-470[+]
X fn-function-lookup-470: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'unsignedLong'), 1)('1') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-471[+]
X fn-function-lookup-471: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'unsignedInt'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-472[+]
X fn-function-lookup-472: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'unsignedInt'), 1)('1') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-473[+]
X fn-function-lookup-473: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'unsignedShort'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-474[+]
X fn-function-lookup-474: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'unsignedShort'), 1)('1') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-475[+]
X fn-function-lookup-475: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'unsignedByte'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-476[+]
X fn-function-lookup-476: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'unsignedByte'), 1)('1') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-477[+]
X fn-function-lookup-477: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'nonNegativeInteger'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-478[+]
X fn-function-lookup-478: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'nonNegativeInteger'), 1)('1') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-479[+]
X fn-function-lookup-479: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'positiveInteger'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-480[+]
X fn-function-lookup-480: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'positiveInteger'), 1)('1') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-481[+]
X fn-function-lookup-481: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'gYearMonth'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-482[+]
X fn-function-lookup-482: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'gYearMonth'), 1)('2001-10Z') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-483[+]
X fn-function-lookup-483: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'gYear'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-484[+]
X fn-function-lookup-484: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'gYear'), 1)('2012Z') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-485[+]
X fn-function-lookup-485: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'gMonthDay'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-486[+]
X fn-function-lookup-486: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'gMonthDay'), 1)('--11-01Z') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-487[+]
X fn-function-lookup-487: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'gDay'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-488[+]
X fn-function-lookup-488: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'gDay'), 1)('---01Z') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-489[+]
X fn-function-lookup-489: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'gMonth'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-490[+]
X fn-function-lookup-490: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'gMonth'), 1)('--11Z') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-491[+]
X fn-function-lookup-491: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'string'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-492[+]
X fn-function-lookup-492: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'string'), 1)('string') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-493[+]
X fn-function-lookup-493: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'normalizedString'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-494[+]
X fn-function-lookup-494: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'normalizedString'), 1)('normalized string') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-495[+]
X fn-function-lookup-495: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'token'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-496[+]
X fn-function-lookup-496: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'token'), 1)('token') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-497[+]
X fn-function-lookup-497: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'language'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-498[+]
X fn-function-lookup-498: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'language'), 1)('en') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-499[+]
X fn-function-lookup-499: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'NMTOKEN'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-500[+]
X fn-function-lookup-500: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'NMTOKEN'), 1)('NMTOKEN') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-501[+]
X fn-function-lookup-501: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'Name'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-502[+]
X fn-function-lookup-502: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'Name'), 1)('Name') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-503[+]
X fn-function-lookup-503: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'NCName'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-504[+]
X fn-function-lookup-504: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'NCName'), 1)('NCName') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-505[+]
X fn-function-lookup-505: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'ID'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-506[+]
X fn-function-lookup-506: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'ID'), 1)('ID') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-507[+]
X fn-function-lookup-507: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'IDREF'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-508[+]
X fn-function-lookup-508: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'IDREF'), 1)('IDREF') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-509[+]
X fn-function-lookup-509: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'ENTITY'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-510[+]
X fn-function-lookup-510: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'ENTITY'), 1)('ENTITY') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-511[+]
X fn-function-lookup-511: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'boolean'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-512[+]
X fn-function-lookup-512: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'boolean'), 1)('1') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-513[+]
X fn-function-lookup-513: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'base64Binary'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-514[+]
X fn-function-lookup-514: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'base64Binary'), 1)('D74D35D35D35') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-515[+]
X fn-function-lookup-515: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'hexBinary'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-516[+]
X fn-function-lookup-516: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'hexBinary'), 1)('0fb7') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-517[+]
X fn-function-lookup-517: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'anyURI'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-518[+]
X fn-function-lookup-518: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'anyURI'), 1)('http://www.example.org/') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-519[+]
X fn-function-lookup-519: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'QName'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-520[+]
X fn-function-lookup-520: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'QName'), 1)('fn:QName') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-521[+]
X fn-function-lookup-521: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'dateTimeStamp'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-522[+]
X fn-function-lookup-522: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $f := function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'dateTimeStamp'), 1) return if (exists($f)) then year-from-dateTime($f('2012-05-25T11:42:00+01:00')) else 2012 |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-523[+]
X fn-function-lookup-523: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'IDREFS'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-524[+]
X fn-function-lookup-524: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'IDREFS'), 1)('ID1 ID2 ID3') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-525[+]
X fn-function-lookup-525: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'NMTOKENS'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-526[+]
X fn-function-lookup-526: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'NMTOKENS'), 1)('NMTOKEN1 NMTOKEN2 NMTOKEN3') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-527[+]
X fn-function-lookup-527: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'ENTITIES'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-528[+]
X fn-function-lookup-528: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'ENTITIES'), 1)('ENTITY1 ENTITY2 ENTITY3') |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-529[+]
X fn-function-lookup-529: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: empty(function-lookup(fn:QName('http://www.w3.org/2005/xquery-local-functions', 'missing'), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-530[+]
X fn-function-lookup-530: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xquery-local-functions', 'missing'), 1)("arg") |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-601[+]
X fn-function-lookup-601: Created on: 2011-10-27 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(QName("http://www.w3.org/2005/xpath-functions", "abs"), 1)(-3) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-602[+]
X fn-function-lookup-602: Created on: 2011-10-27 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(QName("http://www.w3.org/2005/xpath-functions", "concat"), 3)("a", "b", "c") |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-603[+]
X fn-function-lookup-603: Created on: 2011-10-27 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(QName("http://www.w3.org/2005/xpath-functions/math", "pi"), 0)() idiv 1 |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-604[+]
X fn-function-lookup-604: Created on: 2011-10-27 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(QName("http://www.w3.org/2001/XMLSchema", "time"), 1)("12:30:00Z") |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-605[+]
X fn-function-lookup-605: Created on: 2011-10-27 Spec Dependencies: spec = XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: xquery version "3.0"; declare function local:square($i as xs:integer) as xs:integer { $i*$i }; function-lookup(QName("http://www.w3.org/2005/xquery-local-functions", "square"), 1)(13) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
fn-function-lookup-606[+]
X fn-function-lookup-606: Created on: 2011-10-27 Spec Dependencies: spec = XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: xquery version "3.0"; declare %private function local:square($i as xs:integer) as xs:integer { $i*$i }; function-lookup(QName("http://www.w3.org/2005/xquery-local-functions", "square"), 1)(13) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
fn-function-lookup-607[+]
X fn-function-lookup-607: Created on: 2011-10-27 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(QName("http://www.w3.org/2005/xquery-local-functions", "cube"), 1) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-608[+]
X fn-function-lookup-608: Created on: 2011-10-27 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(QName("", "round"), 2) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-609[+]
X fn-function-lookup-609: Created on: 2011-10-27 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(QName("http://www.w3.org/2005/xpath-functions", "round"), 2) ! (function-name(.) ! (namespace-uri-from-QName(.), local-name-from-QName(.)), function-arity(.)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-610[+]
X fn-function-lookup-610: Created on: 2011-10-27 Spec Dependencies: spec = XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: xquery version "3.0"; declare %private function local:square($i as xs:integer) as xs:integer { $i*$i }; function-lookup(QName("http://www.w3.org/2005/xquery-local-functions", "square"), 1)(13, 12) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
fn-function-lookup-611[+]
X fn-function-lookup-611: Created on: 2011-10-27 Spec Dependencies: spec = XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: xquery version "3.0"; declare %private function local:square($i as xs:integer) as xs:integer { $i*$i }; function-lookup(QName("http://www.w3.org/2005/xquery-local-functions", "square"), 1)("banana") |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
fn-function-lookup-612[+]
X fn-function-lookup-612: Created on: 2011-10-27 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(QName("http://www.w3.org/2005/xpath-functions", "round"), 2)(?, 3)(1.2345678) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-613[+]
X fn-function-lookup-613: Created on: 2012-01-30 Spec Dependencies: spec = XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: declare variable $n external := xs:QName('local:return-v'); declare variable $v := function-lookup($n, 0)(); declare function local:return-v() {$v + 1}; $v |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
fn-function-lookup-614[+]
X fn-function-lookup-614: Created on: 2012-02-28 Spec Dependencies: spec = XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $f := function-lookup(QName("http://exslt.org/dates-and-times", "month-abbreviation"), 1) return if (exists($f)) then $f("2012-02-28") else "not-available" |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
fn-function-lookup-615[+]
X fn-function-lookup-615: Created on: 2012-02-28 Spec Dependencies: spec = XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $f := function-lookup(QName("http://exist-db.org/xquery/datetime", "days-in-month"), 1) return if (exists($f)) then $f(xs:date("2012-02-28")) else "not-available" |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
fn-function-lookup-701[+]
X fn-function-lookup-701: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-lookup() |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-702[+]
X fn-function-lookup-702: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-lookup#0 |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-703[+]
X fn-function-lookup-703: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'node-name')) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-704[+]
X fn-function-lookup-704: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-lookup#1 |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-705[+]
X fn-function-lookup-705: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'node-name'), 1, ()) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-706[+]
X fn-function-lookup-706: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-lookup#3 |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-707[+]
X fn-function-lookup-707: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-lookup( (), 1 ) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-708[+]
X fn-function-lookup-708: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'node-name'), ()) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-709[+]
X fn-function-lookup-709: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup((fn:QName('http://www.w3.org/2005/xpath-functions', 'node-name'), fn:QName('http://www.w3.org/2005/xpath-functions', 'node-name')), 1) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-710[+]
X fn-function-lookup-710: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'node-name'), (1, 2)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-712[+]
X fn-function-lookup-712: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: ( fn:function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'node-name'), if (current-date() eq xs:date('1900-01-01')) then () else 1 ), fn:function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'node-name'), if (current-date() eq xs:date('1900-01-01')) then 1 else () ) ) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-714[+]
X fn-function-lookup-714: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: ( fn:function-lookup((if (current-date() eq xs:date('1900-01-01')) then fn:QName('http://www.w3.org/2005/xpath-functions', 'node-name') else ()), 1), fn:function-lookup((if (current-date() eq xs:date('1900-01-01')) then () else fn:QName('http://www.w3.org/2005/xpath-functions', 'node-name')), 1)) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-715[+]
X fn-function-lookup-715: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'node-name'), 1) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-716[+]
X fn-function-lookup-716: Created on: 2015-11-16 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'banana'), 1) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-717[+]
X fn-function-lookup-717: Created on: 2015-11-16 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'name'), 2) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-718[+]
X fn-function-lookup-718: Created on: 2015-11-16 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'banana'), 1) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-719[+]
X fn-function-lookup-719: Created on: 2015-11-16 Spec Dependencies: spec = XP30+ XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2001/XMLSchema', 'integer'), 2) |
pass | pass | pass | pass | pass | pass |
fn-function-lookup-720[+]
X fn-function-lookup-720: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'parse-ietf-date'), 1)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-721[+]
X fn-function-lookup-721: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'parse-ietf-date'), 1)('Wed, 20 Aug 2014 19:36:01 GMT') |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-724[+]
X fn-function-lookup-724: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'apply'), 2)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-725[+]
X fn-function-lookup-725: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'apply'), 2)( abs#1, [-2] ) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-726[+]
X fn-function-lookup-726: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'sort'), 1)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-727[+]
X fn-function-lookup-727: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'sort'), 1)( (3, 2, 1) ) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-728[+]
X fn-function-lookup-728: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'sort'), 2)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-729[+]
X fn-function-lookup-729: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'sort'), 2)( (3, 2, 1), () ) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-730[+]
X fn-function-lookup-730: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'sort'), 1)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-731[+]
X fn-function-lookup-731: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'sort'), 3)( (3, 2, 1), (), fn:data#1 ) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-732[+]
X fn-function-lookup-732: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'contains-token'), 2)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-733[+]
X fn-function-lookup-733: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'contains-token'), 2)( "abc", "abc" ) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-734[+]
X fn-function-lookup-734: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'default-language'), 0)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-735[+]
X fn-function-lookup-735: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'default-language'), 0)() |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-736[+]
X fn-function-lookup-736: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'json-doc'), 1)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-737[+]
X fn-function-lookup-737: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'json-doc'), 1)( 'does-not-exist.txt' ) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-738[+]
X fn-function-lookup-738: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'json-doc'), 2)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-739[+]
X fn-function-lookup-739: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'json-doc'), 2)( 'does-not-exist.txt', map {} ) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-740[+]
X fn-function-lookup-740: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'json-to-xml'), 1)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-741[+]
X fn-function-lookup-741: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'json-to-xml'), 1)( '{}' ) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-742[+]
X fn-function-lookup-742: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'json-to-xml'), 2)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-743[+]
X fn-function-lookup-743: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'json-to-xml'), 2)( '{}', map {} ) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-744[+]
X fn-function-lookup-744: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'parse-json'), 1)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-745[+]
X fn-function-lookup-745: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'parse-json'), 1)( 'true' ) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-746[+]
X fn-function-lookup-746: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'parse-json'), 2)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-747[+]
X fn-function-lookup-747: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'parse-json'), 2)( 'true', map {} ) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-748[+]
X fn-function-lookup-748: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'collation-key'), 1)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-749[+]
X fn-function-lookup-749: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'collation-key'), 1)( 'abc' ) eq fn:collation-key('abc') |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-750[+]
X fn-function-lookup-750: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'collation-key'), 2)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-751[+]
X fn-function-lookup-751: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'collation-key'), 2)( 'abc', 'http://www.w3.org/2005/xpath-functions/collation/codepoint') eq fn:collation-key('abc') |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-752[+]
X fn-function-lookup-752: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'tokenize'), 1)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-753[+]
X fn-function-lookup-753: Created on: 2011-11-28 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'tokenize'), 1)('a b') |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-754[+]
X fn-function-lookup-754: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'collation-key'), 1)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-755[+]
X fn-function-lookup-755: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'collation-key'), 1)( 'abc' ) eq fn:collation-key('abc') |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-756[+]
X fn-function-lookup-756: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'random-number-generator'), 0)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-757[+]
X fn-function-lookup-757: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'random-number-generator'), 0)() |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-758[+]
X fn-function-lookup-758: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'random-number-generator'), 1)( 0 ) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-759[+]
X fn-function-lookup-759: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'load-xquery-module'), 1)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-760[+]
X fn-function-lookup-760: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/valid/module", $module := function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'load-xquery-module'), 1)($module-ns) return let $vars := $module("variables"), $fns := $module("functions") return let $var-values := ($vars(QName($module-ns, "var1")), $vars(QName($module-ns, "var2"))), $fns-values := ($fns(QName($module-ns, "func1"))(0)(), $fns(QName($module-ns, "func2"))(0)()) return ($var-values, $fns-values) |
no result | pass | pass | n/a | pass | pass |
fn-function-lookup-761[+]
X fn-function-lookup-761: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'load-xquery-module'), 1)( 0 ) |
no result | n/a
Dependency not satisfied |
n/a
Dependency not satisfied |
fail | pass | pass |
fn-function-lookup-762[+]
X fn-function-lookup-762: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'load-xquery-module'), 2)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-763[+]
X fn-function-lookup-763: Created on: 2016-08-19 Spec Dependencies: spec = XQ31+ feature = fn-load-xquery-module spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $module := function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'load-xquery-module'), 2)("http://www.w3.org/fots/fn/load-xquery-module/context-item/module", map{"context-item" : <a><b>hello</b></a>}) return let $f := $module("functions")(QName("http://www.w3.org/fots/fn/load-xquery-module/context-item/module", "get-context-child"))(0) return $f() |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
fn-function-lookup-764[+]
X fn-function-lookup-764: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'load-xquery-module'), 2)( "", map{} ) |
no result | n/a
Dependency not satisfied |
n/a
Dependency not satisfied |
fail | pass | pass |
fn-function-lookup-765[+]
X fn-function-lookup-765: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'transform'), 1)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-766a[+]
X fn-function-lookup-766a: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-transform-XSLT spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'transform'), 1)( map{ 'stylesheet-text': '<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><xsl:template match="/"><out/></xsl:template></xsl:stylesheet>', 'source-node': doc("function-lookup/collection-1.xml") } ) |
no result | pass | pass | n/a | pass | pass |
fn-function-lookup-766b[+]
X fn-function-lookup-766b: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-transform-XSLT spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'transform'), 1)( map{} ) |
no result | n/a
Dependency not satisfied |
n/a
Dependency not satisfied |
fail | pass | pass |
fn-function-lookup-767[+]
X fn-function-lookup-767: Created on: 2011-11-28 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'append'), 2)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-768[+]
X fn-function-lookup-768: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'append'), 2)([], 3) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-769[+]
X fn-function-lookup-769: Created on: 2011-11-28 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'filter'), 2)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-770[+]
X fn-function-lookup-770: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'filter'), 2)(["A", "B", 1, 2], function($z) {$z instance of xs:integer}) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-771[+]
X fn-function-lookup-771: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'flatten'), 1)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-772[+]
X fn-function-lookup-772: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'flatten'), 1)([1, 4, 6, 5, 3]) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-773[+]
X fn-function-lookup-773: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'fold-left'), 3)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-774[+]
X fn-function-lookup-774: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'fold-left'), 3)([1,2,3,4,5,6], 0, function($z,$a){$z + $a}) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-775[+]
X fn-function-lookup-775: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'fold-right'), 3)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-776[+]
X fn-function-lookup-776: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'fold-right'), 3)([1,2,3,4,5,6], 0, function($a,$z){$a + $z}) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-777[+]
X fn-function-lookup-777: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'for-each-pair'), 3)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-778[+]
X fn-function-lookup-778: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'for-each-pair'), 3)(["A", "B", "C"], [1, 2, 3], function($x, $y) {[$x, $y]}) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-779[+]
X fn-function-lookup-779: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'for-each'), 2)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-780[+]
X fn-function-lookup-780: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'for-each'), 2)(["A", "B", 1, 2], function($z) {$z instance of xs:integer}) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-781[+]
X fn-function-lookup-781: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'get'), 2)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-782[+]
X fn-function-lookup-782: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'get'), 2)([5,6,7], 1) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-783[+]
X fn-function-lookup-783: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'head'), 1)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-784[+]
X fn-function-lookup-784: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'head'), 1)([5,6,7,8]) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-785[+]
X fn-function-lookup-785: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'insert-before'), 3)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-786[+]
X fn-function-lookup-786: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'insert-before'), 3)(["a", "b", "c", "d"], 3, ("x", "y")) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-787[+]
X fn-function-lookup-787: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'join'), 1)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-788[+]
X fn-function-lookup-788: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'join'), 1)(([1,2],[3,4])) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-789[+]
X fn-function-lookup-789: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'put'), 3)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-790[+]
X fn-function-lookup-790: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'put'), 3)(["a", "b", "c", "d"], 3, ("x", "y")) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-791[+]
X fn-function-lookup-791: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'remove'), 2)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-792[+]
X fn-function-lookup-792: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'remove'), 2)(["a","b","c","d"], 1) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-793[+]
X fn-function-lookup-793: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'reverse'), 1)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-794[+]
X fn-function-lookup-794: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'reverse'), 1)(["a", "b", "c", "d"]) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-795[+]
X fn-function-lookup-795: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'size'), 1)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-796[+]
X fn-function-lookup-796: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'size'), 1)([1]) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-797[+]
X fn-function-lookup-797: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'sort'), 1)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-798[+]
X fn-function-lookup-798: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'sort'), 1)(["Red", "green", "blUE", "PINK", "ORanGE"]) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-799[+]
X fn-function-lookup-799: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'sort'), 2)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-800[+]
X fn-function-lookup-800: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'sort'), 2)(["Red", "green", "blUE", "PINK", "ORanGE"], "http://www.w3.org/2010/09/qt-fots-catalog/collation/caseblind") |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-801[+]
X fn-function-lookup-801: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'sort'), 3)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-802[+]
X fn-function-lookup-802: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'sort'), 3)(["Red", "green", "blUE", "PINK", "ORanGE"], "http://www.w3.org/2005/xpath-functions/collation/codepoint", fn:string#1) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-803[+]
X fn-function-lookup-803: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'subarray'), 2)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-804[+]
X fn-function-lookup-804: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'subarray'), 2)(["a", "b", "c", "d"], 2) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-805[+]
X fn-function-lookup-805: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'subarray'), 3)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-806[+]
X fn-function-lookup-806: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'subarray'), 3)([1, (2,2), 3], 3, 0) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-807[+]
X fn-function-lookup-807: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'tail'), 1)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-808[+]
X fn-function-lookup-808: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'tail'), 1)([5,6,7,8]) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-809[+]
X fn-function-lookup-809: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/map', 'contains'), 2)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-810[+]
X fn-function-lookup-810: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/map', 'contains'), 2)(map{}, 0) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-811[+]
X fn-function-lookup-811: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/map', 'entry'), 2)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-812[+]
X fn-function-lookup-812: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/map', 'entry'), 2)(3, 5) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-813[+]
X fn-function-lookup-813: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/map', 'find'), 2)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-814[+]
X fn-function-lookup-814: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/map', 'find'), 2)((), 17) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-815[+]
X fn-function-lookup-815: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/map', 'for-each'), 2)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-816[+]
X fn-function-lookup-816: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/map', 'for-each'), 2)(map{}, concat#2) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-817[+]
X fn-function-lookup-817: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/map', 'get'), 2)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-818[+]
X fn-function-lookup-818: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/map', 'get'), 2)(map{}, 1) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-819[+]
X fn-function-lookup-819: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/map', 'keys'), 1)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-820[+]
X fn-function-lookup-820: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/map', 'keys'), 1)(map{}) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-821[+]
X fn-function-lookup-821: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/map', 'merge'), 1)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-822[+]
X fn-function-lookup-822: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/map', 'merge'), 1)(()) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-823[+]
X fn-function-lookup-823: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/map', 'merge'), 2)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-824[+]
X fn-function-lookup-824: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/map', 'merge'), 2)((), map{"duplicates":"use-last"}) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-825[+]
X fn-function-lookup-825: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/map', 'put'), 3)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-826[+]
X fn-function-lookup-826: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/map', 'put'), 3)(map{}, "foo", 1 to 5) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-827[+]
X fn-function-lookup-827: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/map', 'remove'), 2)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-828[+]
X fn-function-lookup-828: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/map', 'remove'), 2)(map{},1) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-829[+]
X fn-function-lookup-829: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/map', 'size'), 1)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-830[+]
X fn-function-lookup-830: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/map', 'size'), 1)(map{}) |
no result | pass | pass | pass | pass | pass |
fn-function-arity-001[+]
X fn-function-arity-001: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-arity() |
pass | pass | pass | pass | pass | pass |
fn-function-arity-002[+]
X fn-function-arity-002: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-arity#0 |
pass | pass | pass | pass | pass | pass |
fn-function-arity-003[+]
X fn-function-arity-003: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-arity( fn:dateTime#2, fn:dateTime#2 ) |
pass | pass | pass | pass | pass | pass |
fn-function-arity-004[+]
X fn-function-arity-004: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-arity#2 |
pass | pass | pass | pass | pass | pass |
fn-function-arity-005[+]
X fn-function-arity-005: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(fn:function-arity#1) |
pass | pass | pass | pass | pass | pass |
fn-function-arity-006[+]
X fn-function-arity-006: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-arity( () ) |
pass | pass | pass | pass | pass | pass |
fn-function-arity-007[+]
X fn-function-arity-007: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-arity( 1 ) |
pass | pass | pass | pass | pass | pass |
fn-function-arity-008[+]
X fn-function-arity-008: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-arity( fn:analyze-string((), "unused") ) |
pass | pass | pass | pass | pass | pass |
fn-function-arity-009[+]
X fn-function-arity-009: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-arity( (fn:concat#2, fn:concat#3) ) |
pass | pass | pass | pass | pass | pass |
fn-function-arity-011[+]
X fn-function-arity-011: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: ( fn:function-arity( if (current-date() eq xs:date('1900-01-01')) then fn:dateTime#2 else 1 ), fn:function-arity( if (current-date() eq xs:date('1900-01-01')) then 1 else fn:dateTime#2 ) ) |
pass | pass | pass | pass | pass | pass |
fn-function-arity-013[+]
X fn-function-arity-013: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: ( fn:function-arity( if (current-date() eq xs:date('1900-01-01')) then fn:dateTime#2 else () ), fn:function-arity( if (current-date() eq xs:date('1900-01-01')) then () else fn:dateTime#2 ) ) |
pass | pass | pass | pass | pass | pass |
fn-function-arity-014[+]
X fn-function-arity-014: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-arity( fn:substring#2 ) |
pass | pass | pass | pass | pass | pass |
fn-function-arity-015[+]
X fn-function-arity-015: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-arity( fn:dateTime#2 ) |
pass | pass | pass | pass | pass | pass |
fn-function-arity-016[+]
X fn-function-arity-016: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-arity( fn:concat#99 ) |
pass | pass | pass | pass | pass | pass |
fn-function-arity-017[+]
X fn-function-arity-017: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-arity( fn:concat#340282366920938463463374607431768211456 ) |
pass | pass | pass | pass | pass | pass |
fn-function-arity-018[+]
X fn-function-arity-018: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-arity( function($node){name($node)} ) |
pass | pass | pass | pass | pass | pass |
fn-function-arity-019[+]
X fn-function-arity-019: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-arity( function($arg1, $arg2) { subsequence($arg1, $arg2, 1) } ) |
pass | pass | pass | pass | pass | pass |
fn-function-arity-020[+]
X fn-function-arity-020: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $initial := fn:substring(?, 1, 1) return fn:function-arity( $initial ) |
pass | pass | pass | pass | pass | pass |
fn-function-arity-021[+]
X fn-function-arity-021: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-arity( math:pow(?, 10) ) |
pass | pass | pass | pass | pass | pass |
fn-function-arity-022[+]
X fn-function-arity-022: Created on: 2011-11-28 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:add($arg1, $arg2, $arg3) { $arg1 + $arg2 + $arg3 }; fn:function-arity( local:add#3 ) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
fn-function-arity-023[+]
X fn-function-arity-023: Created on: 2011-11-28 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:add($arg1, $arg2, $arg3) { $arg1 + $arg2 + $arg3 }; fn:function-arity( local:add(1, 2, ?) ) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
fn-function-name-001[+]
X fn-function-name-001: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-name() |
pass | pass | pass | pass | pass | pass |
fn-function-name-002[+]
X fn-function-name-002: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-name#0 |
pass | pass | pass | pass | pass | pass |
fn-function-name-003[+]
X fn-function-name-003: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-name( fn:dateTime#2, fn:dateTime#2 ) |
pass | pass | pass | pass | pass | pass |
fn-function-name-004[+]
X fn-function-name-004: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-name#2 |
pass | pass | pass | pass | pass | pass |
fn-function-name-005[+]
X fn-function-name-005: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(fn:function-name#1) |
pass | pass | pass | pass | pass | pass |
fn-function-name-006[+]
X fn-function-name-006: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-name( () ) |
pass | pass | pass | pass | pass | pass |
fn-function-name-007[+]
X fn-function-name-007: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-name( 1 ) |
pass | pass | pass | pass | pass | pass |
fn-function-name-008[+]
X fn-function-name-008: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-name( fn:analyze-string((), "unused") ) |
pass | pass | pass | pass | pass | pass |
fn-function-name-009[+]
X fn-function-name-009: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-name( (fn:dateTime#2, fn:dateTime#2) ) |
pass | pass | pass | pass | pass | pass |
fn-function-name-011[+]
X fn-function-name-011: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: ( fn:function-name( if (current-date() eq xs:date('1900-01-01')) then fn:dateTime#2 else 1 ), fn:function-name( if (current-date() eq xs:date('1900-01-01')) then 1 else fn:dateTime#2 ) ) |
pass | pass | pass | pass | pass | pass |
fn-function-name-012[+]
X fn-function-name-012: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-name( fn:substring#2 ) |
pass | pass | pass | pass | pass | pass |
fn-function-name-013[+]
X fn-function-name-013: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-name( fn:substring(?, 1) ) |
pass | pass | pass | pass | pass | pass |
fn-function-name-014[+]
X fn-function-name-014: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-name( function($node){count($node/*)} ) |
pass | pass | pass | pass | pass | pass |
fn-function-name-015[+]
X fn-function-name-015: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-name( dateTime#2 ) |
pass | pass | pass | pass | pass | pass |
fn-function-name-016[+]
X fn-function-name-016: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-name( math:pow#2 ) |
pass | pass | pass | pass | pass | pass |
fn-function-name-017[+]
X fn-function-name-017: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-name( concat#99 ) |
pass | pass | pass | pass | pass | pass |
fn-function-name-018[+]
X fn-function-name-018: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-name( concat#340282366920938463463374607431768211456 ) |
pass | pass | pass | pass | pass | pass |
fn-function-name-019[+]
X fn-function-name-019: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-name( function($node){name($node)} ) |
pass | pass | pass | pass | pass | pass |
fn-function-name-020[+]
X fn-function-name-020: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:function-name( function($arg1, $arg2) { subsequence($arg1, $arg2, 1) } ) |
pass | pass | pass | pass | pass | pass |
fn-function-name-021[+]
X fn-function-name-021: Created on: 2011-11-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $initial := fn:substring(?, 1, 1) return fn:function-name( $initial ) |
pass | pass | pass | pass | pass | pass |
fn-function-name-022[+]
X fn-function-name-022: Created on: 2011-11-28 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:add($arg1, $arg2, $arg3) { $arg1 + $arg2 + $arg3 }; fn:function-name( local:add#3 ) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
fn-function-name-023[+]
X fn-function-name-023: Created on: 2011-11-28 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:add($arg1, $arg2, $arg3) { $arg1 + $arg2 + $arg3 }; fn:function-name( local:add(1, 2, ?) ) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
fn-function-name-024[+]
X fn-function-name-024: Created on: 2011-11-28 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:coerce($arg as function(item()*) as item()*) as function(item()*) as item()* { $arg }; let $coerced := local:coerce(fn:abs#1) return if ($coerced instance of function(item()*) as item()*) then fn:function-name( local:coerce(fn:abs#1) ) else "error" |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
generate-id-901[+]
X generate-id-901: Created on: 2010-12-20 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: let $f := function() {generate-id()} return $f() |
pass | pass | pass | pass | pass | pass |
generate-id-902[+]
X generate-id-902: Created on: 2010-12-20 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: let $f := function($x as item()) {generate-id($x)} return $f(3) |
pass | pass | pass | pass | pass | pass |
generate-id-904[+]
X generate-id-904: Created on: 2010-12-20 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: let $f := function($x as item()) {""} return generate-id($f) |
pass | pass | pass | pass | pass | pass |
fn-has-children-001[+]
X fn-has-children-001: Created on: 2011-11-28 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: fn:exists( fn:has-children#0 ) |
pass | pass | pass | pass | pass | pass |
fn-has-children-002[+]
X fn-has-children-002: Created on: 2011-11-28 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: fn:exists( fn:has-children#1 ) |
pass | pass | pass | pass | pass | pass |
fn-has-children-003[+]
X fn-has-children-003: Created on: 2011-11-28 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: fn:has-children( fn:contains#2, fn:contains#2 ) |
pass | pass | pass | pass | pass | pass |
fn-has-children-004[+]
X fn-has-children-004: Created on: 2011-11-28 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: fn:has-children#2 |
pass | pass | pass | pass | pass | pass |
fn-has-children-008[+]
X fn-has-children-008: Created on: 2011-11-28 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: (fn:concat#2)[fn:has-children()] |
pass | pass | pass | pass | pass | pass |
fn-has-children-010[+]
X fn-has-children-010: Created on: 2011-11-28 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: fn:has-children(fn:concat#2) |
pass | pass | pass | pass | pass | pass |
head-007[+]
X head-007: Created on: 2015-02-04 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: let $f := if (current-date() gt xs:date('1900-01-01')) then head#1 else count#1 return $f(5 to 10) |
pass | pass | pass | pass | pass | pass |
head-008[+]
X head-008: Created on: 2015-02-04 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: let $f := if (current-date() gt xs:date('1900-01-01')) then head#1 else (abs#1, abs#1, abs#1, abs#1) return $f[1](/works/cucumber) |
pass | pass | pass | pass | pass | pass |
fn-innermost-002[+]
X fn-innermost-002: Created on: 2011-11-28 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: fn:innermost#0 |
pass | pass | pass | pass | pass | pass |
fn-innermost-004[+]
X fn-innermost-004: Created on: 2011-11-28 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: fn:innermost#2 |
pass | pass | pass | pass | pass | pass |
fn-innermost-005[+]
X fn-innermost-005: Created on: 2011-11-28 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: fn:exists( fn:innermost#1 ) |
pass | pass | pass | pass | pass | pass |
fn-innermost-007[+]
X fn-innermost-007: Created on: 2011-11-28 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: fn:innermost( fn:dateTime#2 ) |
pass | pass | pass | pass | pass | pass |
fn-innermost-011[+]
X fn-innermost-011: Created on: 2011-11-28 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: ( fn:innermost( if (current-date() eq xs:date('1900-01-01')) then . else fn:dateTime#2 ), fn:innermost( if (current-date() eq xs:date('1900-01-01')) then fn:dateTime#2 else . ) ) |
pass | pass | pass | pass | pass | pass |
json-doc-025[+]
X json-doc-025: Created on: 2015-06-15 Spec Dependencies: xml-version = 1.0 feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:json-doc('http://www.w3.org/qt3/json/mapUnescape10-json', map{'escape':false(), 'fallback':function($s){'??'}}) |
pass | pass | pass | pass | pass | pass |
json-doc-026[+]
X json-doc-026: Created on: 2015-06-15 Spec Dependencies: xml-version = 1.0 feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:json-doc('http://www.w3.org/qt3/json/mapUnescapeUnpaired10-json', map{'escape':false(), 'fallback':function($s){'??' || translate($s, 'abcdef', 'ABCDEF') || '??'}}) |
pass | pass | pass | pass | pass | pass |
json-doc-027[+]
X json-doc-027: Created on: 2015-06-15 Spec Dependencies: xml-version = 1.0 feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:json-doc('http://www.w3.org/qt3/json/mapUnescapeUnpaired10-json', map{'escape':true(), 'fallback':function($s){'??' || translate($s, 'abcdef', 'ABCDEF') || '??'}}) |
pass | pass | pass | pass | pass | pass |
json-doc-028[+]
X json-doc-028: Created on: 2015-06-15 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:json-doc((), map{'escape':false(), 'fallback':function($s){'??' || translate($s, 'abcdef', 'ABCDEF') || '??'}}) |
pass | pass | pass | pass | pass | pass |
json-doc-039[+]
X json-doc-039: Created on: 2015-06-15 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:json-doc('http://www.w3.org/qt3/json/stringUnpaired-json', map{'fallback':function($s){substring($s, 3)}}) |
pass | pass | pass | pass | pass | pass |
json-doc-042[+]
X json-doc-042: Created on: 2015-06-15 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:json-doc('http://www.w3.org/qt3/json/mapDuplicatesEscape-json', map{'escape':true(), 'duplicates':'reject'}) |
pass | pass | pass | pass | pass | pass |
json-doc-error-016[+]
X json-doc-error-016: Created on: 2015-06-15 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:json-doc('http://www.w3.org/qt3/json/arrayNumber-json', map{'fallback':'dummy'}) |
pass | pass | pass | pass | pass | pass |
json-doc-error-026[+]
X json-doc-error-026: Created on: 2015-06-15 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:json-doc('http://www.w3.org/qt3/json/arrayNumber-json', map{'fallback':concat#2}) |
pass | pass | pass | pass | pass | pass |
json-to-xml-025[+]
X json-to-xml-025: Created on: 2015-03-09 Spec Dependencies: xml-version = 1.0 feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:json-to-xml('{"a":"\u000C", "\u0007":"bell"}', map{'escape':false(), 'fallback':function($s){'??'}}) |
pass | pass | pass | pass | pass | pass |
json-to-xml-026[+]
X json-to-xml-026: Created on: 2015-03-09 Spec Dependencies: xml-version = 1.0 feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:json-to-xml('{"a":"\uDA00", "\uDD00":"bell"}', map{'escape':false(), 'fallback':function($s){'??' || translate($s, 'abcdef', 'ABCDEF') || '??'}}) |
pass | pass | pass | pass | pass | pass |
json-to-xml-027[+]
X json-to-xml-027: Created on: 2015-03-09 Spec Dependencies: xml-version = 1.0 feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:json-to-xml('{"a":"\uDA00", "\uDD00":"bell"}', map{'escape':true(), 'fallback':function($s){'??' || translate($s, 'abcdef', 'ABCDEF') || '??'}}) |
pass | pass | pass | pass | pass | pass |
json-to-xml-028[+]
X json-to-xml-028: Created on: 2015-03-09 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:json-to-xml((), map{'escape':false(), 'fallback':function($s){'??' || translate($s, 'abcdef', 'ABCDEF') || '??'}}) |
pass | pass | pass | pass | pass | pass |
json-to-xml-039[+]
X json-to-xml-039: Created on: 2015-03-10 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:json-to-xml('"oh dear \uDEAD"', map{'fallback':function($s){substring($s, 3)}}) |
pass | pass | pass | pass | pass | pass |
json-to-xml-error-041[+]
X json-to-xml-error-041: Created on: 2015-03-10 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:json-to-xml('"\uFFFF"', map{'fallback':concat#2}) |
pass | pass | pass | pass | pass | pass |
fn-load-xquery-module-001[+]
X fn-load-xquery-module-001: Created on: 2015-02-01 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: fn:load-xquery-module("") |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-002[+]
X fn-load-xquery-module-002: Created on: 2015-02-01 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: fn:load-xquery-module("", map{}) |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-003[+]
X fn-load-xquery-module-003: Created on: 2015-02-01 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: fn:load-xquery-module("http://nonexistent/module") |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-004[+]
X fn-load-xquery-module-004: Created on: 2015-02-01 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: fn:load-xquery-module("http://nonexistent/module", map{}) |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-005[+]
X fn-load-xquery-module-005: Created on: 2015-02-01 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: fn:load-xquery-module("http://www.w3.org/fots/fn/load-xquery-module/invalid/module") |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-006[+]
X fn-load-xquery-module-006: Created on: 2015-02-01 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: fn:load-xquery-module("http://www.w3.org/fots/fn/load-xquery-module/invalid/module", map{}) |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-007[+]
X fn-load-xquery-module-007: Created on: 2015-02-01 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/external-var/module", $module := fn:load-xquery-module($module-ns) return $module("variables")(QName($module-ns,'var1')) |
fail | wrongError
Expected error:XPDY0002, got err:FOQM0004 |
wrongError
Expected error:XPDY0002, got err:FOQM0004 |
n/a | pass | pass |
fn-load-xquery-module-008[+]
X fn-load-xquery-module-008: Created on: 2015-02-01 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/external-var/module", $module := fn:load-xquery-module($module-ns, map{}) return $module("variables")(QName($module-ns,'var1')) |
fail | wrongError
Expected error:XPDY0002, got err:FOQM0004 |
wrongError
Expected error:XPDY0002, got err:FOQM0004 |
n/a | pass | pass |
fn-load-xquery-module-009[+]
X fn-load-xquery-module-009: Created on: 2015-02-01 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/context-item/module", $module := fn:load-xquery-module($module-ns) return $module("variables")(QName($module-ns,'context')) |
fail | wrongError
Expected error:XPDY0002, got err:FOQM0004 |
wrongError
Expected error:XPDY0002, got err:FOQM0004 |
n/a | pass | pass |
fn-load-xquery-module-010[+]
X fn-load-xquery-module-010: Created on: 2015-02-01 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/context-item/module", $module := fn:load-xquery-module($module-ns, map{}) return $module("variables")(QName($module-ns,'context')) |
fail | wrongError
Expected error:XPDY0002, got err:FOQM0004 |
wrongError
Expected error:XPDY0002, got err:FOQM0004 |
n/a | pass | pass |
fn-load-xquery-module-011[+]
X fn-load-xquery-module-011: Created on: 2015-02-01 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: fn:load-xquery-module("http://www.w3.org/fots/fn/load-xquery-module/external-var/module", map {"variables" : map { QName("http://www.w3.org/fots/fn/load-xquery-module/external-var/module", "var1") : 1234 }}) |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-012[+]
X fn-load-xquery-module-012: Created on: 2015-02-01 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns :="http://www.w3.org/fots/fn/load-xquery-module/dynamic-error/module", $module := fn:load-xquery-module($module-ns) return $module('variables')(QName($module-ns, "cause-dynamic-error")) |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-013[+]
X fn-load-xquery-module-013: Created on: 2015-02-01 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: fn:load-xquery-module("http://www.w3.org/fots/fn/load-xquery-module/dynamic-error/module", map{}) |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-014[+]
X fn-load-xquery-module-014: Created on: 2015-02-01 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/valid/module", $module := fn:load-xquery-module($module-ns) return let $vars := $module("variables"), $fns := $module("functions") return let $var-values := ($vars(QName($module-ns, "var1")), $vars(QName($module-ns, "var2"))), $fns-values := ($fns(QName($module-ns, "func1"))(0)(), $fns(QName($module-ns, "func2"))(0)()) return ($var-values, $fns-values) |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-015[+]
X fn-load-xquery-module-015: Created on: 2015-02-01 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $qn-var1 := QName("http://www.w3.org/fots/fn/load-xquery-module/external-var/module", "var1"), $test-value := "some value" return let $module := fn:load-xquery-module("http://www.w3.org/fots/fn/load-xquery-module/external-var/module", map {"variables" : map { $qn-var1 : $test-value }}) return $module("variables")($qn-var1) |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-016[+]
X fn-load-xquery-module-016: Created on: 2015-02-01 Spec Dependencies: spec = XQ31+ spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module := fn:load-xquery-module("http://www.w3.org/fots/fn/load-xquery-module/context-item/module", map{"context-item" : <a><b>hello</b></a>}) return let $f := $module("functions")(QName("http://www.w3.org/fots/fn/load-xquery-module/context-item/module", "get-context-child"))(0) return $f() |
fail | n/a
notXP31 |
pass | n/a | pass | pass |
fn-load-xquery-module-017[+]
X fn-load-xquery-module-017: Created on: 2015-05-13 Spec Dependencies: spec = XQ31+ spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module := fn:load-xquery-module("http://www.w3.org/fots/fn/load-xquery-module/context-item/module", map{"context-item" : <a><b>hello</b></a>}) return $module("variables")(QName("http://www.w3.org/fots/fn/load-xquery-module/context-item/module", "context")) |
fail | n/a
notXP31 |
pass | n/a | pass | pass |
fn-load-xquery-module-018[+]
X fn-load-xquery-module-018: Created on: 2015-05-13 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/functions/module", $module := fn:load-xquery-module($module-ns) return let $fns := $module("functions") return let $fns-values := ($fns(QName($module-ns, "func1"))(0)(), $fns(QName($module-ns, "func2"))(0)()) return $fns-values |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-019[+]
X fn-load-xquery-module-019: Created on: 2015-05-13 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/functions/module", $module := fn:load-xquery-module($module-ns) return let $fns := $module("functions") return let $fns-values := ($fns(QName($module-ns, "func1"))(0)(), $fns(QName($module-ns, "func1"))(1)("something"), $fns(QName($module-ns, "func2"))(0)(), $fns(QName($module-ns, "func2"))(1)("something")) return $fns-values |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-020[+]
X fn-load-xquery-module-020: Created on: 2015-05-14 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $qn-var1 := QName("http://www.w3.org/fots/fn/load-xquery-module/external-vars/module", "var1"), $qn-var2 := QName("http://www.w3.org/fots/fn/load-xquery-module/external-vars/module", "var2"), $qn-var3 := QName("http://www.w3.org/fots/fn/load-xquery-module/external-vars/module", "var3") return let $module := fn:load-xquery-module("http://www.w3.org/fots/fn/load-xquery-module/external-vars/module", map {"variables" : map { $qn-var1 : "some value", $qn-var2 : 42, $qn-var3 : map{"a":1,"b":2,"c":(3,4,5)} }}) return ($module("variables")($qn-var1), $module("variables")($qn-var2), $module("variables")($qn-var3)("b")) |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-021[+]
X fn-load-xquery-module-021: Created on: 2015-05-14 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $qn-var1 := QName("http://www.w3.org/fots/fn/load-xquery-module/external-vars/module", "var1"), $qn-var2 := QName("http://www.w3.org/fots/fn/load-xquery-module/external-vars/module", "var2"), $qn-var3 := QName("http://www.w3.org/fots/fn/load-xquery-module/external-vars/module", "var3"), $qn-var4 := QName("http://www.w3.org/fots/fn/load-xquery-module/external-vars/module", "var4") return let $module := fn:load-xquery-module("http://www.w3.org/fots/fn/load-xquery-module/external-vars/module", map {"variables" : map { $qn-var2 : 42, $qn-var3 : map{"a":1,"b":2,"c":(3,4,5)}, $qn-var4 : "the other" }}) return ($module("variables")($qn-var1), $module("variables")($qn-var2), $module("variables")($qn-var3)("b"), $module("variables")($qn-var4)) |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-022[+]
X fn-load-xquery-module-022: Created on: 2015-06-01 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module := fn:load-xquery-module("http://www.w3.org/fots/fn/load-xquery-module/import-func/module") return $module("functions")(QName("http://www.w3.org/fots/fn/load-xquery-module/valid/module", "func1")) |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-023[+]
X fn-load-xquery-module-023: Created on: 2015-05-18 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/import/module", $module := fn:load-xquery-module($module-ns), $mod1-ns := "http://www.w3.org/TestModules/module1" return let $fns := $module("functions") return $fns(QName($mod1-ns, "x"))(0)() |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-024[+]
X fn-load-xquery-module-024: Created on: 2015-05-18 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/import/module", $module := fn:load-xquery-module($module-ns), $mod1-ns := "http://www.w3.org/TestModules/module1", $mod2-ns := "http://www.w3.org/TestModules/module2" return let $fns := $module("functions") return $fns(QName($mod2-ns, "y"))(0)() |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-025[+]
X fn-load-xquery-module-025: Created on: 2015-06-01 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module := fn:load-xquery-module("http://www.w3.org/fots/fn/load-xquery-module/import-vars/module") return $module("variables")(QName("http://www.w3.org/fots/fn/load-xquery-module/valid/module", "var1")) |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-026[+]
X fn-load-xquery-module-026: Created on: 2015-06-01 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $qn-var1 := QName("http://www.w3.org/fots/fn/load-xquery-module/external-vars/module", "var1") return let $module := fn:load-xquery-module("http://www.w3.org/fots/fn/load-xquery-module/import-vars/module", map {"variables" : map { $qn-var1 : "that" }}) return $module("variables")(QName("http://www.w3.org/fots/fn/load-xquery-module/import-vars/module", "var1")) |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-027[+]
X fn-load-xquery-module-027: Created on: 2015-06-01 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $qn-var1 := QName("http://www.w3.org/fots/fn/load-xquery-module/external-vars/module", "var1") return let $module := fn:load-xquery-module("http://www.w3.org/fots/fn/load-xquery-module/import/module", map {"variables" : map { $qn-var1 : "that" }}) return $module("variables")(QName("http://www.w3.org/fots/fn/load-xquery-module/import/module", "var1")) |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-028[+]
X fn-load-xquery-module-028: Created on: 2015-06-01 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/import-vars/module", $module-ext := "http://www.w3.org/fots/fn/load-xquery-module/external-vars/module" return let $module := fn:load-xquery-module($module-ns, map {"variables" : map {QName($module-ext, "var3") : map{}}}) return $module("functions")(QName($module-ns, "and"))(0)() |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-029[+]
X fn-load-xquery-module-029: Created on: 2015-06-01 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module := fn:load-xquery-module("http://www.w3.org/fots/fn/load-xquery-module/import-self/module") return $module("variables")(QName("http://www.w3.org/fots/fn/load-xquery-module/import-self/module", "var1")) |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-030[+]
X fn-load-xquery-module-030: Created on: 2015-06-01 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module := fn:load-xquery-module("http://www.w3.org/TestModules/test1") return $module("functions")(QName("http://www.w3.org/TestModules/test1", "ok"))(0)() |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-031[+]
X fn-load-xquery-module-031: Created on: 2015-06-01 Spec Dependencies: spec = XQ31+ spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: import module namespace vm="http://www.w3.org/fots/fn/load-xquery-module/valid/module"; let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/valid/module" let $module := fn:load-xquery-module($module-ns) return ($module("functions")(QName($module-ns, "func1"))(0)(), vm:func2()) |
fail | n/a
notXP31 |
pass | n/a | pass | pass |
fn-load-xquery-module-032[+]
X fn-load-xquery-module-032: Created on: 2015-06-01 Spec Dependencies: spec = XQ31+ spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: import module namespace evm="http://www.w3.org/fots/fn/load-xquery-module/external-vars/module"; let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/external-vars/module" let $module := fn:load-xquery-module($module-ns, map {"variables" : map {QName($module-ns, "var1") : "that", QName($module-ns, "var3") : map{1:'b'}}}) return ($module("functions")(QName($module-ns, "get-var1"))(0)(), evm:get-var1(), $module("variables")(QName($module-ns, "var3"))?1, $evm:var3(1) ) |
fail | no result | no result | n/a | pass | pass |
fn-load-xquery-module-033[+]
X fn-load-xquery-module-033: Created on: 2015-06-04 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/external-vars/module", $qn-var1 := QName($module-ns, "var1"), $qn-var2 := QName($module-ns, "var2"), $qn-var3 := QName($module-ns, "var3") return let $module1 := fn:load-xquery-module($module-ns, map {"variables" : map { $qn-var1 : "some value", $qn-var2 : 42, $qn-var3 : map{"a":1,"b":2,"c":(3,4,5)} }}), $module2 := fn:load-xquery-module($module-ns, map {"variables" : map { $qn-var1 : "another value", $qn-var3 : map{"a":14,"b":"different"} }}) return ($module1("variables")($qn-var1), $module1("variables")($qn-var2), $module1("variables")($qn-var3)("b"), $module1("functions")(QName($module-ns, "get-var1"))(0)(), $module1("functions")(QName($module-ns, "get-var2"))(0)(), $module2("variables")($qn-var1), $module2("variables")($qn-var2), $module2("variables")($qn-var3)("b"), $module2("functions")(QName($module-ns, "get-var1"))(0)(), $module2("functions")(QName($module-ns, "get-var2"))(0)()) |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-034[+]
X fn-load-xquery-module-034: Created on: 2015-06-04 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/external-vars/module", $qn-var1 := QName($module-ns, "var1"), $qn-var2 := QName($module-ns, "var2"), $qn-var3 := QName($module-ns, "var3") return let $module := fn:load-xquery-module("http://www.w3.org/fots/fn/load-xquery-module/external-vars/module", map {"variables" : map { $qn-var1 : "some value", $qn-var2 : 42, $qn-var3 : fn:load-xquery-module("http://www.w3.org/fots/fn/load-xquery-module/external-vars/module", map {"variables" : map { $qn-var1 : " a string", $qn-var3 : map{} }}) }}) return ($module("variables")($qn-var1), $module("variables")($qn-var2), $module("variables")($qn-var3)("functions")(QName($module-ns, "get-var1"))(0)(), $module("variables")($qn-var3)("functions")(QName($module-ns, "get-var2"))(0)() ) |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-035[+]
X fn-load-xquery-module-035: Created on: 2015-06-04 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/load/module", $module-valid-ns := "http://www.w3.org/fots/fn/load-xquery-module/load/module", $module := fn:load-xquery-module($module-ns) return $module("variables")(QName($module-ns, "var3"))("variables") |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-036[+]
X fn-load-xquery-module-036: Created on: 2015-06-04 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/load/module", $module-valid-ns := "http://www.w3.org/fots/fn/load-xquery-module/valid/module", $module := fn:load-xquery-module($module-ns) return ($module("functions")(QName($module-ns, "get-var1"))(0)(), $module("variables")(QName($module-ns, "var1")), $module("variables")(QName($module-ns, "var3"))("variables")(QName($module-valid-ns, "var1")), $module("variables")(QName($module-ns, "var3"))("functions")(QName($module-valid-ns, "func1"))(0)()) |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-037[+]
X fn-load-xquery-module-037: Created on: 2015-06-04 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/load-self/module", $module := fn:load-xquery-module($module-ns, map {"variables" : map { QName($module-ns, "b") : true()}}) return $module("variables")(QName($module-ns, "var1"))("variables")(QName($module-ns, "var1")) |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-038[+]
X fn-load-xquery-module-038: Created on: 2015-06-04 Spec Dependencies: spec = XQ31+ spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: import module namespace test="http://www.w3.org/fots/fn/load-xquery-module/load-self/module"; ($test:b, ($test:var1)("variables")(QName("http://www.w3.org/fots/fn/load-xquery-module/load-self/module", "b")), ($test:var1)("variables")(QName("http://www.w3.org/fots/fn/load-xquery-module/load-self/module", "var1"))) |
fail | n/a
environment dependencies not satisfied |
pass | n/a | pass | pass |
fn-load-xquery-module-040[+]
X fn-load-xquery-module-040: Created on: 2015-05-29 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/decimal-format/module", $module := fn:load-xquery-module($module-ns) return let $fns := $module("functions") return $fns(QName($module-ns, "func"))(1)(1234567.765) |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-041[+]
X fn-load-xquery-module-041: Created on: 2015-05-29 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/functions/module" return fn:load-xquery-module($module-ns)("functions")(QName($module-ns, "func"))(1)((1,2,3)) |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-042[+]
X fn-load-xquery-module-042: Created on: 2015-05-29 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/functions/module" return fn:load-xquery-module($module-ns)("functions")(QName($module-ns, "func"))(1)((1,2,3)) |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-043[+]
X fn-load-xquery-module-043: Created on: 2015-05-29 Spec Dependencies: spec = XQ31+ spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: declare default order empty greatest; declare namespace test = "http://www.w3.org/fots/fn/load-xquery-module/test"; declare function test:func($seq as item()*) { for $i in 1 to 5 let $x := subsequence($seq, $i, 1) order by $x return count($x) }; let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/functions/module" return (fn:load-xquery-module($module-ns)("functions")(QName($module-ns, "func"))(1)((1,2,3)), test:func((1,2,3))) |
fail | n/a
notXP31 |
pass | n/a | pass | pass |
fn-load-xquery-module-044[+]
X fn-load-xquery-module-044: Created on: 2015-05-29 Spec Dependencies: spec = XQ31+ spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: declare default order empty least; declare namespace test = "http://www.w3.org/fots/fn/load-xquery-module/test"; declare function test:func($seq as item()*) { for $i in 1 to 5 let $x := subsequence($seq, $i, 1) order by $x return count($x) }; let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/functions/module" return (fn:load-xquery-module($module-ns)("functions")(QName($module-ns, "func"))(1)((1,2,3)), test:func((1,2,3))) |
fail | n/a
notXP31 |
pass | n/a | pass | pass |
fn-load-xquery-module-045[+]
X fn-load-xquery-module-045: Created on: 2015-06-02 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/functions/module" return fn:load-xquery-module($module-ns)("functions")(QName($module-ns, "func"))(1)("abc") |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-046[+]
X fn-load-xquery-module-046: Created on: 2015-06-02 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/functions/module" return fn:load-xquery-module($module-ns)("functions")(QName($module-ns, "func"))(1)("abc") |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-060[+]
X fn-load-xquery-module-060: Created on: 2015-06-01 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/context-item/module", $module := fn:load-xquery-module($module-ns, map{"context-item" : "item"}) return $module("variables")(QName($module-ns, "context")) |
fail | fail
Expected error:FOQM0005, got item |
fail
Expected error:FOQM0005, got item |
n/a | pass | pass |
fn-load-xquery-module-061[+]
X fn-load-xquery-module-061: Created on: 2015-06-04 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/valid/module", $module := fn:load-xquery-module($module-ns, map{"context-item" : "item"}) return ($module("variables")(QName($module-ns, "var1")), $module("variables")(QName($module-ns, "var2")), $module("functions")(QName($module-ns, "func1"))(0)(), $module("functions")(QName($module-ns, "func2"))(0)()) |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-062[+]
X fn-load-xquery-module-062: Created on: 2015-06-04 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: fn:load-xquery-module("http://www.w3.org/fots/fn/load-xquery-module/valid/module", map{"variables" : "v"}) |
fail | wrongError
Expected error:XPTY0004, got err:FOQM0007 |
wrongError
Expected error:XPTY0004, got err:FOQM0007 |
n/a | pass | pass |
fn-load-xquery-module-063[+]
X fn-load-xquery-module-063: Created on: 2015-06-04 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/valid/module", $module := fn:load-xquery-module($module-ns, map{"variables" : map{"wrong":"entry"}}) return $module |
fail | wrongError
Expected error:XPTY0004, got err:FOQM0007 |
wrongError
Expected error:XPTY0004, got err:FOQM0007 |
n/a | pass | pass |
fn-load-xquery-module-064[+]
X fn-load-xquery-module-064: Created on: 2015-06-04 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/valid/module", $module := fn:load-xquery-module($module-ns, map{"variables" : map{}}) return ($module("variables")(QName($module-ns, "var1")), $module("variables")(QName($module-ns, "var2")), $module("functions")(QName($module-ns, "func1"))(0)(), $module("functions")(QName($module-ns, "func2"))(0)()) |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-065[+]
X fn-load-xquery-module-065: Created on: 2015-06-04 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/valid/module", $module := fn:load-xquery-module($module-ns, map{"variables" : map{(QName($module-ns, "wrong")):"not there"}}) return ($module("variables")(QName($module-ns, "var1")), $module("variables")(QName($module-ns, "var2")), $module("functions")(QName($module-ns, "func1"))(0)(), $module("functions")(QName($module-ns, "func2"))(0)()) |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-066[+]
X fn-load-xquery-module-066: Created on: 2015-06-04 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/valid/module", $module := fn:load-xquery-module($module-ns, map{"vendor-options" : 42}) return $module |
fail | wrongError
Expected error:XPTY0004, got err:FOQM0007 |
wrongError
Expected error:XPTY0004, got err:FOQM0007 |
n/a | pass | pass |
fn-load-xquery-module-067[+]
X fn-load-xquery-module-067: Created on: 2015-06-04 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/valid/module", $module := fn:load-xquery-module($module-ns, map{"vendor-options" : map{"wrong":"entry"}}) return $module |
fail | wrongError
Expected error:XPTY0004, got err:FOQM0007 |
wrongError
Expected error:XPTY0004, got err:FOQM0007 |
n/a | pass | pass |
fn-load-xquery-module-068[+]
X fn-load-xquery-module-068: Created on: 2015-06-04 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/valid/module", $module := fn:load-xquery-module($module-ns, map{"vendor-options" : map{}}) return ($module("variables")(QName($module-ns, "var1")), $module("variables")(QName($module-ns, "var2")), $module("functions")(QName($module-ns, "func1"))(0)(), $module("functions")(QName($module-ns, "func2"))(0)()) |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-069[+]
X fn-load-xquery-module-069: Created on: 2015-06-04 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/valid/module", $module-unrec := "http://www.w3.example/unrecognised/namespace/nobody/uses", $module := fn:load-xquery-module($module-ns, map{"vendor-options" : map{(QName($module-unrec, "option")):"fake"}}) return ($module("variables")(QName($module-ns, "var1")), $module("variables")(QName($module-ns, "var2")), $module("functions")(QName($module-ns, "func1"))(0)(), $module("functions")(QName($module-ns, "func2"))(0)()) |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-070[+]
X fn-load-xquery-module-070: Created on: 2015-06-04 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/valid/module", $module-unrec := "http://www.w3.example/unrecognised/namespace/nobody/uses", $module := fn:load-xquery-module($module-ns, map{"nonexistant-option" : "ignored"}) return ($module("variables")(QName($module-ns, "var1")), $module("variables")(QName($module-ns, "var2")), $module("functions")(QName($module-ns, "func1"))(0)(), $module("functions")(QName($module-ns, "func2"))(0)()) |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-071[+]
X fn-load-xquery-module-071: Created on: 2015-06-01 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: fn:load-xquery-module("http://www.w3.org/fots/fn/load-xquery-module/main/module") |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-072[+]
X fn-load-xquery-module-072: Created on: 2015-06-09 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/valid/module", $module := fn:load-xquery-module($module-ns, map{"xquery-version" : "3.1"}) return $module |
fail | wrongError
Expected error:XPTY0004, got err:FOQM0007 |
wrongError
Expected error:XPTY0004, got err:FOQM0007 |
n/a | pass | pass |
fn-load-xquery-module-073[+]
X fn-load-xquery-module-073: Created on: 2015-06-09 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/valid/module", $module := fn:load-xquery-module($module-ns, map{"xquery-version" : 3.1}) return ($module("variables")(QName($module-ns, "var1")), $module("variables")(QName($module-ns, "var2")), $module("functions")(QName($module-ns, "func1"))(0)(), $module("functions")(QName($module-ns, "func2"))(0)()) |
fail | pass | pass | n/a | pass | pass |
fn-load-xquery-module-901[+]
X fn-load-xquery-module-901: Created on: 2016-09-07 Spec Dependencies: feature = fn-load-xquery-module spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: fn:load-xquery-module("") |
no result | n/a
Dependency not satisfied |
n/a
Dependency not satisfied |
n/a | pass | pass |
fn-load-xquery-module-902[+]
X fn-load-xquery-module-902: Created on: 2016-09-07 Spec Dependencies: feature = fn-load-xquery-module spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: fn:load-xquery-module("", map{}) |
no result | n/a
Dependency not satisfied |
n/a
Dependency not satisfied |
n/a | pass | pass |
fn-load-xquery-module-903[+]
X fn-load-xquery-module-903: Created on: 2016-09-07 Spec Dependencies: feature = fn-load-xquery-module spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: fn:load-xquery-module("http://nonexistent/module") |
no result | n/a
Dependency not satisfied |
n/a
Dependency not satisfied |
n/a | pass | pass |
fn-load-xquery-module-904[+]
X fn-load-xquery-module-904: Created on: 2016-09-07 Spec Dependencies: feature = fn-load-xquery-module spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: fn:load-xquery-module("http://nonexistent/module", map{}) |
no result | n/a
Dependency not satisfied |
n/a
Dependency not satisfied |
n/a | pass | pass |
fn-load-xquery-module-905[+]
X fn-load-xquery-module-905: Created on: 2016-09-07 Spec Dependencies: feature = fn-load-xquery-module spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: fn:load-xquery-module("http://www.w3.org/fots/fn/load-xquery-module/invalid/module") |
no result | n/a
Dependency not satisfied |
n/a
Dependency not satisfied |
n/a | pass | pass |
fn-load-xquery-module-906[+]
X fn-load-xquery-module-906: Created on: 2016-09-07 Spec Dependencies: feature = fn-load-xquery-module spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: fn:load-xquery-module("http://www.w3.org/fots/fn/load-xquery-module/invalid/module", map{}) |
no result | n/a
Dependency not satisfied |
n/a
Dependency not satisfied |
n/a | pass | pass |
fn-load-xquery-module-907[+]
X fn-load-xquery-module-907: Created on: 2016-09-07 Spec Dependencies: feature = fn-load-xquery-module spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: fn:load-xquery-module("http://www.w3.org/fots/fn/load-xquery-module/external-var/module") |
no result | n/a
Dependency not satisfied |
n/a
Dependency not satisfied |
n/a | pass | pass |
fn-load-xquery-module-908[+]
X fn-load-xquery-module-908: Created on: 2016-09-07 Spec Dependencies: feature = fn-load-xquery-module spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: fn:load-xquery-module("http://www.w3.org/fots/fn/load-xquery-module/external-var/module", map{}) |
no result | n/a
Dependency not satisfied |
n/a
Dependency not satisfied |
n/a | pass | pass |
fn-load-xquery-module-909[+]
X fn-load-xquery-module-909: Created on: 2016-09-07 Spec Dependencies: feature = fn-load-xquery-module spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: fn:load-xquery-module("http://www.w3.org/fots/fn/load-xquery-module/context-item/module") |
no result | n/a
Dependency not satisfied |
n/a
Dependency not satisfied |
n/a | pass | pass |
fn-load-xquery-module-910[+]
X fn-load-xquery-module-910: Created on: 2016-09-07 Spec Dependencies: feature = fn-load-xquery-module spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: fn:load-xquery-module("http://www.w3.org/fots/fn/load-xquery-module/context-item/module", map{}) |
no result | n/a
Dependency not satisfied |
n/a
Dependency not satisfied |
n/a | pass | pass |
fn-load-xquery-module-911[+]
X fn-load-xquery-module-911: Created on: 2016-09-07 Spec Dependencies: feature = fn-load-xquery-module spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: fn:load-xquery-module("http://www.w3.org/fots/fn/load-xquery-module/external-var/module", map {"variables" : map { QName("http://www.w3.org/fots/fn/load-xquery-module/external-var/module", "var1") : 1234 }}) |
no result | n/a
Dependency not satisfied |
n/a
Dependency not satisfied |
n/a | pass | pass |
fn-load-xquery-module-912[+]
X fn-load-xquery-module-912: Created on: 2016-09-07 Spec Dependencies: feature = fn-load-xquery-module spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: fn:load-xquery-module("http://www.w3.org/fots/fn/load-xquery-module/dynamic-error/module") |
no result | n/a
Dependency not satisfied |
n/a
Dependency not satisfied |
n/a | pass | pass |
fn-load-xquery-module-913[+]
X fn-load-xquery-module-913: Created on: 2016-09-07 Spec Dependencies: feature = fn-load-xquery-module spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: fn:load-xquery-module("http://www.w3.org/fots/fn/load-xquery-module/dynamic-error/module", map{}) |
no result | n/a
Dependency not satisfied |
n/a
Dependency not satisfied |
n/a | pass | pass |
fn-load-xquery-module-914[+]
X fn-load-xquery-module-914: Created on: 2016-09-07 Spec Dependencies: feature = fn-load-xquery-module spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/valid/module", $module := fn:load-xquery-module($module-ns) return let $vars := $module("variables"), $fns := $module("functions") return let $var-values := ($vars(QName($module-ns, "var1")), $vars(QName($module-ns, "var2"))), $fns-values := ($fns(QName($module-ns, "func1"))(0)(), $fns(QName($module-ns, "func2"))(0)()) return ($var-values, $fns-values) |
no result | n/a
Dependency not satisfied |
n/a
Dependency not satisfied |
n/a | pass | pass |
fn-load-xquery-module-915[+]
X fn-load-xquery-module-915: Created on: 2016-09-07 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-load-xquery-module feature = higherOrderFunctions Test: let $module-ns := "http://www.w3.org/fots/fn/load-xquery-module/valid/module", $module := fn:load-xquery-module($module-ns, map{"xquery-version" : 93.7}) return $module |
no result | pass | pass | n/a | pass | pass |
fn-nilled-29[+]
X fn-nilled-29: Created on: 2012-10-02 Spec Dependencies: spec = XQ30+ XP30+ feature = higherOrderFunctions Test: nilled#0[nilled()] |
pass | pass | pass | pass | pass | pass |
fn-node-name-31[+]
X fn-node-name-31: Created on: 2013-01-07 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: node-name#0!node-name() |
pass | pass | pass | pass | pass | pass |
fn-outermost-002[+]
X fn-outermost-002: Created on: 2011-11-28 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: fn:outermost#0 |
pass | pass | pass | pass | pass | pass |
fn-outermost-004[+]
X fn-outermost-004: Created on: 2011-11-28 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: fn:outermost#2 |
pass | pass | pass | pass | pass | pass |
fn-outermost-005[+]
X fn-outermost-005: Created on: 2011-11-28 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: fn:exists( fn:outermost#1 ) |
pass | pass | pass | pass | pass | pass |
fn-outermost-007[+]
X fn-outermost-007: Created on: 2011-11-28 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: fn:outermost( fn:dateTime#2 ) |
pass | pass | pass | pass | pass | pass |
fn-outermost-011[+]
X fn-outermost-011: Created on: 2011-11-28 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: ( fn:outermost( if (current-date() eq xs:date('1900-01-01')) then . else fn:dateTime#2 ), fn:outermost( if (current-date() eq xs:date('1900-01-01')) then fn:dateTime#2 else . ) ) |
pass | pass | pass | pass | pass | pass |
fn-parse-json-059[+]
X fn-parse-json-059: Created on: 2015-03-11 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: parse-json('"\uFFFF"', map{'fallback':lower-case#1}) |
pass | pass | pass | pass | pass | pass |
fn-parse-json-060[+]
X fn-parse-json-060: Created on: 2015-03-11 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: parse-json('"\uDEAD"', map{'fallback':lower-case#1}) |
pass | pass | pass | pass | pass | pass |
fn-parse-json-061[+]
X fn-parse-json-061: Created on: 2015-03-11 Spec Dependencies: xml-version = 1.0 feature = higherOrderFunctions spec = XP31+ XQ31+ Test: parse-json('"\b"', map{'fallback':lower-case#1}) |
pass | pass | pass | pass | pass | pass |
fn-parse-json-062[+]
X fn-parse-json-062: Created on: 2015-03-11 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions spec = XP31+ XQ31+ Test: parse-json('{"\uFFFF":""}', map{'fallback':lower-case#1}) => map:keys() |
pass | pass | pass | pass | pass | pass |
fn-parse-json-063[+]
X fn-parse-json-063: Created on: 2015-03-11 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions spec = XP31+ XQ31+ Test: parse-json('{"\uDEAD":""}', map{'fallback':lower-case#1}) => map:keys() |
pass | pass | pass | pass | pass | pass |
fn-parse-json-064[+]
X fn-parse-json-064: Created on: 2015-03-11 Spec Dependencies: spec = XP31+ XQ31+ xml-version = 1.0 feature = higherOrderFunctions spec = XP31+ XQ31+ Test: parse-json('{"\b":""}', map{'fallback':lower-case#1}) => map:keys() |
pass | pass | pass | pass | pass | pass |
fn-parse-json-941[+]
X fn-parse-json-941: Created on: 2015-03-11 Spec Dependencies: spec = XP31+ XQ31+ xml-version = 1.0 feature = higherOrderFunctions spec = XP31+ XQ31+ Test: parse-json('{"\b":""}', map{'fallback':lower-case('a')}) => map:keys() |
pass | pass | pass | pass | pass | pass |
fn-parse-json-942[+]
X fn-parse-json-942: Created on: 2015-03-11 Spec Dependencies: spec = XP31+ XQ31+ xml-version = 1.0 feature = higherOrderFunctions spec = XP31+ XQ31+ Test: parse-json('{"\b":""}', map{'fallback':substring#2}) => map:keys() |
pass | pass | pass | pass | pass | pass |
fn-parse-json-943[+]
X fn-parse-json-943: Created on: 2015-03-11 Spec Dependencies: spec = XP31+ XQ31+ xml-version = 1.0 feature = higherOrderFunctions spec = XP31+ XQ31+ Test: parse-json('{"\b":""}', map{'fallback':error(QName("","USER9999"), ?)}) => map:keys() |
pass | pass | pass | pass | pass | pass |
fn-parse-json-944[+]
X fn-parse-json-944: Created on: 2015-03-11 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions spec = XP31+ XQ31+ Test: parse-json('{"\xaa":""}', map{'fallback':upper-case#1}) => map:keys() |
pass | pass | pass | pass | pass | pass |
fn-parse-json-945[+]
X fn-parse-json-945: Created on: 2015-03-11 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions spec = XP31+ XQ31+ Test: parse-json('{"\uFFFF":""}', map{'fallback':abs#1}) => map:keys() |
pass | pass | pass | pass | pass | pass |
fn-random-number-generator-1[+]
X fn-random-number-generator-1: Created on: 2015-01-23 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: fn:random-number-generator() |
pass | pass | pass | pass | pass | pass |
fn-random-number-generator-2[+]
X fn-random-number-generator-2: Created on: 2015-01-23 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: fn:random-number-generator()?number |
pass | pass | pass | pass | pass | pass |
fn-random-number-generator-3[+]
X fn-random-number-generator-3: Created on: 2015-01-23 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: random-number-generator()?number ge 0 |
pass | pass | pass | pass | pass | pass |
fn-random-number-generator-4[+]
X fn-random-number-generator-4: Created on: 2015-01-23 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: let $r := random-number-generator()?number return ($r ge 0 and $r lt 1) |
pass | pass | pass | pass | pass | pass |
fn-random-number-generator-5[+]
X fn-random-number-generator-5: Created on: 2015-01-23 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: let $r := random-number-generator()?number return ($r lt 0 or $r ge 1) |
pass | pass | pass | pass | pass | pass |
fn-random-number-generator-6[+]
X fn-random-number-generator-6: Created on: 2015-01-23 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: fn:random-number-generator()?next() |
pass | pass | pass | pass | pass | pass |
fn-random-number-generator-7[+]
X fn-random-number-generator-7: Created on: 2015-01-23 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: fn:random-number-generator()?next()?number |
pass | pass | pass | pass | pass | pass |
fn-random-number-generator-8[+]
X fn-random-number-generator-8: Created on: 2015-01-23 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: let $r := fn:random-number-generator()?next()?number return ($r ge 0 and $r lt 1) |
pass | pass | pass | pass | pass | pass |
fn-random-number-generator-9[+]
X fn-random-number-generator-9: Created on: 2015-01-23 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: let $r := fn:random-number-generator()?next()?number return ($r lt 0 or $r ge 1) |
pass | pass | pass | pass | pass | pass |
fn-random-number-generator-10[+]
X fn-random-number-generator-10: Created on: 2015-01-23 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: fn:random-number-generator(23482) |
pass | pass | pass | pass | pass | pass |
fn-random-number-generator-11[+]
X fn-random-number-generator-11: Created on: 2015-01-23 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: fn:random-number-generator(0000)?number |
pass | pass | pass | pass | pass | pass |
fn-random-number-generator-12[+]
X fn-random-number-generator-12: Created on: 2015-01-26 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: random-number-generator(3147)?number ge 0 |
pass | pass | pass | pass | pass | pass |
fn-random-number-generator-13[+]
X fn-random-number-generator-13: Created on: 2015-01-26 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: let $r := random-number-generator("random")?number return ($r ge 0 and $r lt 1) |
pass | pass | pass | pass | pass | pass |
fn-random-number-generator-14[+]
X fn-random-number-generator-14: Created on: 2015-01-23 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: fn:random-number-generator(0000)?next() |
pass | pass | pass | pass | pass | pass |
fn-random-number-generator-15[+]
X fn-random-number-generator-15: Created on: 2015-01-23 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: fn:random-number-generator()?next()?number |
pass | pass | pass | pass | pass | pass |
fn-random-number-generator-16[+]
X fn-random-number-generator-16: Created on: 2015-01-23 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: let $r := fn:random-number-generator()?next()?number return ($r ge 0 and $r lt 1) |
pass | pass | pass | pass | pass | pass |
fn-random-number-generator-17[+]
X fn-random-number-generator-17: Created on: 2015-01-26 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: fn:random-number-generator()?permute(1 to 100) |
pass | pass | pass | pass | pass | pass |
fn-random-number-generator-18[+]
X fn-random-number-generator-18: Created on: 2015-01-26 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: fn:random-number-generator()?permute(("a","b","c","d","e","f","g")) |
pass | pass | pass | pass | pass | pass |
fn-random-number-generator-19[+]
X fn-random-number-generator-19: Created on: 2015-01-23 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: subsequence(fn:random-number-generator()?permute(("a","b","c","d","e","f","g")),2,5) |
pass | pass | pass | pass | pass | pass |
fn-random-number-generator-20[+]
X fn-random-number-generator-20: Created on: 2015-01-23 Spec Dependencies: spec = XP31+ XQ31+ spec = XP31+ XQ31+ feature = higherOrderFunctions Test: fn:random-number-generator()?permute(("a","b","c","d","e","f","g")) => subsequence(2,5) |
pass | pass | pass | pass | pass | pass |
fn-random-number-generator-21[+]
X fn-random-number-generator-21: Created on: 2015-01-23 Spec Dependencies: spec = XQ31+ spec = XP31+ XQ31+ feature = higherOrderFunctions Test: declare namespace r="http://example.com/random/"; declare %public function r:random-sequence($length as xs:integer) as xs:double* { r:random-sequence($length, fn:random-number-generator()) }; declare %private function r:random-sequence($length as xs:integer, $G as map(xs:string, item())) { if ($length eq 0) then () else ($G?number, r:random-sequence($length - 1, $G?next())) }; r:random-sequence(200) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
fn-random-number-generator-22[+]
X fn-random-number-generator-22: Created on: 2015-01-18 Spec Dependencies: spec = XQ31+ spec = XP31+ XQ31+ feature = higherOrderFunctions Test: declare function local:random-sequence($length as xs:integer) as xs:double* { local:random-sequence($length, fn:random-number-generator()) }; declare function local:random-sequence($length as xs:integer, $G as map(xs:string, item())) { if ($length eq 0) then () else ($G?number, local:random-sequence($length - 1, $G?next())) }; let $r := local:random-sequence(200) return if (not(count(distinct-values($r)) >= 0.5*count($r))) then fn:false() else if (not(not(deep-equal($r, fn:sort($r))))) then fn:false() else if (not(count($r[. lt 0.5]) > 0.2*count($r) and count($r[. gt 0.5]) > 0.2*count($r))) then fn:false() else fn:true() |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
fn-random-number-generator-23[+]
X fn-random-number-generator-23: Created on: 2015-04-22 Spec Dependencies: spec = XP31+ XQ31+ spec = XP31+ XQ31+ feature = higherOrderFunctions Test: let $G := fn:random-number-generator(fn:current-dateTime()) return deep-equal($G?permute(1 to 100), $G?next()?permute(1 to 100)) |
pass | pass | pass | pass | pass | pass |
fn-random-number-generator-24[+]
X fn-random-number-generator-24: Created on: 2015-04-22 Spec Dependencies: spec = XP31+ XQ31+ spec = XP31+ XQ31+ feature = higherOrderFunctions Test: deep-equal(fn:random-number-generator(fn:current-dateTime())?permute(1 to 100), fn:random-number-generator(fn:current-dateTime())?permute(1 to 100)) |
pass | pass | pass | pass | pass | pass |
fn-random-number-generator-25[+]
X fn-random-number-generator-25: Created on: 2015-04-22 Spec Dependencies: spec = XP31+ XQ31+ spec = XP31+ XQ31+ feature = higherOrderFunctions Test: deep-equal(fn:random-number-generator()?permute(1 to 100), fn:random-number-generator()?permute(1 to 100)) |
pass | pass | pass | pass | pass | pass |
fn-random-number-generator-26[+]
X fn-random-number-generator-26: Created on: 2015-04-22 Spec Dependencies: spec = XP31+ XQ31+ spec = XP31+ XQ31+ feature = higherOrderFunctions Test: deep-equal(fn:random-number-generator(0)?permute(1 to 100), fn:random-number-generator(1)?permute(1 to 100)) |
pass | pass | pass | pass | pass | pass |
fn-random-number-generator-27[+]
X fn-random-number-generator-27: Created on: 2015-04-22 Spec Dependencies: spec = XP31+ XQ31+ spec = XP31+ XQ31+ feature = higherOrderFunctions Test: fn:random-number-generator(xs:double('NaN'))?permute(1) |
pass | pass | pass | pass | pass | pass |
fn-random-number-generator-28[+]
X fn-random-number-generator-28: Created on: 2015-04-22 Spec Dependencies: spec = XP31+ XQ31+ spec = XP31+ XQ31+ feature = higherOrderFunctions Test: fn:random-number-generator('a')?permute((1 to 100)[. lt 0]) |
pass | pass | pass | pass | pass | pass |
fn-random-number-generator-29[+]
X fn-random-number-generator-29: Created on: 2015-04-22 Spec Dependencies: spec = XP31+ XQ31+ spec = XP31+ XQ31+ feature = higherOrderFunctions Test: map:keys(fn:random-number-generator('a')) |
pass | pass | pass | pass | pass | pass |
fn-random-number-generator-30[+]
X fn-random-number-generator-30: Created on: 2015-04-22 Spec Dependencies: spec = XP31+ XQ31+ spec = XP31+ XQ31+ feature = higherOrderFunctions Test: fn:random-number-generator('a')?next => fn:apply([]) => fn:apply(["number"]) |
pass | pass | pass | pass | pass | pass |
fn-random-number-generator-31[+]
X fn-random-number-generator-31: Created on: 2015-04-22 Spec Dependencies: spec = XQ31+ spec = XP31+ XQ31+ feature = higherOrderFunctions Test: declare function local:test($f as function(*)) as xs:integer { count($f('zzz')) }; local:test(fn:random-number-generator()) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
fn-random-number-generator-32[+]
X fn-random-number-generator-32: Created on: 2016-06-13 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: fn:random-number-generator( () ) |
pass | pass | pass | pass | pass | pass |
fn-random-number-generator-33[+]
X fn-random-number-generator-33: Created on: 2016-06-13 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: fn:random-number-generator( () )?number |
pass | pass | pass | pass | pass | pass |
fn-random-number-generator-34[+]
X fn-random-number-generator-34: Created on: 2016-06-13 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: random-number-generator()?number eq random-number-generator( () )?number |
pass | pass | pass | pass | pass | pass |
fn-random-number-generator-35[+]
X fn-random-number-generator-35: Created on: 2016-06-13 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: fn:random-number-generator()?next |
fail | pass | pass | pass | pass | pass |
fn-random-number-generator-36[+]
X fn-random-number-generator-36: Created on: 2016-06-13 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: fn:random-number-generator( () )?next |
fail | pass | pass | pass | pass | pass |
fn-random-number-generator-37[+]
X fn-random-number-generator-37: Created on: 2016-06-13 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: fn:random-number-generator( 0 )?next |
fail | pass | pass | pass | pass | pass |
fn-random-number-generator-38[+]
X fn-random-number-generator-38: Created on: 2016-06-13 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: fn:random-number-generator( () )?next() |
pass | pass | pass | pass | pass | pass |
fn-random-number-generator-39[+]
X fn-random-number-generator-39: Created on: 2016-06-13 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: fn:random-number-generator()?next()?number eq fn:random-number-generator( () )?next()?number |
pass | pass | pass | pass | pass | pass |
fn-random-number-generator-40[+]
X fn-random-number-generator-40: Created on: 2016-06-13 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: fn:random-number-generator()?permute |
fail | pass | pass | pass | pass | pass |
fn-random-number-generator-41[+]
X fn-random-number-generator-41: Created on: 2016-06-13 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: fn:random-number-generator( () )?permute |
fail | pass | pass | pass | pass | pass |
fn-random-number-generator-42[+]
X fn-random-number-generator-42: Created on: 2016-06-13 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: fn:random-number-generator( 0 )?permute |
fail | pass | pass | pass | pass | pass |
fn-random-number-generator-43[+]
X fn-random-number-generator-43: Created on: 2016-06-13 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: deep-equal(fn:random-number-generator()?permute(1 to 100), fn:random-number-generator( () )?permute(1 to 100)) |
pass | pass | pass | pass | pass | pass |
serialize-xml-010[+]
X serialize-xml-010: Created on: 2013-04-23 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: serialize(name#1) |
pass | pass | pass | pass | pass | pass |
fn-sort-22[+]
X fn-sort-22: Created on: 2016-08-18 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:sort( (map{"key":1, "value":89}, map{"key":6, "value":21}, map{"key":2, "value":33}), (), map:get(?, "key"))?value |
no result | pass | pass | pass | pass | pass |
fn-sort2-str-1[+]
X fn-sort2-str-1: Created on: 2015-01-08 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: let $r := fn:sort( ("boy","for","new","chosen","black","pope"), (), fn:data#1 ) return (count($r) eq 6 and $r[1] eq "black" and $r[2] eq "boy" and $r[3] eq "chosen" and $r[4] eq "for" and $r[5] eq "new" and $r[6] eq "pope" ) |
pass | pass | pass | pass | pass | pass |
fn-sort2-str-2[+]
X fn-sort2-str-2: Created on: 2015-01-08 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: let $r := fn:sort( ("boy","for","new","chosen","black","pope"), (), function($input as xs:anyAtomicType *) as item()* { fn:data($input) } ) return (count($r) eq 6 and $r[1] eq "black" and $r[2] eq "boy" and $r[3] eq "chosen" and $r[4] eq "for" and $r[5] eq "new" and $r[6] eq "pope" ) |
pass | pass | pass | pass | pass | pass |
fn-sort-error-2[+]
X fn-sort-error-2: Created on: 2016-08-18 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:sort( (map{"key":1}, map{"key":"a"}), (), map:get(?, "key")) |
no result | pass | pass | pass | pass | pass |
fn-sort-spec-1[+]
X fn-sort-spec-1: Created on: 2015-01-08 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: let $r := fn:sort((1, 4, 6, 5, 3), (), fn:data#1 ) return (count($r) eq 5 and $r[1] eq 1 and $r[2] eq 3 and $r[3] eq 4 and $r[4] eq 5 and $r[5] eq 6 ) |
pass | pass | pass | pass | pass | pass |
fn-sort-spec-1b[+]
X fn-sort-spec-1b: Created on: 2015-01-08 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: let $r := fn:sort((10, 4, 6, 5, 3), (), fn:data#1 ) return (count($r) eq 5 and $r[1] eq 3 and $r[2] eq 4 and $r[3] eq 5 and $r[4] eq 6 and $r[5] eq 10 ) |
pass | pass | pass | pass | pass | pass |
fn-sort-spec-2[+]
X fn-sort-spec-2: Created on: 2015-01-08 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: let $r := fn:sort((1, -2, 5, 10, -10, 10, 8), (), fn:abs#1) return (count($r) eq 7 and $r[1] eq 1 and $r[2] eq -2 and $r[3] eq 5 and $r[4] eq 8 and $r[5] eq 10 and $r[6] eq -10 and $r[7] eq 10 ) |
pass | pass | pass | pass | pass | pass |
fn-sort-spec-4[+]
X fn-sort-spec-4: Created on: 2015-01-08 Spec Dependencies: spec = XQ31+ feature = higherOrderFunctions spec = XP31+ XQ31+ Test: let $employees := ( <emp><name><first>Reginald</first><last>Cawcutt</last></name></emp>, <emp><name><first>Hans</first><last>Groër</last></name></emp>, <emp><name><first>Domingo</first><last>De Silveira</last></name></emp>, <emp><name><first>Keith</first><last>O'Brien</last></name></emp>, <emp><name><first>Susan</first><last>Cawcutt</last></name></emp>, <emp><name><first>Martin</first><last>Cawcutt</last></name></emp> ), $r := fn:sort($employees, default-collation(), function($emp) {$emp/name/last, $emp/name/first}) return (count($r) eq 6 and fn:data($r[1]/name/first) eq "Martin" and fn:data($r[2]/name/first) eq "Reginald" and fn:data($r[3]/name/first) eq "Susan" and fn:data($r[4]/name/first) eq "Domingo" and fn:data($r[5]/name/first) eq "Hans" and fn:data($r[6]/name/first) eq "Keith" ) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
fn-sort-spec-5[+]
X fn-sort-spec-5: Created on: 2016-08-18 Spec Dependencies: spec = XQ31+ feature = higherOrderFunctions spec = XP31+ XQ31+ Test: let $employees := ( <emp id='1'><name><last>Cawcutt</last></name></emp>, <emp id='2'><name><first>Hans</first><last>Groër</last></name></emp>, <emp id='3'><name><first>Domingo</first><last>De Silveira</last></name></emp>, <emp id='4'><name><first>Keith</first><last>O'Brien</last></name></emp>, <emp id='5'><name><first>Susan</first><last>Cawcutt</last></name></emp>, <emp id='6'><name><first>Martin</first><last>Cawcutt</last></name></emp>, <emp id='7'><name><first>Martin</first><first>James</first><last>Cawcutt</last></name></emp> ) return fn:sort($employees, default-collation(), function($emp) {$emp/name/last, $emp/name/first}) ! number(@id) |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
fn-sort-collation-3[+]
X fn-sort-collation-3: Created on: 2016-08-18 Spec Dependencies: spec = XQ31+ feature = higherOrderFunctions spec = XP31+ XQ31+ Test: declare default collation "http://www.w3.org/2010/09/qt-fots-catalog/collation/caseblind"; fn:sort(("Red", "green", "blUE", "PINK", "ORanGE"), (), string#1) |
no result | n/a
environment dependencies not satisfied |
pass | n/a | pass | pass |
fn-sort-collation-5[+]
X fn-sort-collation-5: Created on: 2016-08-18 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:sort(("Red", "green", "blUE", "PINK", "ORanGE"), "http://www.w3.org/2010/09/qt-fots-catalog/collation/caseblind", fn:string#1) |
no result | pass | pass | pass | pass | pass |
fn-sort-collation-7[+]
X fn-sort-collation-7: Created on: 2016-08-18 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:sort(("Red", "green", "blUE", "PINK", "ORanGE"), "http://www.w3.org/2005/xpath-functions/collation/codepoint", fn:string#1) |
no result | pass | pass | pass | pass | pass |
fn-sort-collation-8[+]
X fn-sort-collation-8: Created on: 2016-08-18 Spec Dependencies: spec = XQ31+ feature = higherOrderFunctions spec = XP31+ XQ31+ Test: declare function local:key($n as xs:integer) as xs:string { ("Red", "green", "blUE", "PINK", "ORanGE")[$n] }; fn:sort((1 to 5), "http://www.w3.org/2010/09/qt-fots-catalog/collation/caseblind", local:key#1) |
no result | n/a
environment dependencies not satisfied |
pass | n/a | pass | pass |
fn-string-23[+]
X fn-string-23: Created on: 2011-06-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: string(string#1) |
pass | pass | pass | pass | pass | pass |
fn-string-join-30[+]
X fn-string-join-30: Created on: 2015-12-03 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: fn:string-join((xs:string#1, xs:gYear#1, xs:float#1, xs:double#1, xs:integer#1)!'1900', ',') |
pass | pass | pass | pass | pass | pass |
fn-string-length-21[+]
X fn-string-length-21: Created on: 2011-06-25 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: string-length(string-length#1) |
pass | pass | pass | pass | pass | pass |
K2-SeqSubsequenceFunc-8[+]
X K2-SeqSubsequenceFunc-8: Created on: 2008-05-08 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $f :=function() { subsequence(subsequence((1, 2, 3, 4), 3, 1), 1, 4) } return $f() |
pass | pass | pass | pass | pass | pass |
K2-SeqSubsequenceFunc-9[+]
X K2-SeqSubsequenceFunc-9: Created on: 2008-05-08 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $f :=function() { subsequence((1, 2, 3), 1) } return $f() |
pass | pass | pass | pass | pass | pass |
fn-tokenize-52[+]
X fn-tokenize-52: Created on: 2014-12-05 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: (tokenize#1, upper-case#1, lower-case#1)[1]("abc def") |
pass | pass | pass | pass | pass | pass |
fn-true-22[+]
X fn-true-22: Created on: 2011-06-27 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $t := true#0 return 3[$t()] |
pass | pass | pass | pass | pass | pass |
fn-unparsed-text-002[+]
X fn-unparsed-text-002: Created on: 2011-11-28 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: fn:unparsed-text#0 |
pass | pass | pass | pass | pass | pass |
fn-unparsed-text-003[+]
X fn-unparsed-text-003: Created on: 2011-11-28 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: fn:exists( fn:unparsed-text#1 ) |
pass | pass | pass | pass | pass | pass |
fn-unparsed-text-004[+]
X fn-unparsed-text-004: Created on: 2011-11-28 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: fn:exists( fn:unparsed-text#2 ) |
pass | pass | pass | pass | pass | pass |
fn-unparsed-text-006[+]
X fn-unparsed-text-006: Created on: 2011-11-28 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: fn:unparsed-text#3 |
pass | pass | pass | pass | pass | pass |
fn-unparsed-text-available-002[+]
X fn-unparsed-text-available-002: Created on: 2011-11-28 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: fn:unparsed-text-available#0 |
pass | pass | pass | pass | pass | pass |
fn-unparsed-text-available-003[+]
X fn-unparsed-text-available-003: Created on: 2011-11-28 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: fn:exists( fn:unparsed-text-available#1 ) |
pass | pass | pass | pass | pass | pass |
fn-unparsed-text-available-004[+]
X fn-unparsed-text-available-004: Created on: 2011-11-28 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: fn:exists( fn:unparsed-text-available#2 ) |
pass | pass | pass | pass | pass | pass |
fn-unparsed-text-available-006[+]
X fn-unparsed-text-available-006: Created on: 2011-11-28 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: fn:unparsed-text-available#3 |
pass | pass | pass | pass | pass | pass |
fn-unparsed-text-lines-002[+]
X fn-unparsed-text-lines-002: Created on: 2011-11-28 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: fn:unparsed-text-lines#0 |
pass | pass | pass | pass | pass | pass |
fn-unparsed-text-lines-003[+]
X fn-unparsed-text-lines-003: Created on: 2011-11-28 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: fn:exists(fn:unparsed-text-lines#1) |
pass | pass | pass | pass | pass | pass |
fn-unparsed-text-lines-004[+]
X fn-unparsed-text-lines-004: Created on: 2011-11-28 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: fn:exists(fn:unparsed-text-lines#2) |
pass | pass | pass | pass | pass | pass |
fn-unparsed-text-lines-006[+]
X fn-unparsed-text-lines-006: Created on: 2011-11-28 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: fn:unparsed-text-lines#3 |
pass | pass | pass | pass | pass | pass |
math-pi-004[+]
X math-pi-004: Created on: 2013-01-07 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: math:pi#0() |
pass | pass | pass | pass | pass | pass |
math-pi-005[+]
X math-pi-005: Created on: 2013-01-07 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: function-lookup(xs:QName('math:pi'), 0)() |
pass | pass | pass | pass | pass | pass |
map-merge-003-hof[+]
X map-merge-003-hof: Created on: 2011-03-23 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ XT30+ Test: map:merge(map:entry("foo", 1 to 5)) |
fail | pass | pass | pass | pass | pass |
map-merge-024-hof[+]
X map-merge-024-hof: Created on: 2015-02-27 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ XT30+ Test: map:merge(map:entry("foo", 1 to 5)) |
pass | pass | pass | pass | pass | pass |
map-contains-018[+]
X map-contains-018: Created on: 2011-03-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ XT30+ Test: map:contains(map{1:"Sunday",2:"Monday",3:"Tuesday",function-name(abs#1):"Wednesday",5:"Thursday",6:"Friday",7:"Saturday"}, xs:QName('fn:abs')) |
pass | pass | pass | pass | pass | pass |
map-contains-905[+]
X map-contains-905: Created on: 2011-03-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ XT30+ Test: map:contains(abs#1, "a") |
pass | pass | pass | pass | pass | pass |
map-get-018[+]
X map-get-018: Created on: 2011-03-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ XT30+ Test: map:get(map{1:"Sunday",2:"Monday",3:"Tuesday",function-name(abs#1):"Wednesday",5:"Thursday",6:"Friday",7:"Saturday"}, xs:QName('fn:abs')) |
pass | pass | pass | pass | pass | pass |
map-get-100[+]
X map-get-100: Created on: 2011-03-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ XT30+ Test: fn:for-each(("we", "th"), map{"su":"Sunday","mo":"Monday","tu":"Tuesday","we":"Wednesday","th":"Thursday","fr":"Friday","sa":"Saturday"} ) |
pass | pass | pass | pass | pass | pass |
map-get-905[+]
X map-get-905: Created on: 2011-03-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ XT30+ Test: map:get(abs#1, "a") |
pass | pass | pass | pass | pass | pass |
map-entry-001-hof[+]
X map-entry-001-hof: Created on: 2011-03-27 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ XT30+ Test: map:entry(3, 5) |
fail | pass | pass | pass | pass | pass |
map-entry-007-hof[+]
X map-entry-007-hof: Created on: 2015-02-27 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ XT30+ Test: map:entry(3, 5) |
pass | pass | pass | pass | pass | pass |
map-put-002-hof[+]
X map-put-002-hof: Created on: 2015-02-27 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ XT30+ Test: map:put(map{}, "foo", 1 to 5) |
pass | pass | pass | pass | pass | pass |
map-put-003-hof[+]
X map-put-003-hof: Created on: 2014-05-13 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ XT30+ Test: map:put(map{}, "foo", 1 to 5) |
fail | pass | pass | pass | pass | pass |
map-for-each-001[+]
X map-for-each-001: Created on: 2014-05-13 Spec Dependencies: spec = XP31+ XQ31+ XT30+ feature = higherOrderFunctions Test: map:for-each(map{}, concat#2) |
pass | pass | pass | pass | pass | pass |
map-for-each-002[+]
X map-for-each-002: Created on: 2014-05-13 Spec Dependencies: spec = XP31+ XQ31+ XT30+ feature = higherOrderFunctions Test: map:for-each(map:merge(()), function($k,$v){$k||$v}) |
pass | pass | pass | pass | pass | pass |
map-for-each-003[+]
X map-for-each-003: Created on: 2014-05-13 Spec Dependencies: spec = XP31+ XQ31+ XT30+ feature = higherOrderFunctions Test: map:for-each(map{"a":1}, function($k,$v){$k}) |
pass | pass | pass | pass | pass | pass |
map-for-each-004[+]
X map-for-each-004: Created on: 2014-05-13 Spec Dependencies: spec = XP31+ XQ31+ XT30+ feature = higherOrderFunctions Test: map:for-each(map:entry("a", "1"), function($k,$v){$k}) |
pass | pass | pass | pass | pass | pass |
map-for-each-005[+]
X map-for-each-005: Created on: 2014-05-13 Spec Dependencies: spec = XP31+ XQ31+ XT30+ feature = higherOrderFunctions Test: map:for-each(map:merge((map:entry("a", "1"), map:entry("b", 2))), function($k,$v){$k}) |
pass | pass | pass | pass | pass | pass |
map-for-each-006[+]
X map-for-each-006: Created on: 2014-05-13 Spec Dependencies: spec = XP31+ XQ31+ XT30+ feature = higherOrderFunctions Test: map:for-each(map{"a":1, "b":2}, function($k,$v){$k}) |
pass | pass | pass | pass | pass | pass |
map-for-each-007[+]
X map-for-each-007: Created on: 2014-05-13 Spec Dependencies: spec = XP31+ XQ31+ XT30+ feature = higherOrderFunctions Test: map:for-each(map{"a":1, "a":2}, function($k,$v){$k}) |
pass | pass | pass | pass | pass | pass |
map-for-each-008[+]
X map-for-each-008: Created on: 2014-05-13 Spec Dependencies: spec = XP31+ XQ31+ XT30+ feature = higherOrderFunctions Test: map:for-each(map:merge((map:entry("a",1), map:entry("a",2))), function($k,$v){$k}) |
pass | pass | pass | pass | pass | pass |
map-for-each-009[+]
X map-for-each-009: Created on: 2014-05-13 Spec Dependencies: spec = XP31+ XQ31+ XT30+ feature = higherOrderFunctions Test: map:for-each(map:remove(map{"a":1,"b":2}, "b"), function($k,$v){$k}) |
pass | pass | pass | pass | pass | pass |
map-for-each-010[+]
X map-for-each-010: Created on: 2014-05-13 Spec Dependencies: spec = XP31+ XQ31+ XT30+ feature = higherOrderFunctions Test: map:for-each(map:remove(map:entry(1,2),1), function($k,$v){$k}) |
pass | pass | pass | pass | pass | pass |
map-for-each-011[+]
X map-for-each-011: Created on: 2014-05-13 Spec Dependencies: spec = XP31+ XQ31+ XT30+ feature = higherOrderFunctions Test: map:for-each(map:remove(map:remove(map{"a":1,"b":2},"b"),"a"), function($k,$v){$k}) |
pass | pass | pass | pass | pass | pass |
map-for-each-012[+]
X map-for-each-012: Created on: 2014-05-13 Spec Dependencies: spec = XP31+ XQ31+ XT30+ feature = higherOrderFunctions Test: map:for-each(map{number('NaN'):1,"b":2}, function($k,$v){$k}) |
pass | pass | pass | pass | pass | pass |
map-for-each-013[+]
X map-for-each-013: Created on: 2014-05-13 Spec Dependencies: spec = XP31+ XQ31+ XT30+ feature = higherOrderFunctions Test: map:for-each(map:remove(map{"a":1,"b":2}, "c"), function($k,$v){$k}) |
pass | pass | pass | pass | pass | pass |
map-for-each-014[+]
X map-for-each-014: Created on: 2014-05-13 Spec Dependencies: spec = XP31+ XQ31+ XT30+ feature = higherOrderFunctions Test: map:for-each(map:merge(for $n in 1 to 500000 return map:entry($n, $n+1)), function($k,$v){$k}) |
pass | pass | pass | pass | pass | pass |
map-for-each-015[+]
X map-for-each-015: Created on: 2014-05-13 Spec Dependencies: spec = XP31+ XQ31+ XT30+ feature = higherOrderFunctions Test: map:for-each(map{"a":1, "b":2}, function($k,$v){$k||$v}) |
pass | pass | pass | pass | pass | pass |
map-for-each-016[+]
X map-for-each-016: Created on: 2014-05-13 Spec Dependencies: spec = XP31+ XQ31+ XT30+ feature = higherOrderFunctions Test: map:merge(map:for-each(map{"a":1, "b":2}, function($k,$v){map{$v : $k}})) |
pass | pass | pass | pass | pass | pass |
map-for-each-017[+]
X map-for-each-017: Created on: 2014-05-13 Spec Dependencies: spec = XQ31+ spec = XP31+ XQ31+ XT30+ feature = higherOrderFunctions Test: <e>{map:for-each(map{"a":1, "b":2}, function($k,$v){attribute{$k}{$v}})}</e> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
array-append-108[+]
X array-append-108: Created on: 2014-11-21 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fold-left(1 to 5, [], array:append#2) |
pass | pass | pass | pass | pass | pass |
array-filter-001[+]
X array-filter-001: Created on: 2014-10-29 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:filter(["A", "B", 1, 2], function($z) {$z instance of xs:integer}) |
pass | pass | pass | pass | pass | pass |
array-filter-002[+]
X array-filter-002: Created on: 2014-10-29 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:filter(["the cat", "sat", "on the mat"], function($s){count(tokenize($s, " ")) gt 1}) |
pass | pass | pass | pass | pass | pass |
array-filter-003[+]
X array-filter-003: Created on: 2014-10-29 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:filter(["A", "B", "", 0, 1], boolean#1) |
pass | pass | pass | pass | pass | pass |
array-filter-004[+]
X array-filter-004: Created on: 2014-10-29 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:filter([[2,3],[],[4,5,6,7],[6,7],[3]], function($a){array:size($a) gt 1}) |
pass | pass | pass | pass | pass | pass |
array-filter-005[+]
X array-filter-005: Created on: 2014-11-21 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:filter([], contains(?, "")) |
pass | pass | pass | pass | pass | pass |
array-filter-006[+]
X array-filter-006: Created on: 2014-11-21 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:filter(['apple', 'banana', 'cherry'], contains(?, "e")) |
pass | pass | pass | pass | pass | pass |
array-filter-007[+]
X array-filter-007: Created on: 2014-11-21 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:filter(['apple', 'banana', 'cherry'], substring-after(?, "e")) |
pass | pass | pass | pass | pass | pass |
array-filter-008[+]
X array-filter-008: Created on: 2014-11-21 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:filter(['apple', 'banana', 'cherry'], substring-after#2) |
pass | pass | pass | pass | pass | pass |
array-filter-009[+]
X array-filter-009: Created on: 2014-11-21 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:filter(['apple', 'banana', 'cherry', 17], substring-after(?, "e")) |
pass | pass | pass | pass | pass | pass |
array-filter-010[+]
X array-filter-010: Created on: 2014-11-21 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:filter([10, 20, 30, 0], function($x){ 20 idiv $x eq 5}) |
pass | pass | pass | pass | pass | pass |
array-fold-left-101[+]
X array-fold-left-101: Created on: 2014-10-30 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:fold-left([1,2,3,4,5,6], 0, function($z,$a){$z + $a}) |
pass | pass | pass | pass | pass | pass |
array-fold-left-102[+]
X array-fold-left-102: Created on: 2014-10-30 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:fold-left([[2,3],[],[4,5,6,7],[6,7],[3]], 0, function($z,$a){$z + array:size($a)}) |
pass | pass | pass | pass | pass | pass |
array-fold-left-103[+]
X array-fold-left-103: Created on: 2014-10-30 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:fold-left(["the cat", "sat", "on the mat"], "", function($z,$a){concat($z, " ", $a)}) |
pass | pass | pass | pass | pass | pass |
array-fold-left-104[+]
X array-fold-left-104: Created on: 2014-10-30 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:fold-left(["+2", "*3"], "10", function($z,$a){concat("(", $z, $a, ")")}) |
pass | pass | pass | pass | pass | pass |
array-fold-left-105[+]
X array-fold-left-105: Created on: 2014-10-30 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:fold-left([function($x){$x+2}, function($x){$x*3}], 10, function($z,$a){$a($z)}) |
pass | pass | pass | pass | pass | pass |
array-fold-left-107[+]
X array-fold-left-107: Created on: 2014-11-21 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:fold-left([true(), true(), false()], true(), function($x, $y){$x and $y}) |
pass | pass | pass | pass | pass | pass |
array-fold-left-108[+]
X array-fold-left-108: Created on: 2014-11-21 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:fold-left([true(), true(), false()], false(), function($x, $y){$x or $y}) |
pass | pass | pass | pass | pass | pass |
array-fold-left-109[+]
X array-fold-left-109: Created on: 2014-11-21 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:fold-left([1,2,3], [], function($x, $y){[$x, $y]}) |
pass | pass | pass | pass | pass | pass |
array-fold-right-001[+]
X array-fold-right-001: Created on: 2014-10-30 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:fold-right([1,2,3,4,5,6], 0, function($a,$z){$a + $z}) |
pass | pass | pass | pass | pass | pass |
array-fold-right-002[+]
X array-fold-right-002: Created on: 2014-10-30 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:fold-right([[2,3],[],[4,5,6,7],[6,7],[3]], 0, function($a,$z){array:size($a) + $z}) |
pass | pass | pass | pass | pass | pass |
array-fold-right-003[+]
X array-fold-right-003: Created on: 2014-10-30 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:fold-right(["the cat", "sat", "on the mat"], "", function($a,$z){concat($a, " ", $z)}) |
pass | pass | pass | pass | pass | pass |
array-fold-right-004[+]
X array-fold-right-004: Created on: 2014-10-30 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:fold-right(["+2", "*3"], "10", function($a,$z){concat("(", $z, $a, ")")}) |
pass | pass | pass | pass | pass | pass |
array-fold-right-005[+]
X array-fold-right-005: Created on: 2014-10-30 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:fold-right([function($x){$x+2}, function($x){$x*3}], 10, function($a,$z){$a($z)}) |
pass | pass | pass | pass | pass | pass |
array-fold-right-006[+]
X array-fold-right-006: Created on: 2014-10-30 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:fold-right([" opened the door", " went up stairs"], "Bob", function($a,$z){concat($z, $a)}) |
pass | pass | pass | pass | pass | pass |
array-fold-right-007[+]
X array-fold-right-007: Created on: 2014-11-21 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:fold-right([true(), true(), false()], true(), function($x, $y){$x and $y}) |
pass | pass | pass | pass | pass | pass |
array-fold-right-008[+]
X array-fold-right-008: Created on: 2014-11-21 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:fold-right([true(), true(), false()], false(), function($x, $y){$x or $y}) |
pass | pass | pass | pass | pass | pass |
array-fold-right-009[+]
X array-fold-right-009: Created on: 2014-11-21 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:fold-right([1,2,3], [], function($x, $y){[$x, $y]}) |
pass | pass | pass | pass | pass | pass |
array-for-each-001[+]
X array-for-each-001: Created on: 2014-10-29 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:for-each(["A", "B", 1, 2], function($z) {$z instance of xs:integer}) |
pass | pass | pass | pass | pass | pass |
array-for-each-002[+]
X array-for-each-002: Created on: 2014-10-29 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:for-each(["the cat", "sat", "on the mat"], tokenize(?, " ")) |
pass | pass | pass | pass | pass | pass |
array-for-each-003[+]
X array-for-each-003: Created on: 2014-10-29 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:for-each([], tokenize(?, " ")) |
pass | pass | pass | pass | pass | pass |
array-for-each-004[+]
X array-for-each-004: Created on: 2014-10-29 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:for-each([[2,3],[4,5,6,7],[6,7],[],[3]], array:size(?)) |
pass | pass | pass | pass | pass | pass |
array-for-each-005[+]
X array-for-each-005: Created on: 2014-10-29 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:for-each([[2,3],[4,5,6,7],[6,7],[],[3]], array:insert-before(?,1,1)) |
pass | pass | pass | pass | pass | pass |
array-for-each-006[+]
X array-for-each-006: Created on: 2014-11-21 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:for-each([10,20,30,40], remove#2) |
pass | pass | pass | pass | pass | pass |
array-for-each-007[+]
X array-for-each-007: Created on: 2014-11-21 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:for-each([10,20,30,40], upper-case#1) |
pass | pass | pass | pass | pass | pass |
array-for-each-pair-301[+]
X array-for-each-pair-301: Created on: 2014-10-30 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:for-each-pair(["A", "B", "C"], [1, 2, 3], function($x, $y) {[$x, $y]}) |
pass | pass | pass | pass | pass | pass |
array-for-each-pair-302[+]
X array-for-each-pair-302: Created on: 2014-10-30 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: let $A := ["A", "B", "C", "D"] return array:for-each-pair($A, array:tail($A), concat#2) |
pass | pass | pass | pass | pass | pass |
array-for-each-pair-303[+]
X array-for-each-pair-303: Created on: 2014-10-30 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:for-each-pair([1,2,3,4,5], [2,4,6,8,10,12,14], function($a,$b){$a + $b}) |
pass | pass | pass | pass | pass | pass |
array-for-each-pair-304[+]
X array-for-each-pair-304: Created on: 2014-10-30 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:for-each-pair([function($x){$x+2},function($x){$x*2},function($x){$x*$x}], [3,4,5], function($a,$b){$a($b)}) |
pass | pass | pass | pass | pass | pass |
array-for-each-pair-305[+]
X array-for-each-pair-305: Created on: 2014-10-30 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:for-each-pair([["a","b","c"],["d","e","f"],["g","h","i"]], [1,2,3], array:remove#2) |
pass | pass | pass | pass | pass | pass |
array-for-each-pair-306[+]
X array-for-each-pair-306: Created on: 2014-11-21 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:for-each-pair([], [], contains#2) |
pass | pass | pass | pass | pass | pass |
array-for-each-pair-307[+]
X array-for-each-pair-307: Created on: 2014-11-21 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:for-each-pair([], [1, 2], contains#2) |
pass | pass | pass | pass | pass | pass |
array-for-each-pair-308[+]
X array-for-each-pair-308: Created on: 2014-11-21 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:for-each-pair(['a', 'b'], [1, 2], true#0) |
pass | pass | pass | pass | pass | pass |
array-for-each-pair-309[+]
X array-for-each-pair-309: Created on: 2014-11-21 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:for-each-pair(['a', 'b'], [1, 2], contains#2) |
pass | pass | pass | pass | pass | pass |
array-sort-002[+]
X array-sort-002: Created on: 2014-11-24 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: array:sort([1, -2, 5, 10, -10, 10, 8], (), fn:abs#1) |
pass | pass | pass | pass | pass | pass |
array-sort-005[+]
X array-sort-005: Created on: 2014-11-24 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: array:sort([(1,0), (1,1), (0,1), (0,0), (), (1), (0,0,1)], default-collation(), count#1) |
pass | pass | pass | pass | pass | pass |
array-sort-008[+]
X array-sort-008: Created on: 2014-11-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: array:sort(["one", "two", "three", "four", "five", "fourteen"], (), function($x) {string-length($x), data($x)}) |
pass | pass | pass | pass | pass | pass |
array-sort-009[+]
X array-sort-009: Created on: 2014-11-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: array:sort([[2,3],[],[4,5,6,7],[6,7],[3]], default-collation(), array:size#1) |
pass | pass | pass | pass | pass | pass |
array-sort-010[+]
X array-sort-010: Created on: 2014-11-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: array:sort([[2,3],[],[4,5,6,7],[6,7],[3]], default-collation(), fn:data#1) |
pass | pass | pass | pass | pass | pass |
array-sort-011[+]
X array-sort-011: Created on: 2014-11-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: array:sort([[1,0], [1,1], [0,1], [0,0], [], [1], [0,0,1]], (), fn:data#1) |
pass | pass | pass | pass | pass | pass |
array-sort-012[+]
X array-sort-012: Created on: 2014-11-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: array:sort(["the cat", "sat", "on the mat"], "http://www.w3.org/2005/xpath-functions/collation/codepoint", function($x) {count(tokenize($x, " "))}) |
pass | pass | pass | pass | pass | pass |
array-sort-012a[+]
X array-sort-012a: Created on: 2015-01-20 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: array:sort(["the cat", "sat", "on the mat"], (), function($x) {count(tokenize($x))}) |
pass | pass | pass | pass | pass | pass |
array-sort-013[+]
X array-sort-013: Created on: 2014-11-26 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: array:sort([["John","Smith"], ["John","Brown"], ["Fred","Brown"], ["Fred","Smith"]], (), function($emp) {fn:data(array:get($emp, 1))}) |
pass | pass | pass | pass | pass | pass |
array-sort-014[+]
X array-sort-014: Created on: 2014-11-26 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: array:sort([["John","Smith"], ["John","Brown"], ["Fred","Brown"], ["Fred","Smith"]], (), function($emp) {fn:data(array:get($emp, 2)), fn:data(array:get($emp, 1))}) |
pass | pass | pass | pass | pass | pass |
array-sort-015[+]
X array-sort-015: Created on: 2014-11-26 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: array:sort([["John","Smith"], ["John","Brown"], ["Fred","Brown"], ["Fred","Smith"]], (), function($emp) {array:get($emp, 2), array:get($emp, 1)}) |
pass | pass | pass | pass | pass | pass |
array-sort-016[+]
X array-sort-016: Created on: 2014-11-26 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: array:sort([[1,0], [1,1], [0,1], [0,0], [], [1], [0,0,1]], (), function($x) {array:size(array:filter($x, function($y) {$y eq 1}))}) |
pass | pass | pass | pass | pass | pass |
array-sort-017[+]
X array-sort-017: Created on: 2014-11-26 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: array:sort([[1,0], [1,1], [0,1], [0,0], [], [1], [0,0,1]], (), function($x) {array:size($x), array:size(array:filter($x, function($y) {$y eq 1}))}) |
pass | pass | pass | pass | pass | pass |
array-sort-022[+]
X array-sort-022: Created on: 2016-08-18 Spec Dependencies: spec = XQ31+ feature = higherOrderFunctions spec = XP31+ XQ31+ Test: let $employees := [ <emp id='1'><name><last>Cawcutt</last></name></emp>, <emp id='2'><name><first>Hans</first><last>Groër</last></name></emp>, <emp id='3'><name><first>Domingo</first><last>De Silveira</last></name></emp>, <emp id='4'><name><first>Keith</first><last>O'Brien</last></name></emp>, <emp id='5'><name><first>Susan</first><last>Cawcutt</last></name></emp>, <emp id='6'><name><first>Martin</first><last>Cawcutt</last></name></emp>, <emp id='7'><name><first>Martin</first><first>James</first><last>Cawcutt</last></name></emp> ] return array:sort($employees, default-collation(), function($emp) {$emp/name/last, $emp/name/first})?* ! number(@id) |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
array-sort-023[+]
X array-sort-023: Created on: 2016-08-18 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: array:sort( parse-json('[{"key":1, "value":89}, {"key":6, "value":21}, {"key":2, "value":33}]'), (), map:get(?, "key"))?*?value |
no result | pass | pass | pass | pass | pass |
array-sort-024[+]
X array-sort-024: Created on: 2016-08-18 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: array:sort( parse-json('[{"key":1, "value":89}, {"key":6, "value":21}, {"key":"two", "value":33}]'), (), map:get(?, "key"))?*?value |
no result | pass | pass | pass | pass | pass |
array-sort-collation-3[+]
X array-sort-collation-3: Created on: 2016-08-18 Spec Dependencies: spec = XQ31+ feature = higherOrderFunctions spec = XP31+ XQ31+ Test: declare namespace array="http://www.w3.org/2005/xpath-functions/array"; declare namespace map="http://www.w3.org/2005/xpath-functions/map"; declare default collation "http://www.w3.org/2010/09/qt-fots-catalog/collation/caseblind"; array:sort(["Red", "green", "blUE", "PINK", "ORanGE"], (), string#1) |
no result | n/a
environment dependencies not satisfied |
pass | n/a | pass | pass |
array-sort-collation-5[+]
X array-sort-collation-5: Created on: 2016-08-18 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions spec = XP31+ XQ31+ Test: array:sort(["Red", "green", "blUE", "PINK", "ORanGE"], "http://www.w3.org/2010/09/qt-fots-catalog/collation/caseblind", fn:string#1) |
no result | pass | pass | pass | pass | pass |
array-sort-collation-7[+]
X array-sort-collation-7: Created on: 2016-08-18 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions spec = XP31+ XQ31+ Test: array:sort(["Red", "green", "blUE", "PINK", "ORanGE"], "http://www.w3.org/2005/xpath-functions/collation/codepoint", fn:string#1) |
no result | pass | pass | pass | pass | pass |
array-sort-collation-8[+]
X array-sort-collation-8: Created on: 2016-08-18 Spec Dependencies: spec = XQ31+ feature = higherOrderFunctions spec = XP31+ XQ31+ Test: declare namespace array="http://www.w3.org/2005/xpath-functions/array"; declare default collation "http://www.w3.org/2010/09/qt-fots-catalog/collation/caseblind"; declare function local:key($n as xs:integer) as xs:string { ("Red", "green", "blUE", "PINK", "ORanGE")[$n] }; array:sort([1,2,3,4,5], "http://www.w3.org/2010/09/qt-fots-catalog/collation/caseblind", local:key#1) |
no result | n/a
environment dependencies not satisfied |
pass | n/a | pass | pass |
xs-error-002[+]
X xs-error-002: Created on: 2013-03-25 Spec Dependencies: feature = higherOrderFunctions xsd-version = 1.1 spec = XP30+ XQ30+ Test: xs:error#0 |
no result | pass | pass | n/a | n/a | n/a |
xs-error-004[+]
X xs-error-004: Created on: 2013-03-25 Spec Dependencies: feature = higherOrderFunctions xsd-version = 1.1 spec = XP30+ XQ30+ Test: xs:error#2 |
no result | pass | pass | n/a | n/a | n/a |
xs-error-005[+]
X xs-error-005: Created on: 2013-03-25 Spec Dependencies: feature = higherOrderFunctions xsd-version = 1.1 spec = XP30+ XQ30+ Test: fn:exists( xs:error#1 ) |
no result | pass | pass | n/a | n/a | n/a |
xs-error-006[+]
X xs-error-006: Created on: 2013-03-25 Spec Dependencies: feature = higherOrderFunctions xsd-version = 1.1 spec = XP30+ XQ30+ Test: xs:error#1 instance of function(xs:anyAtomicType?) as xs:error? |
no result | pass | pass | n/a | n/a | n/a |
xs-error-007[+]
X xs-error-007: Created on: 2013-03-25 Spec Dependencies: feature = higherOrderFunctions xsd-version = 1.1 spec = XP30+ XQ30+ Test: xs:error#1 instance of function(xs:anyAtomicType?) as empty-sequence() |
no result | pass | pass | n/a | n/a | n/a |
xs-error-015[+]
X xs-error-015: Created on: 2013-03-25 Spec Dependencies: feature = higherOrderFunctions xsd-version = 1.1 spec = XP30+ XQ30+ Test: function() as empty-sequence() { () } instance of function() as xs:error? |
no result | pass | pass | n/a | n/a | n/a |
xs-error-016[+]
X xs-error-016: Created on: 2013-03-25 Spec Dependencies: feature = higherOrderFunctions xsd-version = 1.1 spec = XP30+ XQ30+ Test: function() as empty-sequence() { () } instance of function() as xs:error* |
no result | pass | pass | n/a | n/a | n/a |
xs-numeric-019[+]
X xs-numeric-019: Created on: 2014-10-21 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: let $f := function($n as xs:numeric) as xs:numeric { $n+1 } return $f(255) |
pass | pass | pass | pass | pass | pass |
op-concat-18[+]
X op-concat-18: Created on: 2011-06-24 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ spec = XP30+ XQ30+ Test: ("abc" || "abc" || fn:concat#3) |
pass | pass | pass | pass | pass | pass |
annotation-3[+]
X annotation-3: Created on: 2012-01-08 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: declare namespace eg = "http://example.com"; %eg:sequential function () { "bar" } () |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
annotation-30[+]
X annotation-30: Created on: 2012-12-15 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions spec = XQ30+ Test: declare namespace eg = "http://example.com"; %eg:sequential("abc", 3) function () { "bar" } () |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
annotation-31[+]
X annotation-31: Created on: 2012-12-15 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions spec = XQ30+ Test: declare namespace eg = "http://example.com"; % Q{http://example.com}sequential("abc", 3) function () { "bar" } () |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
annotation-32[+]
X annotation-32: Created on: 2012-12-15 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions spec = XQ30+ Test: declare namespace eg = "http://example.com"; %eg:sequential("abc", 3) %eg:memo-function function () { "bar" } () |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
annotation-assertion-1[+]
X annotation-assertion-1: Created on: 2012-01-09 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: declare namespace eg = "http://example.com"; () instance of %eg:x function(*) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
annotation-assertion-2[+]
X annotation-assertion-2: Created on: 2012-01-09 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: declare namespace eg = "http://example.com"; () instance of %eg:x("foo") function(*) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
annotation-assertion-3[+]
X annotation-assertion-3: Created on: 2012-01-09 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: declare namespace eg = "http://example.com"; () instance of %eg:x(1234) function(*) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
annotation-assertion-4[+]
X annotation-assertion-4: Created on: 2012-01-09 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: declare namespace eg = "http://example.com"; () instance of %eg:x(12.34) function(*) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
annotation-assertion-5[+]
X annotation-assertion-5: Created on: 2012-01-09 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: declare namespace eg = "http://example.com"; () instance of %eg:x(12e34) function(*) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
annotation-assertion-6[+]
X annotation-assertion-6: Created on: 2012-01-09 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: declare namespace eg = "http://example.com"; () instance of %eg:x("abc", 12e34, 567) function(*) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
annotation-assertion-7[+]
X annotation-assertion-7: Created on: 2012-01-09 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: () instance of %Q{http://example.com}x function(*) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
annotation-assertion-8[+]
X annotation-assertion-8: Created on: 2012-01-09 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: () instance of %Q{http://example.com}x function(*) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
annotation-assertion-9[+]
X annotation-assertion-9: Created on: 2012-01-09 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: declare namespace eg = "http://example.com"; () instance of %eg:x %eg:y%eg:z %eg:w(1) function(*) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
annotation-assertion-10[+]
X annotation-assertion-10: Created on: 2012-01-09 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: declare namespace eg = "http://example.com"; () instance of %eg:x function(xs:integer) as xs:string |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
annotation-assertion-11[+]
X annotation-assertion-11: Created on: 2012-01-09 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: () instance of %xml:x function(*) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
annotation-assertion-12[+]
X annotation-assertion-12: Created on: 2012-01-09 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: () instance of %Q{http://www.w3.org/XML/1998/namespace}x function(*) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
annotation-assertion-13[+]
X annotation-assertion-13: Created on: 2012-01-09 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: () instance of %xs:x function(*) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
annotation-assertion-14[+]
X annotation-assertion-14: Created on: 2012-01-09 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: () instance of %Q{http://www.w3.org/2001/XMLSchema}x function(*) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
annotation-assertion-15[+]
X annotation-assertion-15: Created on: 2012-01-09 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: () instance of %xsi:x function(*) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
annotation-assertion-16[+]
X annotation-assertion-16: Created on: 2012-01-09 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: () instance of %fn:x function(*) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
annotation-assertion-17[+]
X annotation-assertion-17: Created on: 2012-01-09 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: declare namespace math = "http://www.w3.org/2005/xpath-functions/math"; () instance of %math:x function(*) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
annotation-assertion-18[+]
X annotation-assertion-18: Created on: 2012-01-09 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: declare namespace opts = "http://www.w3.org/2012/xquery"; () instance of %opts:x function(*) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
ArrayTest-032[+]
X ArrayTest-032: Created on: 2014-10-28 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: [data#1] + 1 |
pass | pass | pass | pass | pass | pass |
ArrayTest-042[+]
X ArrayTest-042: Created on: 2014-10-28 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: [["A"], ["B"]] instance of function(*) |
pass | pass | pass | pass | pass | pass |
ArrayTest-043[+]
X ArrayTest-043: Created on: 2014-10-28 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: [["A"], ["B"]] instance of function(xs:integer) as item()* |
pass | pass | pass | pass | pass | pass |
ArrowPostfix-004[+]
X ArrowPostfix-004: Created on: 2015-01-05 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: let $f:= tokenize#2 return "the cat sat on the mat"=>$f("\s+")=>count() |
pass | pass | pass | pass | pass | pass |
ArrowPostfix-005[+]
X ArrowPostfix-005: Created on: 2015-01-05 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: let $f:= tokenize#1 return "the cat sat on the mat"=>$f()=>count() |
pass | pass | pass | pass | pass | pass |
ArrowPostfix-006[+]
X ArrowPostfix-006: Created on: 2015-01-05 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: let $f:= tokenize#2 return "the cat sat on the mat"=>($f)("\s+")=>count() |
pass | pass | pass | pass | pass | pass |
ArrowPostfix-011[+]
X ArrowPostfix-011: Created on: 2015-01-05 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: let $f:= (ceiling#1, floor#1, round#1, abs#1)=>head() return 4.54=>$f() |
pass | pass | pass | pass | pass | pass |
ArrowPostfix-012[+]
X ArrowPostfix-012: Created on: 2015-01-05 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: 4.54=>((ceiling#1, floor#1, round#1, abs#1) => head())() |
pass | pass | pass | pass | pass | pass |
ArrowPostfix-013[+]
X ArrowPostfix-013: Created on: 2015-01-05 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: 4.54=>(head((ceiling#1, floor#1, round#1, abs#1)))() |
pass | pass | pass | pass | pass | pass |
ArrowPostfix-014[+]
X ArrowPostfix-014: Created on: 2015-01-05 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: 4.54=>(head((ceiling#1, floor#1, round#1, abs#1))) |
pass | pass | pass | pass | pass | pass |
ArrowPostfix-025[+]
X ArrowPostfix-025: Created on: 2015-01-07 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: let $f:= "ceiling" return 5.4=>$f() |
pass | pass | pass | pass | pass | pass |
ArrowPostfix-030[+]
X ArrowPostfix-030: Created on: 2015-01-19 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: let $a := ("one two", "three four five"), $b:= tokenize#2 return $a!$b(.," ") => distinct-values() |
pass | pass | pass | pass | pass | pass |
ArrowPostfix-104[+]
X ArrowPostfix-104: Created on: 2016-02-27 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: (1, 2, 3, 4) => (Q{http://www.w3.org/2005/xpath-functions}sum#1)() |
pass | pass | pass | pass | pass | pass |
ArrowPostfix-105[+]
X ArrowPostfix-105: Created on: 2016-02-27 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: (1, 2, 3, 4) => (Q{http://www.w3.org/2005/xpath-functions}sum#2(?, 'foo'))() |
pass | pass | pass | pass | pass | pass |
ArrowPostfix-106[+]
X ArrowPostfix-106: Created on: 2016-02-27 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: () => (Q{http://www.w3.org/2005/xpath-functions}sum#2(?, 'foo'))() |
pass | pass | pass | pass | pass | pass |
contextDecl-031[+]
X contextDecl-031: Created on: 2012-10-02 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ Test: declare context item := contains(?, "e"); .("raspberry") |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
contextDecl-053[+]
X contextDecl-053: Created on: 2012-10-02 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ Test: declare variable $p := "base-uri"; declare variable $f := function-lookup(xs:QName("fn:"||$p), 0); declare context item := $f(); . |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
contextDecl-055[+]
X contextDecl-055: Created on: 2012-12-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ Test: declare variable $f := function-lookup(xs:QName("fn:"||$p), 0); declare context item := <e/>; declare variable $p := "local-name"; $f() |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
CurlyArray-008[+]
X CurlyArray-008: Created on: 2014-10-28 Spec Dependencies: spec = XQ31+ feature = higherOrderFunctions Test: declare function local:fun() {1 to 5}; array{local:fun()}(1) |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
eqname-030[+]
X eqname-030: Created on: 2016-06-27 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $f := function($Q{''}a, $Q{http:}a) { $Q{''}a + $Q{http:}a } return $f(15, 27) |
no result | pass | pass | pass | pass | pass |
eqname-031[+]
X eqname-031: Created on: 2016-06-27 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $Q{t:e:s:t}f := function($Q{''}a, $Q{http:}a) { $Q{''}a + $Q{http:}a } return $Q{t:e:s:t}f(15, 27) |
no result | pass | pass | pass | pass | pass |
FunctionCall-006[+]
X FunctionCall-006: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: let $f := function ($in as xs:boolean) as xs:boolean { $in } return $f(<a>0</a>) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
FunctionCall-010[+]
X FunctionCall-010: Created on: 2011-10-31 Spec Dependencies: spec = XP30+ feature = higherOrderFunctions Test: function($in as xs:decimal*) as xs:decimal {sum($in, 0.0)}(xs:NMTOKENS('1 1.2 1.3 1.4')!xs:untypedAtomic(.)) |
no result | pass | n/a
notXQ31 |
pass | n/a | n/a |
FunctionCall-014[+]
X FunctionCall-014: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: let $f := function($a as xs:integer, $b as xs:integer) as xs:integer { data(<a>{$a}{$b}</a>) } return $f(12, 34) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
FunctionCall-025[+]
X FunctionCall-025: Created on: 2011-10-31 Spec Dependencies: spec = XP30+ feature = higherOrderFunctions Test: function($in as xs:double*) as xs:double {sum($in, 0.0e0)}((1, xs:float(0.25), xs:decimal(0.5))) |
no result | pass | n/a
notXQ31 |
pass | n/a | n/a |
FunctionCall-026[+]
X FunctionCall-026: Created on: 2011-10-31 Spec Dependencies: spec = XP30+ feature = higherOrderFunctions Test: function($in as xs:string*) as xs:string {string-join($in, ';')}((xs:anyURI('http://one.com/'), xs:anyURI('http://two.com/'))) |
no result | pass | n/a
notXQ31 |
pass | n/a | n/a |
FunctionCall-045[+]
X FunctionCall-045: Created on: 2015-10-22 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: let $f := function($x) {} return $f(2) |
pass | pass | pass | pass | pass | pass |
FunctionCall-046[+]
X FunctionCall-046: Created on: 2015-10-22 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: let $f := function($x) { (: there's nothing here :)} return $f(2) |
pass | pass | pass | pass | pass | pass |
FunctionCall-047[+]
X FunctionCall-047: Created on: 2015-10-22 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: let $f := function($x as xs:integer) as xs:integer? { (: there's nothing here :)} return $f(2) |
pass | pass | pass | pass | pass | pass |
FunctionCall-048[+]
X FunctionCall-048: Created on: 2015-10-22 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: let $f := function($x as xs:integer) as xs:integer { (: there's nothing here :) } return $f(2) |
pass | pass | pass | pass | pass | pass |
inline-fn-001[+]
X inline-fn-001: Created on: 2016-03-09 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $f := function($x){$x+1} return $f(2) |
pass | pass | pass | pass | pass | pass |
inline-fn-002[+]
X inline-fn-002: Created on: 2016-03-09 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $pi := function(){3.14159} return $pi() |
pass | pass | pass | pass | pass | pass |
inline-fn-003[+]
X inline-fn-003: Created on: 2016-03-09 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $add := function($x, $y){$x + $y} return $add(4, 2) |
pass | pass | pass | pass | pass | pass |
inline-fn-004[+]
X inline-fn-004: Created on: 2016-03-09 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: sum(for $i in 1 to 6 return let $add := function($x){$x + $i} return $add(4)) |
pass | pass | pass | pass | pass | pass |
inline-fn-005[+]
X inline-fn-005: Created on: 2016-03-09 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: (1 to 4) ! (let $add := function($x){$x + .} return $add(4)) |
pass | pass | pass | pass | pass | pass |
inline-fn-007[+]
X inline-fn-007: Created on: 2016-03-09 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: let $void := function(){} return $void() |
pass | pass | pass | pass | pass | pass |
inline-fn-008[+]
X inline-fn-008: Created on: 2016-03-09 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $outer := function($x) { let $inner := function($y) {$y + $x} return $inner(5) } return $outer(3) |
pass | pass | pass | pass | pass | pass |
inline-fn-009[+]
X inline-fn-009: Created on: 2016-03-09 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $bonus := 10, $outer := function($x) { let $inner := function($y) {$y + $x + $bonus} return $inner(5) } return $outer(3) |
pass | pass | pass | pass | pass | pass |
inline-fn-010[+]
X inline-fn-010: Created on: 2016-03-09 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $add := function($x as xs:integer, $y as xs:integer){$x + $y} return $add(3,4) |
pass | pass | pass | pass | pass | pass |
inline-fn-011[+]
X inline-fn-011: Created on: 2016-03-09 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $add := function($x as xs:integer, $y as xs:integer){$x + $y} return $add(3,4.2) |
pass | pass | pass | pass | pass | pass |
inline-fn-012[+]
X inline-fn-012: Created on: 2016-03-09 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $add := function($x, $y) as xs:integer {$x + $y} return $add(3, 4) |
pass | pass | pass | pass | pass | pass |
inline-fn-012a[+]
X inline-fn-012a: Created on: 2016-03-09 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $add := function($x, $y) as xs:integer {$x + $y} return $add(3, 4.1) |
pass | pass | pass | pass | pass | pass |
inline-fn-013[+]
X inline-fn-013: Created on: 2016-03-09 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $add := function($x, $y) as xs:double {$x + $y} return $add(3, 4) |
pass | pass | pass | pass | pass | pass |
inline-fn-014[+]
X inline-fn-014: Created on: 2016-03-09 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $process := function($op, $x, $y) as function(*) {if ($op = "+") then function() {$x + $y} else function() {$x - $y}} return $process("+", 3, 4)() |
pass | pass | pass | pass | pass | pass |
inline-fn-015[+]
X inline-fn-015: Created on: 2016-03-09 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: let $add := %Q{http://example.com/speed}fast %Q{http://example.com/origin}author("Mike") function($x, $y) {$x + $y} return $add(2,2) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
inline-fn-016[+]
X inline-fn-016: Created on: 2016-03-09 Spec Dependencies: spec = XP30+ feature = higherOrderFunctions Test: let $add := %Q{http://example.com/speed}fast %Q{http://example.com/origin}author("Mike") function($x, $y) {$x + $y} return $add(2,2) |
no result | pass | n/a
notXQ31 |
pass | n/a | n/a |
inline-fn-017[+]
X inline-fn-017: Created on: 2016-03-09 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: let $add := %Q{http://example.com/speed}fast() %Q{http://example.com/origin}author("Mike") function($x, $y) {$x + $y} return $add(2,2) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
inline-fn-018[+]
X inline-fn-018: Created on: 2016-03-09 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: let $add := %Q{http://example.com/speed}fast(true()) function($x, $y) {$x + $y} return $add(2,2) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
inline-fn-019[+]
X inline-fn-019: Created on: 2016-03-09 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: let $add := % Q{http://example.com/speed}speed (-1) function($x, $y) {$x + $y} return $add(2,2) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
inline-fn-020[+]
X inline-fn-020: Created on: 2016-03-09 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: let $add := % Q{http://example.com/speed}speed (()) function($x, $y) {$x + $y} return $add(2,2) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
inline-fn-021[+]
X inline-fn-021: Created on: 2016-03-09 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $add := function($x, $y) {$x + $y} return function-name($add) |
pass | pass | pass | pass | pass | pass |
inline-fn-022[+]
X inline-fn-022: Created on: 2016-03-09 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $add := function($x, $y) {$x + $y} return function-arity($add) |
pass | pass | pass | pass | pass | pass |
inline-fn-023[+]
X inline-fn-023: Created on: 2016-03-09 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: let $add := function($x, $y) {$x + $y} return apply($add, [12, 5]) |
pass | pass | pass | pass | pass | pass |
inline-fn-024[+]
X inline-fn-024: Created on: 2016-03-09 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function($x, $y) {$x + $y} (12, 5) |
pass | pass | pass | pass | pass | pass |
inline-fn-025[+]
X inline-fn-025: Created on: 2016-03-09 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function($x, $y) {$x + $y} [function-arity(.) = 2] (12, 5) |
pass | pass | pass | pass | pass | pass |
inline-fn-026[+]
X inline-fn-026: Created on: 2016-03-09 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $weirdo := function($x, $f) {if ($x=0) then 0 else $f($x - 1, $f)} return $weirdo(12, $weirdo) |
pass | pass | pass | pass | pass | pass |
inline-fn-027[+]
X inline-fn-027: Created on: 2016-03-09 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: let $calc := map{ "+" : function($a, $b) {$a + $b}, "-" : function($a, $b) {$a - $b}, "*" : function($a, $b) {$a * $b}, "/" : function($a, $b) {$a div $b}} return $calc("*")(2,3) |
pass | pass | pass | pass | pass | pass |
inline-fn-028[+]
X inline-fn-028: Created on: 2016-03-09 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: string(function($a, $b) {$a + $b}) |
pass | pass | pass | pass | pass | pass |
inline-fn-029[+]
X inline-fn-029: Created on: 2016-03-09 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: deep-equal(function($a, $b) {$a + $b}, function($a, $b) {$a - $b}) |
pass | pass | pass | pass | pass | pass |
inline-fn-030[+]
X inline-fn-030: Created on: 2016-03-09 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: data(function($a, $b) {$a + $b}) |
pass | pass | pass | pass | pass | pass |
inline-fn-031[+]
X inline-fn-031: Created on: 2016-03-09 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $x := function($a, $b) {$a + $b}, $y := function($a, $b) {$a - $b}, $c := function($x, $y) {$x = $y} return $c($x, $y) |
pass | pass | pass | pass | pass | pass |
inline-fn-032[+]
X inline-fn-032: Created on: 2016-03-09 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function($a, $b) {$a + $b} |
pass | pass | pass | pass | pass | pass |
inline-fn-033[+]
X inline-fn-033: Created on: 2016-03-09 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function($a as xs:integer, $b as xs:integer) as xs:integer {$a + $b} |
pass | pass | pass | pass | pass | pass |
inline-fn-034[+]
X inline-fn-034: Created on: 2016-10-03 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare variable $p as xs:integer external; declare variable $f := function($a) {$a + $p}; $f(12) |
no result | n/a
environment dependencies not satisfied |
pass | n/a | pass | pass |
inline-fn-035[+]
X inline-fn-035: Created on: 2016-10-03 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare variable $p as xs:integer external; declare function local:negate($x) {-$x}; declare variable $f := let $x := $p return function($a) {local:negate($a + $x + $p)}; $f(12) |
no result | n/a
environment dependencies not satisfied |
pass | n/a | pass | pass |
inline-fn-036[+]
X inline-fn-036: Created on: 2016-10-03 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $f := function($x as xs:double) {1 to $x} return $f(3) |
no result | pass | pass | pass | pass | pass |
instanceof121[+]
X instanceof121: Created on: 2012-10-08 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: name#1 instance of function(*) |
pass | pass | pass | pass | pass | pass |
instanceof122[+]
X instanceof122: Created on: 2012-10-08 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: name#1 instance of function(node()?) as xs:string |
pass | pass | pass | pass | pass | pass |
instanceof123[+]
X instanceof123: Created on: 2012-10-08 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: name#1 instance of function(node()) as xs:string |
pass | pass | pass | pass | pass | pass |
instanceof124[+]
X instanceof124: Created on: 2012-10-08 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: name#1 instance of function(element(A)?) as xs:string |
pass | pass | pass | pass | pass | pass |
instanceof125[+]
X instanceof125: Created on: 2012-10-08 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: name#1 instance of function(element(A)) as xs:string |
pass | pass | pass | pass | pass | pass |
instanceof126[+]
X instanceof126: Created on: 2012-10-08 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: name#1 instance of function(element(A)) as xs:anyAtomicType |
pass | pass | pass | pass | pass | pass |
instanceof127[+]
X instanceof127: Created on: 2012-10-08 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: name#1 instance of function(element(A)) as xs:string+ |
pass | pass | pass | pass | pass | pass |
instanceof128[+]
X instanceof128: Created on: 2012-10-08 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: name#1 instance of function(element(A)) as xs:NCName |
pass | pass | pass | pass | pass | pass |
instanceof129[+]
X instanceof129: Created on: 2012-10-08 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: name#1 instance of function(node()*) as xs:string |
pass | pass | pass | pass | pass | pass |
instanceof130[+]
X instanceof130: Created on: 2012-10-08 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: name#1 instance of function(item()) as xs:string |
pass | pass | pass | pass | pass | pass |
instanceof131[+]
X instanceof131: Created on: 2012-10-08 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: name#0 instance of function(item()) as xs:string |
pass | pass | pass | pass | pass | pass |
instanceof132[+]
X instanceof132: Created on: 2012-10-08 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: filter#2 instance of function(item()*, function(item()) as xs:boolean) as item()* |
pass | pass | pass | pass | pass | pass |
instanceof133[+]
X instanceof133: Created on: 2012-10-08 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: filter#2 instance of function(item()*, function(item()*) as xs:boolean) as item()* |
pass | pass | pass | pass | pass | pass |
instanceof134[+]
X instanceof134: Created on: 2012-10-08 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: filter#2 instance of function(function(*), item()*) as item()* |
pass | pass | pass | pass | pass | pass |
Lookup-011[+]
X Lookup-011: Created on: 2014-11-27 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: let $d := function($x) {$x + .?2} return $d(12) |
pass | pass | pass | pass | pass | pass |
Lookup-013[+]
X Lookup-013: Created on: 2014-11-27 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: (floor#1, ceiling#1, round#1, abs#1)[.?1 = 1] |
pass | pass | pass | pass | pass | pass |
Lookup-016[+]
X Lookup-016: Created on: 2014-11-27 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: (['a', 'b', 'c'], ['b', 'c', 'd'], ['e', 'f', 'b'])[contains(.?1, ?, 'http://www.w3.org/2005/xpath-functions/collation/codepoint')('a')] |
pass | pass | pass | pass | pass | pass |
Lookup-017[+]
X Lookup-017: Created on: 2014-11-27 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: (['a', 'b', 'c'], ['b', 'c', 'd'], ['e', 'f', 'b'])[contains(.?1, ?)('a')] |
pass | pass | pass | pass | pass | pass |
Lookup-111[+]
X Lookup-111: Created on: 2014-11-27 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: let $d := function($x) {$x?2} return $d([12, 13]) |
pass | pass | pass | pass | pass | pass |
Lookup-113[+]
X Lookup-113: Created on: 2014-11-27 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: (floor#1, ceiling#1, round#1, abs#1)?1 |
pass | pass | pass | pass | pass | pass |
Lookup-150[+]
X Lookup-150: Created on: 2014-11-27 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: [floor#1, ceiling#1, round#1, abs#1]?2(1.3) |
pass | pass | pass | pass | pass | pass |
Lookup-151[+]
X Lookup-151: Created on: 2014-11-27 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: map{'f':floor#1, 'c':ceiling#1, 'r':round#1, 'a':abs#1}?c(1.3) |
pass | pass | pass | pass | pass | pass |
Lookup-152[+]
X Lookup-152: Created on: 2014-11-27 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: map{'f':floor#1, 'c':ceiling#1, 'r':round#1, 'a':abs#1}?("c")(1.3) |
pass | pass | pass | pass | pass | pass |
Lookup-153[+]
X Lookup-153: Created on: 2014-11-27 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: map{'f':floor#1, 'c':ceiling#1, 'r':round#1, 'a':abs#1}[1]?("c")(1.3) |
pass | pass | pass | pass | pass | pass |
Lookup-154[+]
X Lookup-154: Created on: 2014-11-27 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: map{'f':floor#1, 'c':ceiling#1, 'r':round#1, 'a':abs#1}?*!.(1.3) |
pass | pass | pass | pass | pass | pass |
MapTest-020[+]
X MapTest-020: Created on: 2014-10-08 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: let $f := function($m as map(xs:integer, xs:integer)) as xs:boolean { map:contains($m, 17) } return $f(map{17: xs:untypedAtomic('234')}) |
pass | pass | pass | pass | pass | pass |
MapTest-040[+]
X MapTest-040: Created on: 2014-10-08 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: function($m as map(xs:integer, xs:string)) as xs:integer {map:size($m)} instance of function(map(*)) as xs:integer |
pass | pass | pass | pass | pass | pass |
MapTest-041[+]
X MapTest-041: Created on: 2014-10-08 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: function($m as map(xs:integer, xs:string)) as xs:integer {map:size($m)} instance of function(map(xs:decimal, xs:string+)) as xs:integer |
pass | pass | pass | pass | pass | pass |
MapTest-042[+]
X MapTest-042: Created on: 2014-10-08 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: function($m as map(*)) as xs:integer {map:size($m)} instance of function(function(*)) as xs:integer |
pass | pass | pass | pass | pass | pass |
MapTest-043[+]
X MapTest-043: Created on: 2014-10-08 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: function($m as map(xs:integer, xs:string)) as xs:integer {map:size($m)} instance of function(function(*)) as xs:integer |
pass | pass | pass | pass | pass | pass |
MapTest-044[+]
X MapTest-044: Created on: 2014-10-08 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: function($m as map(xs:integer, xs:string)) as xs:integer {map:size($m)} instance of function(function(xs:anyAtomicType) as item()*) as xs:integer |
pass | pass | pass | pass | pass | pass |
MapTest-045[+]
X MapTest-045: Created on: 2014-10-08 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: function($m as map(xs:integer, xs:string)) as xs:integer {map:size($m)} instance of function(function(xs:integer) as item()*) as xs:integer |
pass | pass | pass | pass | pass | pass |
MapTest-050[+]
X MapTest-050: Created on: 2014-10-08 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: function($m as map(*)) as xs:integer {map:size($m)} instance of function(map(xs:integer, xs:string)) as xs:integer |
pass | pass | pass | pass | pass | pass |
MapTest-051[+]
X MapTest-051: Created on: 2014-10-08 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: function($m as map(xs:decimal, xs:string+)) as xs:integer {map:size($m)} instance of function(map(xs:integer, xs:string)) as xs:integer |
pass | pass | pass | pass | pass | pass |
MapTest-052[+]
X MapTest-052: Created on: 2014-10-08 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: function($m as function(*)) as xs:integer {function-arity($m)} instance of function(map(*)) as xs:integer |
pass | pass | pass | pass | pass | pass |
MapTest-053[+]
X MapTest-053: Created on: 2014-10-08 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: function($m as function(*)) as xs:integer {function-arity($m)} instance of function(map(xs:integer, xs:string)) as xs:integer |
pass | pass | pass | pass | pass | pass |
MapTest-054[+]
X MapTest-054: Created on: 2014-10-08 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: function($m as function(xs:anyAtomicType) as item()*) as xs:integer {map:size($m)} instance of function(map(xs:integer, xs:string)) as xs:integer |
pass | pass | pass | pass | pass | pass |
modules-pub-priv-37[+]
X modules-pub-priv-37: Created on: 2012-01-04 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ10+ Test: import module namespace defs="http://www.w3.org/TestModules/module-pub-priv"; defs:f#0() |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
modules-pub-priv-38[+]
X modules-pub-priv-38: Created on: 2012-01-04 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ10+ Test: import module namespace defs="http://www.w3.org/TestModules/module-pub-priv"; <a>{defs:g#1(42)}</a> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
function-literal-001[+]
X function-literal-001: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}node-name#0) |
pass | pass | pass | pass | pass | pass |
function-literal-002[+]
X function-literal-002: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /root/Q{http://www.w3.org/2005/xpath-functions}node-name#0() |
pass | pass | pass | pass | pass | pass |
function-literal-003[+]
X function-literal-003: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}node-name#1) |
pass | pass | pass | pass | pass | pass |
function-literal-004[+]
X function-literal-004: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}node-name#1(/root) |
pass | pass | pass | pass | pass | pass |
function-literal-005[+]
X function-literal-005: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}nilled#0) |
pass | pass | pass | pass | pass | pass |
function-literal-006[+]
X function-literal-006: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /root/Q{http://www.w3.org/2005/xpath-functions}nilled#0() |
pass | pass | pass | pass | pass | pass |
function-literal-007[+]
X function-literal-007: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}nilled#1) |
pass | pass | pass | pass | pass | pass |
function-literal-008[+]
X function-literal-008: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}nilled#1(/root) |
pass | pass | pass | pass | pass | pass |
function-literal-009[+]
X function-literal-009: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}string#0) |
pass | pass | pass | pass | pass | pass |
function-literal-010[+]
X function-literal-010: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /root/child/Q{http://www.w3.org/2005/xpath-functions}string#0() |
pass | pass | pass | pass | pass | pass |
function-literal-011[+]
X function-literal-011: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}string#1) |
pass | pass | pass | pass | pass | pass |
function-literal-012[+]
X function-literal-012: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}string#1(1) |
pass | pass | pass | pass | pass | pass |
function-literal-013[+]
X function-literal-013: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}data#0) |
pass | pass | pass | pass | pass | pass |
function-literal-014[+]
X function-literal-014: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /root/child/Q{http://www.w3.org/2005/xpath-functions}data#0() |
pass | pass | pass | pass | pass | pass |
function-literal-015[+]
X function-literal-015: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}data#1) |
pass | pass | pass | pass | pass | pass |
function-literal-016[+]
X function-literal-016: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}data#1(/root/child[1]) |
pass | pass | pass | pass | pass | pass |
function-literal-017[+]
X function-literal-017: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}base-uri#0) |
pass | pass | pass | pass | pass | pass |
function-literal-018[+]
X function-literal-018: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /root/Q{http://www.w3.org/2005/xpath-functions}base-uri#0() |
fail | pass | pass | pass | pass | pass |
function-literal-019[+]
X function-literal-019: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}base-uri#1) |
pass | pass | pass | pass | pass | pass |
function-literal-020[+]
X function-literal-020: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}base-uri#1(/) |
fail | pass | pass | pass | pass | pass |
function-literal-021[+]
X function-literal-021: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}document-uri#0) |
pass | pass | pass | pass | pass | pass |
function-literal-022[+]
X function-literal-022: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /Q{http://www.w3.org/2005/xpath-functions}document-uri#0() |
fail | pass | pass | pass | pass | pass |
function-literal-023[+]
X function-literal-023: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}document-uri#1) |
pass | pass | pass | pass | pass | pass |
function-literal-024[+]
X function-literal-024: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}document-uri#1(/) |
fail | pass | pass | pass | pass | pass |
function-literal-025[+]
X function-literal-025: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}error#0) |
pass | pass | pass | pass | pass | pass |
function-literal-026[+]
X function-literal-026: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}error#0() |
pass | pass | pass | pass | pass | pass |
function-literal-027[+]
X function-literal-027: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}error#1) |
pass | pass | pass | pass | pass | pass |
function-literal-028[+]
X function-literal-028: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}error#1(fn:QName('http://www.w3.org/2005/xqt-errors', 'foo:XXXX0000')) |
pass | pass | pass | pass | pass | pass |
function-literal-029[+]
X function-literal-029: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}error#2) |
pass | pass | pass | pass | pass | pass |
function-literal-030[+]
X function-literal-030: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}error#2(fn:QName('http://www.w3.org/2005/xqt-errors', 'foo:XXXX0000'), 'string') |
pass | pass | pass | pass | pass | pass |
function-literal-031[+]
X function-literal-031: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}error#3) |
pass | pass | pass | pass | pass | pass |
function-literal-032[+]
X function-literal-032: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}error#3(fn:QName('http://www.w3.org/2005/xqt-errors', 'foo:XXXX0000'), 'string', (1, true())) |
pass | pass | pass | pass | pass | pass |
function-literal-033[+]
X function-literal-033: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}trace#2) |
pass | pass | pass | pass | pass | pass |
function-literal-033a[+]
X function-literal-033a: Created on: 2015-01-20 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}trace#1) |
pass | pass | pass | pass | pass | pass |
function-literal-034[+]
X function-literal-034: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}trace#2(1, 'label') |
pass | pass | pass | pass | pass | pass |
function-literal-034a[+]
X function-literal-034a: Created on: 2015-01-20 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}trace#1(1) |
pass | pass | pass | pass | pass | pass |
function-literal-035[+]
X function-literal-035: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}abs#1) |
pass | pass | pass | pass | pass | pass |
function-literal-036[+]
X function-literal-036: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}abs#1(-1) |
pass | pass | pass | pass | pass | pass |
function-literal-037[+]
X function-literal-037: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}ceiling#1) |
pass | pass | pass | pass | pass | pass |
function-literal-038[+]
X function-literal-038: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}ceiling#1(0.9) |
pass | pass | pass | pass | pass | pass |
function-literal-039[+]
X function-literal-039: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}floor#1) |
pass | pass | pass | pass | pass | pass |
function-literal-040[+]
X function-literal-040: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}floor#1(1.1) |
pass | pass | pass | pass | pass | pass |
function-literal-041[+]
X function-literal-041: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}round#1) |
pass | pass | pass | pass | pass | pass |
function-literal-042[+]
X function-literal-042: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}round#1(1.1) |
pass | pass | pass | pass | pass | pass |
function-literal-043[+]
X function-literal-043: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}round#2) |
pass | pass | pass | pass | pass | pass |
function-literal-044[+]
X function-literal-044: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}round#2(1.1, 0) |
pass | pass | pass | pass | pass | pass |
function-literal-045[+]
X function-literal-045: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}round-half-to-even#1) |
pass | pass | pass | pass | pass | pass |
function-literal-046[+]
X function-literal-046: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}round-half-to-even#1(1.1) |
pass | pass | pass | pass | pass | pass |
function-literal-047[+]
X function-literal-047: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}round-half-to-even#2) |
pass | pass | pass | pass | pass | pass |
function-literal-048[+]
X function-literal-048: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}round-half-to-even#2(1.1, 0) |
pass | pass | pass | pass | pass | pass |
function-literal-049[+]
X function-literal-049: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}number#0) |
pass | pass | pass | pass | pass | pass |
function-literal-050[+]
X function-literal-050: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /root/child/Q{http://www.w3.org/2005/xpath-functions}number#0() |
pass | pass | pass | pass | pass | pass |
function-literal-051[+]
X function-literal-051: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}number#1) |
pass | pass | pass | pass | pass | pass |
function-literal-052[+]
X function-literal-052: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}number#1('1') |
pass | pass | pass | pass | pass | pass |
function-literal-053[+]
X function-literal-053: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}format-integer#2) |
pass | pass | pass | pass | pass | pass |
function-literal-054[+]
X function-literal-054: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}format-integer#2(1, '0') |
pass | pass | pass | pass | pass | pass |
function-literal-055[+]
X function-literal-055: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}format-integer#3) |
pass | pass | pass | pass | pass | pass |
function-literal-056[+]
X function-literal-056: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}format-integer#3(1, '0', 'en') |
pass | pass | pass | pass | pass | pass |
function-literal-057[+]
X function-literal-057: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}format-number#2) |
pass | pass | pass | pass | pass | pass |
function-literal-058[+]
X function-literal-058: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}format-number#2(1, '0') |
pass | pass | pass | pass | pass | pass |
function-literal-059[+]
X function-literal-059: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}format-number#3) |
pass | pass | pass | pass | pass | pass |
function-literal-060[+]
X function-literal-060: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}format-number#3(1, '0', ()) |
pass | pass | pass | pass | pass | pass |
function-literal-061[+]
X function-literal-061: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions/math}pi#0) |
pass | pass | pass | pass | pass | pass |
function-literal-062[+]
X function-literal-062: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions/math}pi#0() |
pass | pass | pass | pass | pass | pass |
function-literal-063[+]
X function-literal-063: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions/math}exp#1) |
pass | pass | pass | pass | pass | pass |
function-literal-064[+]
X function-literal-064: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: format-number(Q{http://www.w3.org/2005/xpath-functions/math}exp#1(1e0), '#.0000000') |
pass | pass | pass | pass | pass | pass |
function-literal-065[+]
X function-literal-065: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions/math}exp10#1) |
pass | pass | pass | pass | pass | pass |
function-literal-066[+]
X function-literal-066: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions/math}exp10#1(1e0) |
pass | pass | pass | pass | pass | pass |
function-literal-067[+]
X function-literal-067: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions/math}log#1) |
pass | pass | pass | pass | pass | pass |
function-literal-068[+]
X function-literal-068: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions/math}log#1(1e0) |
pass | pass | pass | pass | pass | pass |
function-literal-069[+]
X function-literal-069: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions/math}log10#1) |
pass | pass | pass | pass | pass | pass |
function-literal-070[+]
X function-literal-070: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions/math}log10#1(1e0) |
pass | pass | pass | pass | pass | pass |
function-literal-071[+]
X function-literal-071: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions/math}pow#2) |
pass | pass | pass | pass | pass | pass |
function-literal-072[+]
X function-literal-072: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions/math}pow#2(1e0, 1) |
pass | pass | pass | pass | pass | pass |
function-literal-073[+]
X function-literal-073: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions/math}sqrt#1) |
pass | pass | pass | pass | pass | pass |
function-literal-074[+]
X function-literal-074: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions/math}sqrt#1(1e0) |
pass | pass | pass | pass | pass | pass |
function-literal-075[+]
X function-literal-075: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions/math}sin#1) |
pass | pass | pass | pass | pass | pass |
function-literal-076[+]
X function-literal-076: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions/math}sin#1(1e0) |
pass | pass | pass | pass | pass | pass |
function-literal-077[+]
X function-literal-077: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions/math}cos#1) |
pass | pass | pass | pass | pass | pass |
function-literal-078[+]
X function-literal-078: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions/math}cos#1(1e0) |
pass | pass | pass | pass | pass | pass |
function-literal-079[+]
X function-literal-079: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions/math}tan#1) |
pass | pass | pass | pass | pass | pass |
function-literal-080[+]
X function-literal-080: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions/math}tan#1(1e0) |
pass | pass | pass | pass | pass | pass |
function-literal-081[+]
X function-literal-081: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions/math}asin#1) |
pass | pass | pass | pass | pass | pass |
function-literal-082[+]
X function-literal-082: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions/math}asin#1(1e0) |
pass | pass | pass | pass | pass | pass |
function-literal-083[+]
X function-literal-083: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions/math}acos#1) |
pass | pass | pass | pass | pass | pass |
function-literal-084[+]
X function-literal-084: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions/math}acos#1(1e0) |
pass | pass | pass | pass | pass | pass |
function-literal-085[+]
X function-literal-085: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions/math}atan#1) |
pass | pass | pass | pass | pass | pass |
function-literal-086[+]
X function-literal-086: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions/math}atan#1(1e0) |
pass | pass | pass | pass | pass | pass |
function-literal-087[+]
X function-literal-087: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions/math}atan2#2) |
pass | pass | pass | pass | pass | pass |
function-literal-088[+]
X function-literal-088: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions/math}atan2#2(1e0, 1e0) |
pass | pass | pass | pass | pass | pass |
function-literal-089[+]
X function-literal-089: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}codepoints-to-string#1) |
pass | pass | pass | pass | pass | pass |
function-literal-090[+]
X function-literal-090: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}codepoints-to-string#1((65, 66)) |
pass | pass | pass | pass | pass | pass |
function-literal-091[+]
X function-literal-091: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}string-to-codepoints#1) |
pass | pass | pass | pass | pass | pass |
function-literal-092[+]
X function-literal-092: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}string-to-codepoints#1('A') |
pass | pass | pass | pass | pass | pass |
function-literal-093[+]
X function-literal-093: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}compare#2) |
pass | pass | pass | pass | pass | pass |
function-literal-094[+]
X function-literal-094: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}compare#2('string', 'string') |
pass | pass | pass | pass | pass | pass |
function-literal-095[+]
X function-literal-095: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}compare#3) |
pass | pass | pass | pass | pass | pass |
function-literal-096[+]
X function-literal-096: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}compare#3('string', 'string', 'http://www.w3.org/2005/xpath-functions/collation/codepoint') |
pass | pass | pass | pass | pass | pass |
function-literal-097[+]
X function-literal-097: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}codepoint-equal#2) |
pass | pass | pass | pass | pass | pass |
function-literal-098[+]
X function-literal-098: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}codepoint-equal#2('string', 'string') |
pass | pass | pass | pass | pass | pass |
function-literal-099[+]
X function-literal-099: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}concat#3) |
pass | pass | pass | pass | pass | pass |
function-literal-100[+]
X function-literal-100: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}concat#3('a', 'bc', 'def') |
pass | pass | pass | pass | pass | pass |
function-literal-101[+]
X function-literal-101: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}string-join#1) |
pass | pass | pass | pass | pass | pass |
function-literal-102[+]
X function-literal-102: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}string-join#1(('abc', 'def')) |
pass | pass | pass | pass | pass | pass |
function-literal-103[+]
X function-literal-103: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}string-join#2) |
pass | pass | pass | pass | pass | pass |
function-literal-104[+]
X function-literal-104: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}string-join#2(('abc', 'def'), '-') |
pass | pass | pass | pass | pass | pass |
function-literal-105[+]
X function-literal-105: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}substring#2) |
pass | pass | pass | pass | pass | pass |
function-literal-106[+]
X function-literal-106: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}substring#2('string', 2e0) |
pass | pass | pass | pass | pass | pass |
function-literal-107[+]
X function-literal-107: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}substring#3) |
pass | pass | pass | pass | pass | pass |
function-literal-108[+]
X function-literal-108: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}substring#3('string', 1e0, 1e0) |
pass | pass | pass | pass | pass | pass |
function-literal-109[+]
X function-literal-109: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}string-length#0) |
pass | pass | pass | pass | pass | pass |
function-literal-110[+]
X function-literal-110: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /root/child/Q{http://www.w3.org/2005/xpath-functions}string-length#0() |
pass | pass | pass | pass | pass | pass |
function-literal-111[+]
X function-literal-111: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}string-length#1) |
pass | pass | pass | pass | pass | pass |
function-literal-112[+]
X function-literal-112: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}string-length#1('string') |
pass | pass | pass | pass | pass | pass |
function-literal-113[+]
X function-literal-113: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}normalize-space#0) |
pass | pass | pass | pass | pass | pass |
function-literal-114[+]
X function-literal-114: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /root/child/Q{http://www.w3.org/2005/xpath-functions}normalize-space#0() |
pass | pass | pass | pass | pass | pass |
function-literal-115[+]
X function-literal-115: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}normalize-space#1) |
pass | pass | pass | pass | pass | pass |
function-literal-116[+]
X function-literal-116: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}normalize-space#1(' string ') |
pass | pass | pass | pass | pass | pass |
function-literal-117[+]
X function-literal-117: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}normalize-unicode#1) |
pass | pass | pass | pass | pass | pass |
function-literal-118[+]
X function-literal-118: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}normalize-unicode#1('string') |
pass | pass | pass | pass | pass | pass |
function-literal-119[+]
X function-literal-119: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}normalize-unicode#2) |
pass | pass | pass | pass | pass | pass |
function-literal-120[+]
X function-literal-120: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}normalize-unicode#2('string', 'NFC') |
pass | pass | pass | pass | pass | pass |
function-literal-121[+]
X function-literal-121: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}upper-case#1) |
pass | pass | pass | pass | pass | pass |
function-literal-122[+]
X function-literal-122: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}upper-case#1('string') |
pass | pass | pass | pass | pass | pass |
function-literal-123[+]
X function-literal-123: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}lower-case#1) |
pass | pass | pass | pass | pass | pass |
function-literal-124[+]
X function-literal-124: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}lower-case#1('STRING') |
pass | pass | pass | pass | pass | pass |
function-literal-125[+]
X function-literal-125: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}translate#3) |
pass | pass | pass | pass | pass | pass |
function-literal-126[+]
X function-literal-126: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}translate#3('string', 'i', 'o') |
pass | pass | pass | pass | pass | pass |
function-literal-127[+]
X function-literal-127: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}contains#2) |
pass | pass | pass | pass | pass | pass |
function-literal-128[+]
X function-literal-128: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}contains#2('string', 'rin') |
pass | pass | pass | pass | pass | pass |
function-literal-129[+]
X function-literal-129: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}contains#3) |
pass | pass | pass | pass | pass | pass |
function-literal-130[+]
X function-literal-130: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}contains#3('string', 'RIN', 'http://www.w3.org/2005/xpath-functions/collation/codepoint') |
pass | pass | pass | pass | pass | pass |
function-literal-131[+]
X function-literal-131: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}starts-with#2) |
pass | pass | pass | pass | pass | pass |
function-literal-132[+]
X function-literal-132: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}starts-with#2('string', 'str') |
pass | pass | pass | pass | pass | pass |
function-literal-133[+]
X function-literal-133: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}starts-with#3) |
pass | pass | pass | pass | pass | pass |
function-literal-134[+]
X function-literal-134: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}starts-with#3('string', 'ing', 'http://www.w3.org/2005/xpath-functions/collation/codepoint') |
pass | pass | pass | pass | pass | pass |
function-literal-135[+]
X function-literal-135: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}ends-with#2) |
pass | pass | pass | pass | pass | pass |
function-literal-136[+]
X function-literal-136: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}ends-with#2('string', 'ing') |
pass | pass | pass | pass | pass | pass |
function-literal-137[+]
X function-literal-137: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}ends-with#3) |
pass | pass | pass | pass | pass | pass |
function-literal-138[+]
X function-literal-138: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}ends-with#3('string', 'str', 'http://www.w3.org/2005/xpath-functions/collation/codepoint') |
pass | pass | pass | pass | pass | pass |
function-literal-139[+]
X function-literal-139: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}substring-before#2) |
pass | pass | pass | pass | pass | pass |
function-literal-140[+]
X function-literal-140: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}substring-before#2('string', 'ing') |
pass | pass | pass | pass | pass | pass |
function-literal-141[+]
X function-literal-141: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}substring-before#3) |
pass | pass | pass | pass | pass | pass |
function-literal-142[+]
X function-literal-142: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}substring-before#3('string', 'ing', 'http://www.w3.org/2005/xpath-functions/collation/codepoint') |
pass | pass | pass | pass | pass | pass |
function-literal-143[+]
X function-literal-143: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}substring-after#2) |
pass | pass | pass | pass | pass | pass |
function-literal-144[+]
X function-literal-144: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}substring-after#2('string', 'str') |
pass | pass | pass | pass | pass | pass |
function-literal-145[+]
X function-literal-145: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}substring-after#3) |
pass | pass | pass | pass | pass | pass |
function-literal-146[+]
X function-literal-146: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}substring-after#3('string', 'str', 'http://www.w3.org/2005/xpath-functions/collation/codepoint') |
pass | pass | pass | pass | pass | pass |
function-literal-147[+]
X function-literal-147: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}matches#2) |
pass | pass | pass | pass | pass | pass |
function-literal-148[+]
X function-literal-148: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}matches#2('string', 'string') |
pass | pass | pass | pass | pass | pass |
function-literal-149[+]
X function-literal-149: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}matches#3) |
pass | pass | pass | pass | pass | pass |
function-literal-150[+]
X function-literal-150: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}matches#3('string', 'STRING', 'i') |
pass | pass | pass | pass | pass | pass |
function-literal-151[+]
X function-literal-151: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}replace#3) |
pass | pass | pass | pass | pass | pass |
function-literal-152[+]
X function-literal-152: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}replace#3('string', 'i', 'o') |
pass | pass | pass | pass | pass | pass |
function-literal-153[+]
X function-literal-153: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}replace#4) |
pass | pass | pass | pass | pass | pass |
function-literal-154[+]
X function-literal-154: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}replace#4('string', 'I', 'o', 'i') |
pass | pass | pass | pass | pass | pass |
function-literal-155[+]
X function-literal-155: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}tokenize#2) |
pass | pass | pass | pass | pass | pass |
function-literal-155a[+]
X function-literal-155a: Created on: 2015-01-20 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}tokenize#1) |
pass | pass | pass | pass | pass | pass |
function-literal-156[+]
X function-literal-156: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}tokenize#2('string', 'i') |
pass | pass | pass | pass | pass | pass |
function-literal-156a[+]
X function-literal-156a: Created on: 2015-01-20 Spec Dependencies: spec = XQ31+ XP31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}tokenize#1('a b c ') |
pass | pass | pass | pass | pass | pass |
function-literal-157[+]
X function-literal-157: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}tokenize#3) |
pass | pass | pass | pass | pass | pass |
function-literal-158[+]
X function-literal-158: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}tokenize#3('string', 'i', 'i') |
pass | pass | pass | pass | pass | pass |
function-literal-159[+]
X function-literal-159: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}analyze-string#2) |
pass | pass | pass | pass | pass | pass |
function-literal-160[+]
X function-literal-160: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}analyze-string#2('', 'abc') |
pass | pass | pass | pass | pass | pass |
function-literal-161[+]
X function-literal-161: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}analyze-string#3) |
pass | pass | pass | pass | pass | pass |
function-literal-162[+]
X function-literal-162: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}analyze-string#3('', 'abc', 'i') |
pass | pass | pass | pass | pass | pass |
function-literal-163[+]
X function-literal-163: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}resolve-uri#1) |
pass | pass | pass | pass | pass | pass |
function-literal-164[+]
X function-literal-164: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}resolve-uri#1('http://www.w3.org/2005/xpath-functions') |
pass | pass | pass | pass | pass | pass |
function-literal-165[+]
X function-literal-165: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}resolve-uri#2) |
pass | pass | pass | pass | pass | pass |
function-literal-166[+]
X function-literal-166: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}resolve-uri#2('/2005/xpath-functions', 'http://www.w3.org/') |
pass | pass | pass | pass | pass | pass |
function-literal-167[+]
X function-literal-167: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}encode-for-uri#1) |
pass | pass | pass | pass | pass | pass |
function-literal-168[+]
X function-literal-168: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}encode-for-uri#1(' ') |
pass | pass | pass | pass | pass | pass |
function-literal-169[+]
X function-literal-169: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}iri-to-uri#1) |
pass | pass | pass | pass | pass | pass |
function-literal-170[+]
X function-literal-170: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}iri-to-uri#1('http://www.example.com/') |
pass | pass | pass | pass | pass | pass |
function-literal-171[+]
X function-literal-171: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}escape-html-uri#1) |
pass | pass | pass | pass | pass | pass |
function-literal-172[+]
X function-literal-172: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}escape-html-uri#1('http://www.example.com/') |
pass | pass | pass | pass | pass | pass |
function-literal-173[+]
X function-literal-173: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}true#0) |
pass | pass | pass | pass | pass | pass |
function-literal-174[+]
X function-literal-174: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}true#0() |
pass | pass | pass | pass | pass | pass |
function-literal-175[+]
X function-literal-175: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}false#0) |
pass | pass | pass | pass | pass | pass |
function-literal-176[+]
X function-literal-176: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}false#0() |
pass | pass | pass | pass | pass | pass |
function-literal-177[+]
X function-literal-177: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}boolean#1) |
pass | pass | pass | pass | pass | pass |
function-literal-178[+]
X function-literal-178: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}boolean#1("string") |
pass | pass | pass | pass | pass | pass |
function-literal-179[+]
X function-literal-179: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}not#1) |
pass | pass | pass | pass | pass | pass |
function-literal-180[+]
X function-literal-180: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}not#1("string") |
pass | pass | pass | pass | pass | pass |
function-literal-181[+]
X function-literal-181: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}years-from-duration#1) |
pass | pass | pass | pass | pass | pass |
function-literal-182[+]
X function-literal-182: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}years-from-duration#1(xs:yearMonthDuration("P20Y15M")) |
pass | pass | pass | pass | pass | pass |
function-literal-183[+]
X function-literal-183: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}months-from-duration#1) |
pass | pass | pass | pass | pass | pass |
function-literal-184[+]
X function-literal-184: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}months-from-duration#1(xs:yearMonthDuration("P20Y15M")) |
pass | pass | pass | pass | pass | pass |
function-literal-185[+]
X function-literal-185: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}days-from-duration#1) |
pass | pass | pass | pass | pass | pass |
function-literal-186[+]
X function-literal-186: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}days-from-duration#1(xs:dayTimeDuration("P3DT10H")) |
pass | pass | pass | pass | pass | pass |
function-literal-187[+]
X function-literal-187: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}hours-from-duration#1) |
pass | pass | pass | pass | pass | pass |
function-literal-188[+]
X function-literal-188: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}hours-from-duration#1(xs:dayTimeDuration("P3DT10H")) |
pass | pass | pass | pass | pass | pass |
function-literal-189[+]
X function-literal-189: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}minutes-from-duration#1) |
pass | pass | pass | pass | pass | pass |
function-literal-190[+]
X function-literal-190: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}minutes-from-duration#1(xs:dayTimeDuration("P3DT10H")) |
pass | pass | pass | pass | pass | pass |
function-literal-191[+]
X function-literal-191: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}seconds-from-duration#1) |
pass | pass | pass | pass | pass | pass |
function-literal-192[+]
X function-literal-192: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}seconds-from-duration#1(xs:dayTimeDuration("P3DT10H12.5S")) |
pass | pass | pass | pass | pass | pass |
function-literal-193[+]
X function-literal-193: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}dateTime#2) |
pass | pass | pass | pass | pass | pass |
function-literal-194[+]
X function-literal-194: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}dateTime#2(xs:date('2012-01-01Z'), xs:time('00:00:00Z')) |
pass | pass | pass | pass | pass | pass |
function-literal-195[+]
X function-literal-195: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}year-from-dateTime#1) |
pass | pass | pass | pass | pass | pass |
function-literal-196[+]
X function-literal-196: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}year-from-dateTime#1(xs:dateTime('2012-04-03T02:01:00Z')) |
pass | pass | pass | pass | pass | pass |
function-literal-197[+]
X function-literal-197: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}month-from-dateTime#1) |
pass | pass | pass | pass | pass | pass |
function-literal-198[+]
X function-literal-198: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}month-from-dateTime#1(xs:dateTime('2012-04-03T02:01:00Z')) |
pass | pass | pass | pass | pass | pass |
function-literal-199[+]
X function-literal-199: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}day-from-dateTime#1) |
pass | pass | pass | pass | pass | pass |
function-literal-200[+]
X function-literal-200: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}day-from-dateTime#1(xs:dateTime('2012-04-03T02:01:00Z')) |
pass | pass | pass | pass | pass | pass |
function-literal-201[+]
X function-literal-201: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}hours-from-dateTime#1) |
pass | pass | pass | pass | pass | pass |
function-literal-202[+]
X function-literal-202: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}hours-from-dateTime#1(xs:dateTime('2012-04-03T02:01:00Z')) |
pass | pass | pass | pass | pass | pass |
function-literal-203[+]
X function-literal-203: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}minutes-from-dateTime#1) |
pass | pass | pass | pass | pass | pass |
function-literal-204[+]
X function-literal-204: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}minutes-from-dateTime#1(xs:dateTime('2012-04-03T02:01:00Z')) |
pass | pass | pass | pass | pass | pass |
function-literal-205[+]
X function-literal-205: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}seconds-from-dateTime#1) |
pass | pass | pass | pass | pass | pass |
function-literal-206[+]
X function-literal-206: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}seconds-from-dateTime#1(xs:dateTime('2012-04-03T02:01:00Z')) |
pass | pass | pass | pass | pass | pass |
function-literal-207[+]
X function-literal-207: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}timezone-from-dateTime#1) |
pass | pass | pass | pass | pass | pass |
function-literal-208[+]
X function-literal-208: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}timezone-from-dateTime#1(xs:dateTime('2012-01-01T00:00:00Z')) |
pass | pass | pass | pass | pass | pass |
function-literal-209[+]
X function-literal-209: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}year-from-date#1) |
pass | pass | pass | pass | pass | pass |
function-literal-210[+]
X function-literal-210: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}year-from-date#1(xs:date('2012-02-01Z')) |
pass | pass | pass | pass | pass | pass |
function-literal-211[+]
X function-literal-211: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}month-from-date#1) |
pass | pass | pass | pass | pass | pass |
function-literal-212[+]
X function-literal-212: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}month-from-date#1(xs:date('2012-02-01Z')) |
pass | pass | pass | pass | pass | pass |
function-literal-213[+]
X function-literal-213: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}day-from-date#1) |
pass | pass | pass | pass | pass | pass |
function-literal-214[+]
X function-literal-214: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}day-from-date#1(xs:date('2012-02-01Z')) |
pass | pass | pass | pass | pass | pass |
function-literal-215[+]
X function-literal-215: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}timezone-from-date#1) |
pass | pass | pass | pass | pass | pass |
function-literal-216[+]
X function-literal-216: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}timezone-from-date#1(xs:date('2012-01-01Z')) |
pass | pass | pass | pass | pass | pass |
function-literal-217[+]
X function-literal-217: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}hours-from-time#1) |
pass | pass | pass | pass | pass | pass |
function-literal-218[+]
X function-literal-218: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}hours-from-time#1(xs:time('02:01:00Z')) |
pass | pass | pass | pass | pass | pass |
function-literal-219[+]
X function-literal-219: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}minutes-from-time#1) |
pass | pass | pass | pass | pass | pass |
function-literal-220[+]
X function-literal-220: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}minutes-from-time#1(xs:time('02:01:00Z')) |
pass | pass | pass | pass | pass | pass |
function-literal-221[+]
X function-literal-221: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}seconds-from-time#1) |
pass | pass | pass | pass | pass | pass |
function-literal-222[+]
X function-literal-222: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}seconds-from-time#1(xs:time('02:01:00Z')) |
pass | pass | pass | pass | pass | pass |
function-literal-223[+]
X function-literal-223: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}timezone-from-time#1) |
pass | pass | pass | pass | pass | pass |
function-literal-224[+]
X function-literal-224: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}timezone-from-time#1(xs:time('02:01:00Z')) |
pass | pass | pass | pass | pass | pass |
function-literal-225[+]
X function-literal-225: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}adjust-dateTime-to-timezone#1) |
pass | pass | pass | pass | pass | pass |
function-literal-226[+]
X function-literal-226: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}adjust-dateTime-to-timezone#1(xs:dateTime('2012-01-01T00:00:00Z')) |
pass | pass | pass | pass | pass | pass |
function-literal-227[+]
X function-literal-227: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}adjust-dateTime-to-timezone#2) |
pass | pass | pass | pass | pass | pass |
function-literal-228[+]
X function-literal-228: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}adjust-dateTime-to-timezone#2(xs:dateTime("1970-01-01T00:00:00Z"),xs:dayTimeDuration("-PT10H")) |
pass | pass | pass | pass | pass | pass |
function-literal-229[+]
X function-literal-229: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}adjust-date-to-timezone#1) |
pass | pass | pass | pass | pass | pass |
function-literal-230[+]
X function-literal-230: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}adjust-date-to-timezone#1(xs:date('2012-01-01Z')) |
pass | pass | pass | pass | pass | pass |
function-literal-231[+]
X function-literal-231: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}adjust-date-to-timezone#2) |
pass | pass | pass | pass | pass | pass |
function-literal-232[+]
X function-literal-232: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}adjust-date-to-timezone#2(xs:date("1970-01-01Z"),xs:dayTimeDuration("-PT10H")) |
pass | pass | pass | pass | pass | pass |
function-literal-233[+]
X function-literal-233: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}adjust-time-to-timezone#1) |
pass | pass | pass | pass | pass | pass |
function-literal-234[+]
X function-literal-234: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}adjust-time-to-timezone#1(xs:time('00:00:00Z')) |
pass | pass | pass | pass | pass | pass |
function-literal-235[+]
X function-literal-235: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}adjust-time-to-timezone#2) |
pass | pass | pass | pass | pass | pass |
function-literal-236[+]
X function-literal-236: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}adjust-time-to-timezone#2(xs:time("00:00:00Z"),xs:dayTimeDuration("-PT10H")) |
pass | pass | pass | pass | pass | pass |
function-literal-237[+]
X function-literal-237: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}format-dateTime#2) |
pass | pass | pass | pass | pass | pass |
function-literal-238[+]
X function-literal-238: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}format-dateTime#2(xs:dateTime('2012-01-01T00:00:00Z'), '[Y]') |
pass | pass | pass | pass | pass | pass |
function-literal-239[+]
X function-literal-239: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}format-dateTime#5) |
pass | pass | pass | pass | pass | pass |
function-literal-240[+]
X function-literal-240: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}format-dateTime#5(xs:dateTime('2012-01-01T00:00:00Z'), '[Y]', 'en', (), ()) |
pass | pass | pass | pass | pass | pass |
function-literal-241[+]
X function-literal-241: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}format-date#2) |
pass | pass | pass | pass | pass | pass |
function-literal-242[+]
X function-literal-242: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}format-date#2(xs:date('2012-01-01Z'), '[Y]') |
pass | pass | pass | pass | pass | pass |
function-literal-243[+]
X function-literal-243: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}format-date#5) |
pass | pass | pass | pass | pass | pass |
function-literal-244[+]
X function-literal-244: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}format-date#5(xs:date('2012-01-01Z'), '[Y]', 'en', (), ()) |
pass | pass | pass | pass | pass | pass |
function-literal-245[+]
X function-literal-245: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}format-time#2) |
pass | pass | pass | pass | pass | pass |
function-literal-246[+]
X function-literal-246: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}format-time#2(xs:time('00:00:00Z'), '[H01]') |
pass | pass | pass | pass | pass | pass |
function-literal-247[+]
X function-literal-247: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}format-time#5) |
pass | pass | pass | pass | pass | pass |
function-literal-248[+]
X function-literal-248: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}format-time#5(xs:time('00:00:00Z'), '[H01]', 'en', (), ()) |
pass | pass | pass | pass | pass | pass |
function-literal-249[+]
X function-literal-249: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}resolve-QName#2) |
pass | pass | pass | pass | pass | pass |
function-literal-250[+]
X function-literal-250: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}resolve-QName#2('ns:local', /root/*[2]) |
pass | pass | pass | pass | pass | pass |
function-literal-251[+]
X function-literal-251: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}QName#2) |
pass | pass | pass | pass | pass | pass |
function-literal-252[+]
X function-literal-252: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}QName#2('http://www.example.org/', 'ns:local') |
pass | pass | pass | pass | pass | pass |
function-literal-253[+]
X function-literal-253: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}prefix-from-QName#1) |
pass | pass | pass | pass | pass | pass |
function-literal-254[+]
X function-literal-254: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}prefix-from-QName#1(fn:QName('http://www.example.org', 'foo:bar')) |
pass | pass | pass | pass | pass | pass |
function-literal-255[+]
X function-literal-255: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}local-name-from-QName#1) |
pass | pass | pass | pass | pass | pass |
function-literal-256[+]
X function-literal-256: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}local-name-from-QName#1(fn:QName('http://www.example.org', 'foo:bar')) |
pass | pass | pass | pass | pass | pass |
function-literal-257[+]
X function-literal-257: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}namespace-uri-from-QName#1) |
pass | pass | pass | pass | pass | pass |
function-literal-258[+]
X function-literal-258: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}namespace-uri-from-QName#1(fn:QName('http://www.example.org', 'foo:bar')) |
pass | pass | pass | pass | pass | pass |
function-literal-259[+]
X function-literal-259: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}namespace-uri-for-prefix#2) |
pass | pass | pass | pass | pass | pass |
function-literal-260[+]
X function-literal-260: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}namespace-uri-for-prefix#2('ns', /root/*[2]) |
pass | pass | pass | pass | pass | pass |
function-literal-261[+]
X function-literal-261: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}in-scope-prefixes#1) |
pass | pass | pass | pass | pass | pass |
function-literal-262[+]
X function-literal-262: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}in-scope-prefixes#1(/root) |
pass | pass | pass | pass | pass | pass |
function-literal-263[+]
X function-literal-263: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}name#0) |
pass | pass | pass | pass | pass | pass |
function-literal-264[+]
X function-literal-264: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /root/Q{http://www.w3.org/2005/xpath-functions}name#0() |
pass | pass | pass | pass | pass | pass |
function-literal-265[+]
X function-literal-265: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}name#1) |
pass | pass | pass | pass | pass | pass |
function-literal-266[+]
X function-literal-266: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}name#1(/root) |
pass | pass | pass | pass | pass | pass |
function-literal-267[+]
X function-literal-267: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}local-name#0) |
pass | pass | pass | pass | pass | pass |
function-literal-268[+]
X function-literal-268: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /root/Q{http://www.w3.org/2005/xpath-functions}local-name#0() |
pass | pass | pass | pass | pass | pass |
function-literal-269[+]
X function-literal-269: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}local-name#1) |
pass | pass | pass | pass | pass | pass |
function-literal-270[+]
X function-literal-270: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}local-name#1(/root) |
pass | pass | pass | pass | pass | pass |
function-literal-271[+]
X function-literal-271: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}namespace-uri#0) |
pass | pass | pass | pass | pass | pass |
function-literal-272[+]
X function-literal-272: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /root/*[2]/Q{http://www.w3.org/2005/xpath-functions}namespace-uri#0() |
pass | pass | pass | pass | pass | pass |
function-literal-273[+]
X function-literal-273: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}namespace-uri#1) |
pass | pass | pass | pass | pass | pass |
function-literal-274[+]
X function-literal-274: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}namespace-uri#1(/root/*[2]) |
pass | pass | pass | pass | pass | pass |
function-literal-275[+]
X function-literal-275: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}lang#1) |
pass | pass | pass | pass | pass | pass |
function-literal-276[+]
X function-literal-276: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /root/Q{http://www.w3.org/2005/xpath-functions}lang#1('en') |
pass | pass | pass | pass | pass | pass |
function-literal-277[+]
X function-literal-277: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}lang#2) |
pass | pass | pass | pass | pass | pass |
function-literal-278[+]
X function-literal-278: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}lang#2('en', /root) |
pass | pass | pass | pass | pass | pass |
function-literal-279[+]
X function-literal-279: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}root#0) |
pass | pass | pass | pass | pass | pass |
function-literal-280[+]
X function-literal-280: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /root/Q{http://www.w3.org/2005/xpath-functions}root#0() |
pass | pass | pass | pass | pass | pass |
function-literal-281[+]
X function-literal-281: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}root#1) |
pass | pass | pass | pass | pass | pass |
function-literal-282[+]
X function-literal-282: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}root#1(()) |
pass | pass | pass | pass | pass | pass |
function-literal-283[+]
X function-literal-283: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}path#0) |
pass | pass | pass | pass | pass | pass |
function-literal-284[+]
X function-literal-284: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /Q{http://www.w3.org/2005/xpath-functions}path#0() |
pass | pass | pass | pass | pass | pass |
function-literal-285[+]
X function-literal-285: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}path#1) |
pass | pass | pass | pass | pass | pass |
function-literal-286[+]
X function-literal-286: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}path#1(/) |
pass | pass | pass | pass | pass | pass |
function-literal-287[+]
X function-literal-287: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}has-children#0) |
pass | pass | pass | pass | pass | pass |
function-literal-288[+]
X function-literal-288: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /Q{http://www.w3.org/2005/xpath-functions}has-children#0() |
pass | pass | pass | pass | pass | pass |
function-literal-289[+]
X function-literal-289: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}has-children#1) |
pass | pass | pass | pass | pass | pass |
function-literal-290[+]
X function-literal-290: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}has-children#1(/) |
pass | pass | pass | pass | pass | pass |
function-literal-291[+]
X function-literal-291: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}innermost#1) |
pass | pass | pass | pass | pass | pass |
function-literal-292[+]
X function-literal-292: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}innermost#1(()) |
pass | pass | pass | pass | pass | pass |
function-literal-293[+]
X function-literal-293: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}outermost#1) |
pass | pass | pass | pass | pass | pass |
function-literal-294[+]
X function-literal-294: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}outermost#1(()) |
pass | pass | pass | pass | pass | pass |
function-literal-295[+]
X function-literal-295: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}empty#1) |
pass | pass | pass | pass | pass | pass |
function-literal-296[+]
X function-literal-296: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}empty#1((1, true())) |
pass | pass | pass | pass | pass | pass |
function-literal-297[+]
X function-literal-297: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}exists#1) |
pass | pass | pass | pass | pass | pass |
function-literal-298[+]
X function-literal-298: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}exists#1((1, true())) |
pass | pass | pass | pass | pass | pass |
function-literal-299[+]
X function-literal-299: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}head#1) |
pass | pass | pass | pass | pass | pass |
function-literal-300[+]
X function-literal-300: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}head#1((1, true())) |
pass | pass | pass | pass | pass | pass |
function-literal-301[+]
X function-literal-301: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}tail#1) |
pass | pass | pass | pass | pass | pass |
function-literal-302[+]
X function-literal-302: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}tail#1((1, true())) |
pass | pass | pass | pass | pass | pass |
function-literal-303[+]
X function-literal-303: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}insert-before#3) |
pass | pass | pass | pass | pass | pass |
function-literal-304[+]
X function-literal-304: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}insert-before#3((1, 2, 3), 2, ('a', 'b', 'c')) |
pass | pass | pass | pass | pass | pass |
function-literal-305[+]
X function-literal-305: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}remove#2) |
pass | pass | pass | pass | pass | pass |
function-literal-306[+]
X function-literal-306: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}remove#2(('a', 'b', 'c'), 2) |
pass | pass | pass | pass | pass | pass |
function-literal-307[+]
X function-literal-307: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}reverse#1) |
pass | pass | pass | pass | pass | pass |
function-literal-308[+]
X function-literal-308: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}reverse#1(1 to 3) |
pass | pass | pass | pass | pass | pass |
function-literal-309[+]
X function-literal-309: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}subsequence#2) |
pass | pass | pass | pass | pass | pass |
function-literal-310[+]
X function-literal-310: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}subsequence#2((1, true()), 2e0) |
pass | pass | pass | pass | pass | pass |
function-literal-311[+]
X function-literal-311: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}subsequence#3) |
pass | pass | pass | pass | pass | pass |
function-literal-312[+]
X function-literal-312: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}subsequence#3((1, true()), 1e0, 1e0) |
pass | pass | pass | pass | pass | pass |
function-literal-313[+]
X function-literal-313: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}unordered#1) |
pass | pass | pass | pass | pass | pass |
function-literal-314[+]
X function-literal-314: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}unordered#1(1) |
pass | pass | pass | pass | pass | pass |
function-literal-315[+]
X function-literal-315: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}distinct-values#1) |
pass | pass | pass | pass | pass | pass |
function-literal-316[+]
X function-literal-316: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}distinct-values#1((1, 1, 1)) |
pass | pass | pass | pass | pass | pass |
function-literal-317[+]
X function-literal-317: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}distinct-values#2) |
pass | pass | pass | pass | pass | pass |
function-literal-318[+]
X function-literal-318: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}distinct-values#2((1, 1, 1), 'http://www.w3.org/2005/xpath-functions/collation/codepoint') |
pass | pass | pass | pass | pass | pass |
function-literal-319[+]
X function-literal-319: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}index-of#2) |
pass | pass | pass | pass | pass | pass |
function-literal-320[+]
X function-literal-320: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}index-of#2((1, 'string'), 'string') |
pass | pass | pass | pass | pass | pass |
function-literal-321[+]
X function-literal-321: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}index-of#3) |
pass | pass | pass | pass | pass | pass |
function-literal-322[+]
X function-literal-322: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}index-of#3((1, 'string'), 'string', 'http://www.w3.org/2005/xpath-functions/collation/codepoint') |
pass | pass | pass | pass | pass | pass |
function-literal-323[+]
X function-literal-323: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}deep-equal#2) |
pass | pass | pass | pass | pass | pass |
function-literal-324[+]
X function-literal-324: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}deep-equal#2((1, true()), (1, true())) |
pass | pass | pass | pass | pass | pass |
function-literal-325[+]
X function-literal-325: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}deep-equal#3) |
pass | pass | pass | pass | pass | pass |
function-literal-326[+]
X function-literal-326: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}deep-equal#3((1, true()), (1, true()), 'http://www.w3.org/2005/xpath-functions/collation/codepoint') |
pass | pass | pass | pass | pass | pass |
function-literal-327[+]
X function-literal-327: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}zero-or-one#1) |
pass | pass | pass | pass | pass | pass |
function-literal-328[+]
X function-literal-328: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}zero-or-one#1(1) |
pass | pass | pass | pass | pass | pass |
function-literal-329[+]
X function-literal-329: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}one-or-more#1) |
pass | pass | pass | pass | pass | pass |
function-literal-330[+]
X function-literal-330: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}one-or-more#1(1) |
pass | pass | pass | pass | pass | pass |
function-literal-331[+]
X function-literal-331: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}exactly-one#1) |
pass | pass | pass | pass | pass | pass |
function-literal-332[+]
X function-literal-332: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}exactly-one#1(1) |
pass | pass | pass | pass | pass | pass |
function-literal-333[+]
X function-literal-333: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}count#1) |
pass | pass | pass | pass | pass | pass |
function-literal-334[+]
X function-literal-334: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}count#1((1, true())) |
pass | pass | pass | pass | pass | pass |
function-literal-335[+]
X function-literal-335: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}avg#1) |
pass | pass | pass | pass | pass | pass |
function-literal-336[+]
X function-literal-336: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}avg#1((1, 3)) |
pass | pass | pass | pass | pass | pass |
function-literal-337[+]
X function-literal-337: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}max#1) |
pass | pass | pass | pass | pass | pass |
function-literal-338[+]
X function-literal-338: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}max#1((1, 3)) |
pass | pass | pass | pass | pass | pass |
function-literal-339[+]
X function-literal-339: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}max#2) |
pass | pass | pass | pass | pass | pass |
function-literal-340[+]
X function-literal-340: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}max#2((1, 3), 'http://www.w3.org/2005/xpath-functions/collation/codepoint') |
pass | pass | pass | pass | pass | pass |
function-literal-341[+]
X function-literal-341: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}min#1) |
pass | pass | pass | pass | pass | pass |
function-literal-342[+]
X function-literal-342: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}min#1((1, 3)) |
pass | pass | pass | pass | pass | pass |
function-literal-343[+]
X function-literal-343: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}min#2) |
pass | pass | pass | pass | pass | pass |
function-literal-344[+]
X function-literal-344: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}min#2((1, 3), 'http://www.w3.org/2005/xpath-functions/collation/codepoint') |
pass | pass | pass | pass | pass | pass |
function-literal-345[+]
X function-literal-345: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}sum#1) |
pass | pass | pass | pass | pass | pass |
function-literal-346[+]
X function-literal-346: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}sum#1((1, 2)) |
pass | pass | pass | pass | pass | pass |
function-literal-347[+]
X function-literal-347: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}sum#2) |
pass | pass | pass | pass | pass | pass |
function-literal-348[+]
X function-literal-348: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}sum#2((1, 2), 0) |
pass | pass | pass | pass | pass | pass |
function-literal-349[+]
X function-literal-349: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}id#1) |
pass | pass | pass | pass | pass | pass |
function-literal-350[+]
X function-literal-350: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /Q{http://www.w3.org/2005/xpath-functions}id#1(('id1', 'id2')) |
pass | pass | pass | pass | pass | pass |
function-literal-351[+]
X function-literal-351: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}id#2) |
pass | pass | pass | pass | pass | pass |
function-literal-352[+]
X function-literal-352: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}id#2(('id1', 'id2'), /) |
pass | pass | pass | pass | pass | pass |
function-literal-353[+]
X function-literal-353: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}element-with-id#1) |
pass | pass | pass | pass | pass | pass |
function-literal-354[+]
X function-literal-354: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /Q{http://www.w3.org/2005/xpath-functions}element-with-id#1(('id1', 'id2')) |
pass | pass | pass | pass | pass | pass |
function-literal-355[+]
X function-literal-355: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}element-with-id#2) |
pass | pass | pass | pass | pass | pass |
function-literal-356[+]
X function-literal-356: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}element-with-id#2(('id1', 'id2'), /) |
pass | pass | pass | pass | pass | pass |
function-literal-357[+]
X function-literal-357: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}idref#1) |
pass | pass | pass | pass | pass | pass |
function-literal-358[+]
X function-literal-358: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /Q{http://www.w3.org/2005/xpath-functions}idref#1(('id1', 'id2')) |
pass | pass | pass | pass | pass | pass |
function-literal-359[+]
X function-literal-359: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}idref#2) |
pass | pass | pass | pass | pass | pass |
function-literal-360[+]
X function-literal-360: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}idref#2(('id1', 'id2'), /) |
pass | pass | pass | pass | pass | pass |
function-literal-361[+]
X function-literal-361: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}generate-id#0) |
pass | pass | pass | pass | pass | pass |
function-literal-362[+]
X function-literal-362: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: /Q{http://www.w3.org/2005/xpath-functions}generate-id#0() |
pass | pass | pass | pass | pass | pass |
function-literal-363[+]
X function-literal-363: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}generate-id#1) |
pass | pass | pass | pass | pass | pass |
function-literal-364[+]
X function-literal-364: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}generate-id#1(()) |
pass | pass | pass | pass | pass | pass |
function-literal-365[+]
X function-literal-365: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}doc#1) |
pass | pass | pass | pass | pass | pass |
function-literal-366[+]
X function-literal-366: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}doc#1('http://www.w3.org/fots/fn/function-lookup/function-lookup.xml') |
pass | pass | pass | pass | pass | pass |
function-literal-367[+]
X function-literal-367: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}doc-available#1) |
pass | pass | pass | pass | pass | pass |
function-literal-368[+]
X function-literal-368: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}doc-available#1('http://www.example.org/unknown-document') |
pass | pass | pass | pass | pass | pass |
function-literal-369[+]
X function-literal-369: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}collection#0) |
pass | pass | pass | pass | pass | pass |
function-literal-370[+]
X function-literal-370: Created on: 2012-05-24 Spec Dependencies: feature = non_empty_sequence_collection spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}collection#0() |
pass | pass | pass | pass | pass | pass |
function-literal-371[+]
X function-literal-371: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}collection#1) |
pass | pass | pass | pass | pass | pass |
function-literal-372[+]
X function-literal-372: Created on: 2012-05-24 Spec Dependencies: feature = non_empty_sequence_collection spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}collection#1(()) |
pass | pass | pass | pass | pass | pass |
function-literal-373[+]
X function-literal-373: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}uri-collection#0) |
pass | pass | pass | pass | pass | pass |
function-literal-374[+]
X function-literal-374: Created on: 2012-05-24 Spec Dependencies: feature = non_empty_sequence_collection spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}uri-collection#0() |
pass | pass | pass | pass | pass | pass |
function-literal-375[+]
X function-literal-375: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}uri-collection#1) |
pass | pass | pass | pass | pass | pass |
function-literal-376[+]
X function-literal-376: Created on: 2012-05-24 Spec Dependencies: feature = non_empty_sequence_collection spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}uri-collection#1(()) |
pass | pass | pass | pass | pass | pass |
function-literal-377[+]
X function-literal-377: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}unparsed-text#1) |
pass | pass | pass | pass | pass | pass |
function-literal-378[+]
X function-literal-378: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}unparsed-text#1('http://www.w3.org/fots/unparsed-text/text-plain-utf-8.txt') |
pass | pass | pass | pass | pass | pass |
function-literal-379[+]
X function-literal-379: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}unparsed-text#2) |
pass | pass | pass | pass | pass | pass |
function-literal-380[+]
X function-literal-380: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}unparsed-text#2('http://www.w3.org/fots/unparsed-text/text-plain-utf-8.txt', 'utf-8') |
pass | pass | pass | pass | pass | pass |
function-literal-381[+]
X function-literal-381: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}unparsed-text-lines#1) |
pass | pass | pass | pass | pass | pass |
function-literal-382[+]
X function-literal-382: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}unparsed-text-lines#1('http://www.w3.org/fots/unparsed-text/text-plain-utf-8.txt') |
pass | pass | pass | pass | pass | pass |
function-literal-383[+]
X function-literal-383: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}unparsed-text-lines#2) |
pass | pass | pass | pass | pass | pass |
function-literal-384[+]
X function-literal-384: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}unparsed-text-lines#2('http://www.w3.org/fots/unparsed-text/text-plain-utf-8.txt', 'utf-8') |
pass | pass | pass | pass | pass | pass |
function-literal-385[+]
X function-literal-385: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}unparsed-text-available#1) |
pass | pass | pass | pass | pass | pass |
function-literal-386[+]
X function-literal-386: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}unparsed-text-available#1('http://www.w3.org/fots/unparsed-text/text-plain-utf-8.txt') |
pass | pass | pass | pass | pass | pass |
function-literal-387[+]
X function-literal-387: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}unparsed-text-available#2) |
pass | pass | pass | pass | pass | pass |
function-literal-388[+]
X function-literal-388: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}unparsed-text-available#2('http://www.w3.org/fots/unparsed-text/text-plain-utf-8.txt', 'utf-8') |
pass | pass | pass | pass | pass | pass |
function-literal-389[+]
X function-literal-389: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}environment-variable#1) |
pass | pass | pass | pass | pass | pass |
function-literal-390[+]
X function-literal-390: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}environment-variable#1('should-not-exist') |
pass | pass | pass | pass | pass | pass |
function-literal-391[+]
X function-literal-391: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}available-environment-variables#0) |
pass | pass | pass | pass | pass | pass |
function-literal-392[+]
X function-literal-392: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}available-environment-variables#0() |
pass | pass | pass | pass | pass | pass |
function-literal-393[+]
X function-literal-393: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}parse-xml#1) |
pass | pass | pass | pass | pass | pass |
function-literal-394[+]
X function-literal-394: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}parse-xml#1('<doc />') |
pass | pass | pass | pass | pass | pass |
function-literal-395[+]
X function-literal-395: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}parse-xml-fragment#1) |
pass | pass | pass | pass | pass | pass |
function-literal-396[+]
X function-literal-396: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}parse-xml-fragment#1('<doc />') |
pass | pass | pass | pass | pass | pass |
function-literal-397[+]
X function-literal-397: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}serialize#1) |
pass | pass | pass | pass | pass | pass |
function-literal-398[+]
X function-literal-398: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}serialize#1((1, true())) |
pass | pass | pass | pass | pass | pass |
function-literal-399[+]
X function-literal-399: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}serialize#2) |
pass | pass | pass | pass | pass | pass |
function-literal-400[+]
X function-literal-400: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}serialize#2((1, false()), ()) |
pass | pass | pass | pass | pass | pass |
function-literal-401[+]
X function-literal-401: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}position#0) |
pass | pass | pass | pass | pass | pass |
function-literal-402[+]
X function-literal-402: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: (2, 4, 6)!Q{http://www.w3.org/2005/xpath-functions}position#0() |
pass | pass | pass | pass | pass | pass |
function-literal-403[+]
X function-literal-403: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}last#0) |
pass | pass | pass | pass | pass | pass |
function-literal-404[+]
X function-literal-404: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: (2, 4, 6)!Q{http://www.w3.org/2005/xpath-functions}last#0() |
pass | pass | pass | pass | pass | pass |
function-literal-405[+]
X function-literal-405: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}current-dateTime#0) |
pass | pass | pass | pass | pass | pass |
function-literal-406[+]
X function-literal-406: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}current-dateTime#0() |
pass | pass | pass | pass | pass | pass |
function-literal-407[+]
X function-literal-407: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}current-date#0) |
pass | pass | pass | pass | pass | pass |
function-literal-408[+]
X function-literal-408: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}current-date#0() |
pass | pass | pass | pass | pass | pass |
function-literal-409[+]
X function-literal-409: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}current-time#0) |
pass | pass | pass | pass | pass | pass |
function-literal-410[+]
X function-literal-410: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}current-time#0() |
pass | pass | pass | pass | pass | pass |
function-literal-411[+]
X function-literal-411: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}implicit-timezone#0) |
pass | pass | pass | pass | pass | pass |
function-literal-412[+]
X function-literal-412: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}implicit-timezone#0() |
pass | pass | pass | pass | pass | pass |
function-literal-413[+]
X function-literal-413: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}default-collation#0) |
pass | pass | pass | pass | pass | pass |
function-literal-414[+]
X function-literal-414: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}default-collation#0() |
pass | pass | pass | pass | pass | pass |
function-literal-415[+]
X function-literal-415: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}static-base-uri#0) |
pass | pass | pass | pass | pass | pass |
function-literal-416[+]
X function-literal-416: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}static-base-uri#0() |
pass | pass | pass | pass | pass | pass |
function-literal-417[+]
X function-literal-417: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}function-lookup#2) |
pass | pass | pass | pass | pass | pass |
function-literal-418[+]
X function-literal-418: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}function-lookup#2(fn:QName('http://www.example.org', 'foo:bar'), 1) |
pass | pass | pass | pass | pass | pass |
function-literal-419[+]
X function-literal-419: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}function-name#1) |
pass | pass | pass | pass | pass | pass |
function-literal-420[+]
X function-literal-420: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}function-name#1(fn:abs#1) |
pass | pass | pass | pass | pass | pass |
function-literal-421[+]
X function-literal-421: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}function-arity#1) |
pass | pass | pass | pass | pass | pass |
function-literal-422[+]
X function-literal-422: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}function-arity#1(fn:abs#1) |
pass | pass | pass | pass | pass | pass |
function-literal-423[+]
X function-literal-423: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}for-each#2) |
pass | pass | pass | pass | pass | pass |
function-literal-424[+]
X function-literal-424: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}for-each#2(("23", "29"), xs:int#1) |
pass | pass | pass | pass | pass | pass |
function-literal-425[+]
X function-literal-425: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}filter#2) |
pass | pass | pass | pass | pass | pass |
function-literal-426[+]
X function-literal-426: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}filter#2(1 to 10, function($a) {$a mod 2 = 0}) |
pass | pass | pass | pass | pass | pass |
function-literal-427[+]
X function-literal-427: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}fold-left#3) |
pass | pass | pass | pass | pass | pass |
function-literal-428[+]
X function-literal-428: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}fold-left#3(1 to 5, "", fn:concat(?, ".", ?)) |
pass | pass | pass | pass | pass | pass |
function-literal-429[+]
X function-literal-429: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}fold-right#3) |
pass | pass | pass | pass | pass | pass |
function-literal-430[+]
X function-literal-430: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}fold-right#3(1 to 5, "", fn:concat(?, ".", ?)) |
pass | pass | pass | pass | pass | pass |
function-literal-431[+]
X function-literal-431: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2005/xpath-functions}for-each-pair#3) |
pass | pass | pass | pass | pass | pass |
function-literal-432[+]
X function-literal-432: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2005/xpath-functions}for-each-pair#3(("a", "b", "c"), ("x", "y", "z"), concat#2) |
pass | pass | pass | pass | pass | pass |
function-literal-433[+]
X function-literal-433: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}untypedAtomic#1) |
pass | pass | pass | pass | pass | pass |
function-literal-434[+]
X function-literal-434: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}untypedAtomic#1('string') |
pass | pass | pass | pass | pass | pass |
function-literal-435[+]
X function-literal-435: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}dateTime#1) |
pass | pass | pass | pass | pass | pass |
function-literal-436[+]
X function-literal-436: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}dateTime#1('1970-01-02T04:05:06Z') |
pass | pass | pass | pass | pass | pass |
function-literal-437[+]
X function-literal-437: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}date#1) |
pass | pass | pass | pass | pass | pass |
function-literal-438[+]
X function-literal-438: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}date#1('1970-01-02Z') |
pass | pass | pass | pass | pass | pass |
function-literal-439[+]
X function-literal-439: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}time#1) |
pass | pass | pass | pass | pass | pass |
function-literal-440[+]
X function-literal-440: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}time#1('01:02:03Z') |
pass | pass | pass | pass | pass | pass |
function-literal-441[+]
X function-literal-441: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}duration#1) |
pass | pass | pass | pass | pass | pass |
function-literal-442[+]
X function-literal-442: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}duration#1('P5Y2M10DT15H') |
pass | pass | pass | pass | pass | pass |
function-literal-443[+]
X function-literal-443: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}yearMonthDuration#1) |
pass | pass | pass | pass | pass | pass |
function-literal-444[+]
X function-literal-444: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}yearMonthDuration#1('P1Y') |
pass | pass | pass | pass | pass | pass |
function-literal-445[+]
X function-literal-445: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}dayTimeDuration#1) |
pass | pass | pass | pass | pass | pass |
function-literal-446[+]
X function-literal-446: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}dayTimeDuration#1('PT15H') |
pass | pass | pass | pass | pass | pass |
function-literal-447[+]
X function-literal-447: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}float#1) |
pass | pass | pass | pass | pass | pass |
function-literal-448[+]
X function-literal-448: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}float#1('1') |
pass | pass | pass | pass | pass | pass |
function-literal-449[+]
X function-literal-449: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}double#1) |
pass | pass | pass | pass | pass | pass |
function-literal-450[+]
X function-literal-450: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}double#1('1') |
pass | pass | pass | pass | pass | pass |
function-literal-451[+]
X function-literal-451: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}decimal#1) |
pass | pass | pass | pass | pass | pass |
function-literal-452[+]
X function-literal-452: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}decimal#1('1') |
pass | pass | pass | pass | pass | pass |
function-literal-453[+]
X function-literal-453: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}integer#1) |
pass | pass | pass | pass | pass | pass |
function-literal-454[+]
X function-literal-454: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}integer#1('1') |
pass | pass | pass | pass | pass | pass |
function-literal-455[+]
X function-literal-455: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}nonPositiveInteger#1) |
pass | pass | pass | pass | pass | pass |
function-literal-456[+]
X function-literal-456: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}nonPositiveInteger#1('-1') |
pass | pass | pass | pass | pass | pass |
function-literal-457[+]
X function-literal-457: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}negativeInteger#1) |
pass | pass | pass | pass | pass | pass |
function-literal-458[+]
X function-literal-458: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}negativeInteger#1('-1') |
pass | pass | pass | pass | pass | pass |
function-literal-459[+]
X function-literal-459: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}long#1) |
pass | pass | pass | pass | pass | pass |
function-literal-460[+]
X function-literal-460: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}long#1('1') |
pass | pass | pass | pass | pass | pass |
function-literal-461[+]
X function-literal-461: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}int#1) |
pass | pass | pass | pass | pass | pass |
function-literal-462[+]
X function-literal-462: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}int#1('1') |
pass | pass | pass | pass | pass | pass |
function-literal-463[+]
X function-literal-463: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}short#1) |
pass | pass | pass | pass | pass | pass |
function-literal-464[+]
X function-literal-464: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}short#1('1') |
pass | pass | pass | pass | pass | pass |
function-literal-465[+]
X function-literal-465: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}byte#1) |
pass | pass | pass | pass | pass | pass |
function-literal-466[+]
X function-literal-466: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}byte#1('1') |
pass | pass | pass | pass | pass | pass |
function-literal-467[+]
X function-literal-467: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}nonNegativeInteger#1) |
pass | pass | pass | pass | pass | pass |
function-literal-468[+]
X function-literal-468: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}nonNegativeInteger#1('1') |
pass | pass | pass | pass | pass | pass |
function-literal-469[+]
X function-literal-469: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}unsignedLong#1) |
pass | pass | pass | pass | pass | pass |
function-literal-470[+]
X function-literal-470: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}unsignedLong#1('1') |
pass | pass | pass | pass | pass | pass |
function-literal-471[+]
X function-literal-471: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}unsignedInt#1) |
pass | pass | pass | pass | pass | pass |
function-literal-472[+]
X function-literal-472: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}unsignedInt#1('1') |
pass | pass | pass | pass | pass | pass |
function-literal-473[+]
X function-literal-473: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}unsignedShort#1) |
pass | pass | pass | pass | pass | pass |
function-literal-474[+]
X function-literal-474: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}unsignedShort#1('1') |
pass | pass | pass | pass | pass | pass |
function-literal-475[+]
X function-literal-475: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}unsignedByte#1) |
pass | pass | pass | pass | pass | pass |
function-literal-476[+]
X function-literal-476: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}unsignedByte#1('1') |
pass | pass | pass | pass | pass | pass |
function-literal-477[+]
X function-literal-477: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}nonNegativeInteger#1) |
pass | pass | pass | pass | pass | pass |
function-literal-478[+]
X function-literal-478: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}nonNegativeInteger#1('1') |
pass | pass | pass | pass | pass | pass |
function-literal-479[+]
X function-literal-479: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}positiveInteger#1) |
pass | pass | pass | pass | pass | pass |
function-literal-480[+]
X function-literal-480: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}positiveInteger#1('1') |
pass | pass | pass | pass | pass | pass |
function-literal-481[+]
X function-literal-481: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}gYearMonth#1) |
pass | pass | pass | pass | pass | pass |
function-literal-482[+]
X function-literal-482: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}gYearMonth#1('2001-10Z') |
pass | pass | pass | pass | pass | pass |
function-literal-483[+]
X function-literal-483: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}gYear#1) |
pass | pass | pass | pass | pass | pass |
function-literal-484[+]
X function-literal-484: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}gYear#1('2012Z') |
pass | pass | pass | pass | pass | pass |
function-literal-485[+]
X function-literal-485: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}gMonthDay#1) |
pass | pass | pass | pass | pass | pass |
function-literal-486[+]
X function-literal-486: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}gMonthDay#1('--11-01Z') |
pass | pass | pass | pass | pass | pass |
function-literal-487[+]
X function-literal-487: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}gDay#1) |
pass | pass | pass | pass | pass | pass |
function-literal-488[+]
X function-literal-488: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}gDay#1('---01Z') |
pass | pass | pass | pass | pass | pass |
function-literal-489[+]
X function-literal-489: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}gMonth#1) |
pass | pass | pass | pass | pass | pass |
function-literal-490[+]
X function-literal-490: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}gMonth#1('--11Z') |
pass | pass | pass | pass | pass | pass |
function-literal-491[+]
X function-literal-491: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}string#1) |
pass | pass | pass | pass | pass | pass |
function-literal-492[+]
X function-literal-492: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}string#1('string') |
pass | pass | pass | pass | pass | pass |
function-literal-493[+]
X function-literal-493: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}normalizedString#1) |
pass | pass | pass | pass | pass | pass |
function-literal-494[+]
X function-literal-494: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}normalizedString#1('normalized string') |
pass | pass | pass | pass | pass | pass |
function-literal-495[+]
X function-literal-495: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}token#1) |
pass | pass | pass | pass | pass | pass |
function-literal-496[+]
X function-literal-496: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}token#1('token') |
pass | pass | pass | pass | pass | pass |
function-literal-497[+]
X function-literal-497: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}language#1) |
pass | pass | pass | pass | pass | pass |
function-literal-498[+]
X function-literal-498: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}language#1('en') |
pass | pass | pass | pass | pass | pass |
function-literal-499[+]
X function-literal-499: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}NMTOKEN#1) |
pass | pass | pass | pass | pass | pass |
function-literal-500[+]
X function-literal-500: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}NMTOKEN#1('NMTOKEN') |
pass | pass | pass | pass | pass | pass |
function-literal-501[+]
X function-literal-501: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}Name#1) |
pass | pass | pass | pass | pass | pass |
function-literal-502[+]
X function-literal-502: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}Name#1('Name') |
pass | pass | pass | pass | pass | pass |
function-literal-503[+]
X function-literal-503: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}NCName#1) |
pass | pass | pass | pass | pass | pass |
function-literal-504[+]
X function-literal-504: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}NCName#1('NCName') |
pass | pass | pass | pass | pass | pass |
function-literal-505[+]
X function-literal-505: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}ID#1) |
pass | pass | pass | pass | pass | pass |
function-literal-506[+]
X function-literal-506: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}ID#1('ID') |
pass | pass | pass | pass | pass | pass |
function-literal-507[+]
X function-literal-507: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}IDREF#1) |
pass | pass | pass | pass | pass | pass |
function-literal-508[+]
X function-literal-508: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}IDREF#1('IDREF') |
pass | pass | pass | pass | pass | pass |
function-literal-509[+]
X function-literal-509: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}ENTITY#1) |
pass | pass | pass | pass | pass | pass |
function-literal-510[+]
X function-literal-510: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}ENTITY#1('ENTITY') |
pass | pass | pass | pass | pass | pass |
function-literal-511[+]
X function-literal-511: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}boolean#1) |
pass | pass | pass | pass | pass | pass |
function-literal-512[+]
X function-literal-512: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}boolean#1('1') |
pass | pass | pass | pass | pass | pass |
function-literal-513[+]
X function-literal-513: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}base64Binary#1) |
pass | pass | pass | pass | pass | pass |
function-literal-514[+]
X function-literal-514: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}base64Binary#1('D74D35D35D35') |
pass | pass | pass | pass | pass | pass |
function-literal-515[+]
X function-literal-515: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}hexBinary#1) |
pass | pass | pass | pass | pass | pass |
function-literal-516[+]
X function-literal-516: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}hexBinary#1('0fb7') |
pass | pass | pass | pass | pass | pass |
function-literal-517[+]
X function-literal-517: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}anyURI#1) |
pass | pass | pass | pass | pass | pass |
function-literal-518[+]
X function-literal-518: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}anyURI#1('http://www.example.org/') |
pass | pass | pass | pass | pass | pass |
function-literal-519[+]
X function-literal-519: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}QName#1) |
pass | pass | pass | pass | pass | pass |
function-literal-520[+]
X function-literal-520: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}QName#1('fn:QName') |
pass | pass | pass | pass | pass | pass |
function-literal-523[+]
X function-literal-523: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}IDREFS#1) |
pass | pass | pass | pass | pass | pass |
function-literal-524[+]
X function-literal-524: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}IDREFS#1('ID1 ID2 ID3') |
pass | pass | pass | pass | pass | pass |
function-literal-525[+]
X function-literal-525: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}NMTOKENS#1) |
pass | pass | pass | pass | pass | pass |
function-literal-526[+]
X function-literal-526: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}NMTOKENS#1('NMTOKEN1 NMTOKEN2 NMTOKEN3') |
pass | pass | pass | pass | pass | pass |
function-literal-527[+]
X function-literal-527: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(Q{http://www.w3.org/2001/XMLSchema}ENTITIES#1) |
pass | pass | pass | pass | pass | pass |
function-literal-528[+]
X function-literal-528: Created on: 2012-05-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: Q{http://www.w3.org/2001/XMLSchema}ENTITIES#1('ENTITY1 ENTITY2 ENTITY3') |
pass | pass | pass | pass | pass | pass |
function-literal-701[+]
X function-literal-701: Created on: 2015-02-25 Spec Dependencies: spec = XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: declare function local:plus($x, $y) { $x + $y }; function-name(local:plus#2) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
function-literal-702[+]
X function-literal-702: Created on: 2015-02-25 Spec Dependencies: spec = XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: declare function local:plus($x, $y) { $x + $y }; function-arity(local:plus#2) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
function-literal-703[+]
X function-literal-703: Created on: 2015-02-25 Spec Dependencies: spec = XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: declare function local:plus($x, $y) { $x + $y }; let $f := (if (current-date() gt xs:date('1900-01-01')) then local:plus#2 else round#2) return $f(5, 7) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
function-literal-704[+]
X function-literal-704: Created on: 2015-02-25 Spec Dependencies: spec = XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: declare variable $v := function-name(local:plus#2); declare function local:plus($x, $y) { $x + $y }; $v |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
function-literal-705[+]
X function-literal-705: Created on: 2015-02-25 Spec Dependencies: spec = XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: declare variable $v := function-arity(local:plus#2); declare function local:plus($x, $y) { $x + $y }; $v |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
function-literal-706[+]
X function-literal-706: Created on: 2015-02-25 Spec Dependencies: spec = XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: declare variable $f := (if (current-date() gt xs:date('1900-01-01')) then local:plus#2 else round#2); declare function local:plus($x, $y) { $x + $y }; $f(5, 7) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
function-literal-707[+]
X function-literal-707: Created on: 2015-02-25 Spec Dependencies: spec = XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: declare variable $f := (if (current-date() gt xs:date('1900-01-01')) then local:plus#2 else round#2); declare function local:plus($x, $y) { $x + $y + $a }; declare variable $a := function-arity($f); $f(3, 4) |
fail | n/a
notXP31 |
pass | n/a | pass | pass |
function-literal-708[+]
X function-literal-708: Created on: 2015-02-25 Spec Dependencies: spec = XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: declare default function namespace "http://example.com/functions"; declare variable $f := (if (fn:current-date() gt xs:date('1900-01-01')) then plus#2 else fn:round#2); declare function plus($x, $y) { $x + $y }; $f(5, 7) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
named-function-ref-reserved-function-names-001[+]
X named-function-ref-reserved-function-names-001: Created on: 2013-01-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:exists(attribute#0) |
pass | pass | pass | pass | pass | pass |
named-function-ref-reserved-function-names-002[+]
X named-function-ref-reserved-function-names-002: Created on: 2013-01-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:exists(comment#0) |
pass | pass | pass | pass | pass | pass |
named-function-ref-reserved-function-names-003[+]
X named-function-ref-reserved-function-names-003: Created on: 2013-01-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:exists(document-node#0) |
pass | pass | pass | pass | pass | pass |
named-function-ref-reserved-function-names-004[+]
X named-function-ref-reserved-function-names-004: Created on: 2013-01-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:exists(element#0) |
pass | pass | pass | pass | pass | pass |
named-function-ref-reserved-function-names-005[+]
X named-function-ref-reserved-function-names-005: Created on: 2013-01-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:exists(empty-sequence#0) |
pass | pass | pass | pass | pass | pass |
named-function-ref-reserved-function-names-006[+]
X named-function-ref-reserved-function-names-006: Created on: 2013-01-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:exists(function#0) |
pass | pass | pass | pass | pass | pass |
named-function-ref-reserved-function-names-007[+]
X named-function-ref-reserved-function-names-007: Created on: 2013-01-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:exists(if#0) |
pass | pass | pass | pass | pass | pass |
named-function-ref-reserved-function-names-008[+]
X named-function-ref-reserved-function-names-008: Created on: 2013-01-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:exists(item#0) |
pass | pass | pass | pass | pass | pass |
named-function-ref-reserved-function-names-009[+]
X named-function-ref-reserved-function-names-009: Created on: 2013-01-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:exists(namespace-node#0) |
pass | pass | pass | pass | pass | pass |
named-function-ref-reserved-function-names-010[+]
X named-function-ref-reserved-function-names-010: Created on: 2013-01-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:exists(node#0) |
pass | pass | pass | pass | pass | pass |
named-function-ref-reserved-function-names-011[+]
X named-function-ref-reserved-function-names-011: Created on: 2013-01-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:exists(processing-instruction#0) |
pass | pass | pass | pass | pass | pass |
named-function-ref-reserved-function-names-012[+]
X named-function-ref-reserved-function-names-012: Created on: 2013-01-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:exists(schema-attribute#0) |
pass | pass | pass | pass | pass | pass |
named-function-ref-reserved-function-names-013[+]
X named-function-ref-reserved-function-names-013: Created on: 2013-01-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:exists(schema-element#0) |
pass | pass | pass | pass | pass | pass |
named-function-ref-reserved-function-names-014[+]
X named-function-ref-reserved-function-names-014: Created on: 2013-01-24 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:exists(switch#0) |
pass | pass | pass | pass | pass | pass |
named-function-ref-reserved-function-names-015[+]
X named-function-ref-reserved-function-names-015: Created on: 2013-01-24 Spec Dependencies: spec = XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:exists(text#0) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
named-function-ref-reserved-function-names-016[+]
X named-function-ref-reserved-function-names-016: Created on: 2013-01-24 Spec Dependencies: spec = XQ30+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:exists(typeswitch#0) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
named-function-ref-reserved-function-names-017[+]
X named-function-ref-reserved-function-names-017: Created on: 2015-10-13 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:exists(array#0) |
pass | pass | pass | pass | pass | pass |
named-function-ref-reserved-function-names-018[+]
X named-function-ref-reserved-function-names-018: Created on: 2015-10-13 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: fn:exists(map#0) |
pass | pass | pass | pass | pass | pass |
SquareArray-007[+]
X SquareArray-007: Created on: 2014-10-28 Spec Dependencies: spec = XQ31+ feature = higherOrderFunctions Test: declare function local:fun() {1 to 5}; [local:fun()](1) |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
try-catch-function-call-3[+]
X try-catch-function-call-3: Created on: 2011-07-28 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ Test: try { function() { fn:error() } () } catch err:FOER0000 { 0 } |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
try-catch-function-call-4[+]
X try-catch-function-call-4: Created on: 2011-07-28 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ Test: try { function() { 1 div 0 } () } catch err:FOAR0001 { 0 } |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
UnaryLookup-011[+]
X UnaryLookup-011: Created on: 2014-11-27 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: let $d := function($x) {$x + ?2} return $d(12) |
pass | pass | pass | pass | pass | pass |
UnaryLookup-013[+]
X UnaryLookup-013: Created on: 2014-11-27 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: (floor#1, ceiling#1, round#1, abs#1)[?1 = 1] |
pass | pass | pass | pass | pass | pass |
UnaryLookup-016[+]
X UnaryLookup-016: Created on: 2014-11-27 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: (['a', 'b', 'c'], ['b', 'c', 'd'], ['e', 'f', 'b'])[contains(?1, ?, 'http://www.w3.org/2005/xpath-functions/collation/codepoint')('a')] |
pass | pass | pass | pass | pass | pass |
UnaryLookup-017[+]
X UnaryLookup-017: Created on: 2014-11-27 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: (['a', 'b', 'c'], ['b', 'c', 'd'], ['e', 'f', 'b'])[contains(?1, ?)('a')] |
pass | pass | pass | pass | pass | pass |
XQST0125_1[+]
X XQST0125_1: Created on: 2012-10-22 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions spec = XQ10+ Test: let $f := %public function($arg as xs:integer) as xs:integer { $arg + 1 } return $f(1) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
XQST0125_2[+]
X XQST0125_2: Created on: 2012-10-22 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions spec = XQ10+ Test: let $f := %private function($arg as xs:integer) as xs:integer { $arg + 1 } return $f(1) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
hof-001[+]
X hof-001: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:f($x as xs:integer) as xs:integer { $x + 1 }; let $f := local:f#1 return $f(2) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-002[+]
X hof-002: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:f() as xs:integer { 42 }; declare function local:f($x as xs:integer) as xs:integer { $x + 1 }; let $f := local:f#0 return $f() |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-003[+]
X hof-003: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: import module namespace m="http://example.com/hof-003"; let $f := m:f#1 return $f(17) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-004[+]
X hof-004: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: let $f := fn:round#1 return $f(1.2345) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-005[+]
X hof-005: Created on: 2009-03-01 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $f := concat#8 return $f('a','b','c','d','e','f','g','h') |
pass | pass | pass | pass | pass | pass |
hof-006[+]
X hof-006: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare default function namespace "http://example.com/hof-006"; declare function g($x as xs:integer) as xs:integer { $x + 1 }; let $f := g#1 return $f(21) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-007[+]
X hof-007: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare default function namespace "http://www.w3.org/2001/XMLSchema"; let $f := date#1 return $f('2008-01-31') |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-008[+]
X hof-008: Created on: 2009-03-01 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $f := xs:date#1 return $f('2008-01-31') |
pass | pass | pass | pass | pass | pass |
hof-010[+]
X hof-010: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:f($x as xs:integer) as xs:integer { $x + 1 }; let $f as function(*) := local:f#1 return $f(2) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-011[+]
X hof-011: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:f($x as xs:integer) as xs:integer { $x + 3 }; let $f as function(xs:integer) as xs:integer := local:f#1 return $f(2) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-012[+]
X hof-012: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:f($x as xs:integer, $y as xs:long) as xs:integer { $x + $y }; let $f as function(xs:integer, xs:long) as xs:integer := local:f#2 return $f(2, xs:long(5)) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-013[+]
X hof-013: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:f($x as xs:integer) as xs:integer { $x + 3 }; declare function local:g($x as xs:integer) as xs:integer { $x + 4 }; declare function local:h($x as xs:integer) as xs:integer { $x + 5 }; let $f as (function(xs:integer) as xs:integer)* := (local:f#1, local:g#1, local:h#1) return $f[3](2)[1] |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-014[+]
X hof-014: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:case($x as xs:boolean) as function(*) { if ($x) then fn:upper-case#1 else fn:lower-case#1 }; local:case(true())("Mike"), local:case(false())("Mike") |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-015[+]
X hof-015: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:case($x as xs:boolean) as function(xs:string?) as xs:string { if ($x) then fn:upper-case#1 else fn:lower-case#1 }; local:case(true())("Mike"), local:case(false())("Mike") |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-016[+]
X hof-016: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:case($x as function(*), $y as xs:string) as xs:string { $x($y) }; local:case(upper-case#1, "Mike"), local:case(lower-case#1, "Mike") |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-017[+]
X hof-017: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:case($x as function(xs:string?) as xs:string, $y as xs:string) as xs:string { $x($y) }; local:case(upper-case#1, "Mike"), local:case(lower-case#1, "Mike") |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-018[+]
X hof-018: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:scramble($x as function(xs:string) as xs:string, $y as xs:string) as xs:string { $x($y) }; declare function local:rot13($x as xs:string) as xs:string { translate($x, "abcdefghijklmnopqrstuvwxyz", "nopqrstuvwxyzabcdefghijklm") }; local:scramble(local:rot13#1, "mike") |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-019[+]
X hof-019: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:scramble($x as function(*), $y as xs:string) as xs:string { $x($y) }; declare function local:rot13($x as xs:string) as xs:string { translate($x, "abcdefghijklmnopqrstuvwxyz", "nopqrstuvwxyzabcdefghijklm") }; local:scramble(local:rot13#1, "mike") |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-020[+]
X hof-020: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:scramble($x as function(*), $y as xs:string) as xs:string { $x($y) }; local:scramble(function($x){translate($x, "abcdefghijklmnopqrstuvwxyz", "nopqrstuvwxyzabcdefghijklm")}, "john") |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-021[+]
X hof-021: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:scramble($x as function(xs:string) as xs:string, $y as xs:string) as xs:string { $x($y) }; local:scramble(function($x){translate($x, "abcdefghijklmnopqrstuvwxyz", "nopqrstuvwxyzabcdefghijklm")}, "john") |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-022[+]
X hof-022: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:scramble($x as function(xs:string) as xs:string, $y as xs:string) as xs:string { $x($y) }; let $n := function-name(local:scramble#2) return (local-name-from-QName($n), namespace-uri-from-QName($n), function-arity(local:scramble#2)) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-023[+]
X hof-023: Created on: 2009-03-01 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $f := fn:function-name#1, $n := function-name($f) return (local-name-from-QName($n), namespace-uri-from-QName($n), function-arity($f)) |
pass | pass | pass | pass | pass | pass |
hof-024[+]
X hof-024: Created on: 2009-03-01 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $f := xs:dateTime#1, $n := function-name($f) return (local-name-from-QName($n), namespace-uri-from-QName($n), function-arity($f)) |
pass | pass | pass | pass | pass | pass |
hof-025[+]
X hof-025: Created on: 2009-03-01 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $f := concat#123456, $n := function-name($f) return (local-name-from-QName($n), namespace-uri-from-QName($n), function-arity($f)) |
pass | pass | pass | pass | pass | pass |
hof-026[+]
X hof-026: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: let $f := function($x as xs:string) as xs:string { upper-case($x) } let $n := function-name($f) return <a loc="{local-name-from-QName($n)}" uri="{namespace-uri-from-QName($n)}" arity="{function-arity($f)}" eloc="{empty(local-name-from-QName($n))}" euri="{empty(namespace-uri-from-QName($n))}"/> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-027[+]
X hof-027: Created on: 2009-03-01 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $f := fn:contains(?, "e") return for $s in ("Mike", "John", "Dave", "Mary", "Jane") return $f($s) |
pass | pass | pass | pass | pass | pass |
hof-028[+]
X hof-028: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:splitter() as (function(xs:string) as xs:string*) { function($x as xs:string) { tokenize($x, '\s') } }; string-join(local:splitter()("A nice cup of tea"), '|') |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-029[+]
X hof-029: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:splitter() as (function(xs:string) as xs:string+)? { function($x as xs:string) { for $i in tokenize($x, '\s') return upper-case($i)} }; string-join(local:splitter()("A nice cup of tea"), '|') |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-030[+]
X hof-030: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare variable $sep as xs:string := "\s"; declare function local:splitter() as (function(xs:string) as xs:string*)? { function($x as xs:string) { for $i in tokenize($x, $sep) return upper-case($i)} }; string-join(local:splitter()("A nice cup of tea"), '|') |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-031[+]
X hof-031: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:splitter($sep as xs:string) as (function(xs:string) as xs:string*) { function($x as xs:string) { for $i in tokenize($x, $sep) return upper-case($i)} }; string-join(local:splitter("\s")("A nice cup of tea"), '|') |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-032[+]
X hof-032: Created on: 2009-03-01 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: (if (current-date() gt xs:date('2000-12-31')) then upper-case#1 else lower-case#1)("Mike") |
pass | pass | pass | pass | pass | pass |
hof-033[+]
X hof-033: Created on: 2009-03-01 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: local-name-from-QName(function-name((upper-case#1, lower-case#1)[.("Mike") = "MIKE"])) |
pass | pass | pass | pass | pass | pass |
hof-034[+]
X hof-034: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: local-name-from-QName(function-name((upper-case#1, lower-case#1)[ordered{.}("Mike") = "MIKE"])) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-035[+]
X hof-035: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: local-name-from-QName(function-name((upper-case#1, lower-case#1)[ordered{.}("Mike") = "MIKE"])) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-036[+]
X hof-036: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: (<a b="3"/>/(string(@b), upper-case#1, 17))[. instance of xs:anyAtomicType] |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-037[+]
X hof-037: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:f($x as xs:long, $y as xs:NCName) as element(e) { <e x="{$x}" y="{$y}"/> }; local:f#2 instance of function(*), local:f#2 instance of function(xs:long, xs:NCName) as element(e), local:f#2 instance of function(xs:anyAtomicType?, xs:anyAtomicType?) as element(e), local:f#2 instance of function(item()*, item()*) as element(e) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-038[+]
X hof-038: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:f($x as xs:long?, $y as xs:NCName?) as element(e) { <e x="{$x}" y="{$y}"/> }; local:f#2 instance of function(xs:int?, xs:NCName?) as element(e), local:f#2 instance of function(xs:long?) as element(e), local:f#2 instance of function(xs:long?, xs:NCName?, item()*) as element(e), local:f#2 instance of function(xs:long, xs:anyAtomicType?) as element(e), local:f#2 instance of function(item()+, item()+) as element(e) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-040[+]
X hof-040: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:apply($fns as (function(xs:string) as xs:string)*, $s as xs:string) as xs:string* { for $f in $fns return $f($s) }; let $ops := (upper-case#1, lower-case#1, function($x){translate($x, 'e', 'i')}, substring-before(?, ' ')) return string-join(local:apply($ops, 'Michael Kay'), '~') |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-041[+]
X hof-041: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:ops() as (function(xs:string) as xs:string)* { (upper-case#1, lower-case#1, function($x){translate($x, 'e', 'i')}, substring-before(?, ' ')) }; string-join(for $f in local:ops() return $f('Michael Kay'), '~') |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-042[+]
X hof-042: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:lower-case($x as xs:string) as xs:string { concat("'", fn:lower-case($x), "'") }; declare function local:ops() as (function(xs:string) as xs:string)* { (upper-case#1, local:lower-case#1, function($x){translate($x, 'e', 'i')}, substring-before(?, ' ')) }; string-join(for $f in local:ops() return $f(<a name="Michael Kay"/>/@name), '~') |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-043[+]
X hof-043: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:round($x as xs:double) as xs:double { fn:floor($x) }; declare function local:ops() as (function(xs:double) as xs:double)* { (abs#1, local:round#1, function($x){$x+1}, round-half-to-even(?, 2)) }; string-join(for $f in local:ops() return string($f(xs:untypedAtomic('123.456'))), '~') |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-044[+]
X hof-044: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:round($x as xs:double) as xs:double { fn:floor($x) }; declare function local:ops() as (function(xs:double) as xs:double)* { (abs#1, local:round#1, function($x as xs:double){$x+1}, round-half-to-even(?, 2)) }; string-join(for $f in local:ops() return string(round-half-to-even($f(xs:decimal('123.456')), 4)), '~') |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-045[+]
X hof-045: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:round($x as xs:double, $algorithm as (function(xs:double) as xs:double)) as xs:double { $algorithm($x) }; declare variable $roundToCeiling := local:round(?, ceiling#1); $roundToCeiling(12.4) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-046[+]
X hof-046: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:splitter($x as xs:string) as (function() as xs:string*)* { for $sep in ('\s', ',', '!') return function() { for $i in tokenize($x, $sep) return upper-case($i) } }; <out>{ for $f as function(*) in local:splitter("How nice! Thank you, I enjoyed that.") return <tokens>{ for $t in $f() return <t>{$t}</t> }</tokens> }</out> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-047[+]
X hof-047: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:splitter($x as xs:string) as (function() as xs:string*)* { for $sep in ('\s', ',', '!') return function() { for $i in tokenize($x, $sep) return let $f := function(){ concat($sep, ':', upper-case($i)) } return $f() } }; <out>{ for $f as function(*) in local:splitter("How nice! Thank you, I enjoyed that.") return <tokens>{ for $t in $f() return <t>{$t}</t> }</tokens> }</out> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-048[+]
X hof-048: Created on: 2010-08-14 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:do() as xs:integer { (local:f#1)(5) }; declare function local:f($x as xs:integer) as xs:integer { $x + 1 }; local:do() |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-049[+]
X hof-049: Created on: 2011-01-12 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:tf($i as xs:integer) as function () as xs:boolean { if ($i) then true#0 else false#0 }; <out>{(local:tf(0)(), local:tf(1)())}</out> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-050[+]
X hof-050: Created on: 2011-06-20 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: let $f := fn:substring-before#2(?, '-') return <out>{$f('the-end-of-the-world')}</out> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-051[+]
X hof-051: Created on: 2011-06-20 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: let $f := function($a as xs:string, $b as xs:string) { starts-with($a, $b) and ends-with($a, $b)}(?, 'a') return <out>{$f('abracadabra')}</out> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-052[+]
X hof-052: Created on: 2011-06-20 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: let $f := fn:concat#3(?, '*', ?) let $g := $f('[', ?) return <out>{$g(']')}</out> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-901[+]
X hof-901: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:f($x as xs:integer) as xs:integer { $x + 1 }; let $f := local:g#1 return $f(2) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-902[+]
X hof-902: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:f($x as xs:integer) as xs:integer { $x + 1 }; let $f := local:f#3 return $f(2) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-903[+]
X hof-903: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:f($x as xs:integer) as xs:integer { $x + 1 }; let $f := xs:date#2 return $f('2008-03-01') |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-904[+]
X hof-904: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:f($x as xs:integer) as xs:integer { $x + 1 }; let $f := concat#1 return $f('2008-03-01') |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-905[+]
X hof-905: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:f($x as xs:integer) as xs:integer { $x + 1 }; string(local:f#1) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-906[+]
X hof-906: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:f($x as xs:integer) as xs:integer { $x + 1 }; exists(data(local:f#1)) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-907[+]
X hof-907: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:f($x as xs:integer) as xs:integer { $x + 1 }; deep-equal((1,2,3,4,local:f#1), (1,2,3,4,local:f#1)) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-908[+]
X hof-908: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:f($x as xs:integer) as xs:integer { $x + 1 }; local:f#1 eq 3 |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-909[+]
X hof-909: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:f($x as xs:integer) as xs:integer { $x + 1 }; number(local:f#1) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-910[+]
X hof-910: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:f($x as xs:integer) as xs:integer { $x + 1 }; let $f as function(xs:integer) := local:f#1 return $f(3) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-911[+]
X hof-911: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: <a b="3"/>/(@b, upper-case#1) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-912[+]
X hof-912: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:apply($fns as (function(xs:string) as xs:string)*, $s as xs:string) as xs:string* { for $f in $fns return $f($s) }; let $ops := (upper-case#1, lower-case#1, function($x){translate($x, 'e', 'i')}, substring-before(?, ' ', ?)) return string-join(local:apply($ops, 'Michael Kay'), '~') |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-913[+]
X hof-913: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:apply($fns as (function(xs:string) as xs:string)*, $s as xs:string) as xs:string* { for $f in $fns return $f($s) }; let $ops := (upper-case#1, lower-case#1, function($x){translate($x, 'e', 'i')}, string-length#1) return string-join(local:apply($ops, 'Michael Kay'), '~') |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-914[+]
X hof-914: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:apply($fns as (function(xs:string) as xs:string)*, $s as xs:string) as xs:string* { for $f in $fns return $f($s) }; let $ops := (upper-case#1, lower-case#1, function($x as xs:double){string($x)}) return string-join(local:apply($ops, 'Michael Kay'), '~') |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-915[+]
X hof-915: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: let $ops := substring-before('abc', ' ', (), ?) return $ops('Michael Kay') |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-916[+]
X hof-916: Created on: 2009-03-01 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $ops := substring-before(?, ?) return $ops('Michael Kay') |
pass | pass | pass | pass | pass | pass |
hof-917[+]
X hof-917: Created on: 2009-03-01 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $ops := substring-before(?, 2) return $ops('Michael Kay') |
pass | pass | pass | pass | pass | pass |
hof-918[+]
X hof-918: Created on: 2009-03-01 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:round($x as xs:double, $algorithm as (function(xs:double) as xs:double)) as xs:double { $algorithm($x) }; declare variable $roundToCeiling := local:round(?, upper-case#1); $roundToCeiling(12.4) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
hof-919[+]
X hof-919: Created on: 2012-01-03 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:round($x as xs:double) as xs:double { fn:floor($x) }; declare function local:ops() as (function(xs:double) as xs:double)* { (abs#1, local:round#1, function($x as xs:float){$x+1}, round-half-to-even(?, 2)) }; string-join(for $f in local:ops() return string(round-half-to-even($f(xs:decimal('123.456')), 4)), '~') |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
function-item-1[+]
X function-item-1: Created on: 2011-07-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: concat#64 instance of function(*) |
pass | pass | pass | pass | pass | pass |
function-item-2[+]
X function-item-2: Created on: 2011-07-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: string-join#1(("a", "b", "c", "d", "e", "f", "g", "h", "i", "j")) |
pass | pass | pass | pass | pass | pass |
function-item-3[+]
X function-item-3: Created on: 2011-07-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: string-join#1 is string-join#1 |
pass | pass | pass | pass | pass | pass |
function-item-4[+]
X function-item-4: Created on: 2011-07-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: string-join#1 eq string-join#1 |
pass | pass | pass | pass | pass | pass |
function-item-5[+]
X function-item-5: Created on: 2011-07-28 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: element a { avg#1 } |
pass | n/a
notXP31 |
wrongError
Expected error:XQTY0105, got err:FOTY0013 |
n/a | pass | pass |
function-item-6[+]
X function-item-6: Created on: 2011-07-28 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: attribute a { avg#1 } |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
function-item-7[+]
X function-item-7: Created on: 2011-07-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: (let $a := 92, $b := true() return function($c) { $a, $b, $c })("lala") |
pass | pass | pass | pass | pass | pass |
function-item-8[+]
X function-item-8: Created on: 2011-07-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-name(function-name#1) |
pass | pass | pass | pass | pass | pass |
function-item-9[+]
X function-item-9: Created on: 2011-07-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-name(let $a := 92, $b := true() return function($c) { $a, $b, $c }) |
pass | pass | pass | pass | pass | pass |
function-item-10[+]
X function-item-10: Created on: 2011-07-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: (let $a := 92, $b := true() return function($c) { $a, $b, $c }) instance of function(item()*) as item()* |
pass | pass | pass | pass | pass | pass |
function-item-11[+]
X function-item-11: Created on: 2011-07-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: (let $a := 92, $b := true() return function($c) { $a, $b, $c })((xs:QName("foo"), 5.0e3)) |
pass | pass | pass | pass | pass | pass |
function-item-12[+]
X function-item-12: Created on: 2011-07-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function($a as item()) as item() { $a } instance of function(*) |
pass | pass | pass | pass | pass | pass |
function-item-13[+]
X function-item-13: Created on: 2011-07-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function($a as item()) as xs:integer { $a } instance of function(item()) as item() |
pass | pass | pass | pass | pass | pass |
function-item-14[+]
X function-item-14: Created on: 2011-07-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function($a as item()) as item() { $a } instance of function(xs:string) as item() |
pass | pass | pass | pass | pass | pass |
function-item-15[+]
X function-item-15: Created on: 2011-07-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function($a as item()) as item() { $a } instance of function() as item() |
pass | pass | pass | pass | pass | pass |
function-item-16[+]
X function-item-16: Created on: 2011-07-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function($a as item()) as xs:integer { $a } instance of function(item(), item()) as item() |
pass | pass | pass | pass | pass | pass |
function-item-17[+]
X function-item-17: Created on: 2011-07-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function($a as xs:string) as item() { $a } instance of function(item()) as item() |
pass | pass | pass | pass | pass | pass |
inline-function-1[+]
X inline-function-1: Created on: 2011-07-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function() { 5 } instance of function(*) |
pass | pass | pass | pass | pass | pass |
inline-function-2[+]
X inline-function-2: Created on: 2011-07-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-name(function() { 5 }) |
pass | pass | pass | pass | pass | pass |
inline-function-3[+]
X inline-function-3: Created on: 2011-07-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function() as xs:integer { 5 }() |
pass | pass | pass | pass | pass | pass |
inline-function-4[+]
X inline-function-4: Created on: 2011-07-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function($a as xs:integer) as xs:integer { $a + 5 }(3) |
pass | pass | pass | pass | pass | pass |
inline-function-5[+]
X inline-function-5: Created on: 2011-07-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function($a as xs:integer, $b as xs:double) as xs:double { $a * $b + 5 }(3, 2) |
pass | pass | pass | pass | pass | pass |
inline-function-6[+]
X inline-function-6: Created on: 2011-07-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function($a, $b as xs:double) as xs:double { $a * $b + 5 } instance of function(item()*, xs:double) as xs:double |
pass | pass | pass | pass | pass | pass |
inline-function-7[+]
X inline-function-7: Created on: 2011-07-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function($a as node()+, $b) as xs:double { $a * $b + 5 } instance of function(node(), item()*) as xs:double |
pass | pass | pass | pass | pass | pass |
inline-function-8[+]
X inline-function-8: Created on: 2011-07-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function($a as node()+) { $a + 5 } instance of function(node()) as item()* |
pass | pass | pass | pass | pass | pass |
inline-function-9[+]
X inline-function-9: Created on: 2011-07-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function() { true() } instance of function() as item()* |
pass | pass | pass | pass | pass | pass |
inline-function-10[+]
X inline-function-10: Created on: 2011-07-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function($a) { "lala", $a }, $a |
pass | pass | pass | pass | pass | pass |
inline-function-11[+]
X inline-function-11: Created on: 2011-07-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $a := "monkey" return function($a) { "lala", $a }("gibbon") |
pass | pass | pass | pass | pass | pass |
inline-function-12[+]
X inline-function-12: Created on: 2011-07-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: $a, function($a) { "lala", $a } |
pass | pass | pass | pass | pass | pass |
inline-function-11a[+]
X inline-function-11a: Created on: 2011-07-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function($a) { let $a := "monkey" return ("lala", $a) }("gibbon") |
pass | pass | pass | pass | pass | pass |
inline-function-12a[+]
X inline-function-12a: Created on: 2011-07-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function($a, $a) { "lala", $a }("gibbon", "monkey") |
pass | pass | pass | pass | pass | pass |
inline-function-13[+]
X inline-function-13: Created on: 2011-07-28 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: function($local:foo, $local:bar, $local:foo) { "lala", $local:foo, $local:bar }("gibbon", "monkey", "ape") |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
inline-function-14[+]
X inline-function-14: Created on: 2011-07-28 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: function($local:foo, $local:bar, $fn:foo) { "lala", $local:foo, $local:bar }("gibbon", "monkey", "ape") |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
inline-function-15[+]
X inline-function-15: Created on: 2013-04-05 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function($Q{http://local/}foo, $Q{http://local/}bar, $Q{http://local/}foo) { "lala", $Q{http://local/}foo, $Q{http://local/}bar }("gibbon", "monkey", "ape") |
pass | pass | pass | pass | pass | pass |
inline-function-16[+]
X inline-function-16: Created on: 2013-04-05 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function($Q{http://local/}foo, $Q{http://local/}bar, $fn:foo) { "lala", $Q{http://local/}foo, $Q{http://local/}bar }("gibbon", "monkey", "ape") |
pass | pass | pass | pass | pass | pass |
xqhof1[+]
X xqhof1: Created on: 2011-07-28 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare namespace map = "http://snelson.org.uk/functions/map"; declare function map:key($pair as function() as item()+) as item() { $pair()[1] }; declare function map:value($pair as function() as item()+) as item()* { subsequence($pair(), 2) }; declare function map:contains($map as (function() as item()+)*, $key as item()) as xs:boolean { map:process($map, $key, function($a) { true() }, false(), function($a) { () }) }; declare function map:get($map as (function() as item()+)*, $key as item()) as item()* { map:process($map, $key, map:value#1, (), function($a) { () }) }; declare function map:process( $map as (function() as item()+)*, $key as item(), $found as function(function() as item()+) as item()*, $notfound as item()*, $unused as function((function() as item()+)*) as item()* ) as item()* { if(empty($map)) then $notfound else let $length := count($map) let $middle := $length idiv 2 + 1 let $pair := $map[$middle] let $pair_key := $pair()[1] return if($pair_key eq $key) then ( $unused(subsequence($map, 1, $middle - 1)), $found($pair), $unused(subsequence($map, $middle + 1)) ) else if($pair_key gt $key) then ( map:process(subsequence($map, 1, $middle - 1), $key, $found, $notfound, $unused), $unused(subsequence($map, $middle)) ) else ( $unused(subsequence($map, 1, $middle)), map:process(subsequence($map, $middle + 1), $key, $found, $notfound, $unused) ) }; declare function map:pair($key as item(), $value as item()*) as function() as item()+ { function() { $key, $value } }; declare function map:put( $map as (function() as item()+)*, $key as item(), $value as item()* ) as (function() as item()+)+ { let $pair := map:pair($key, $value) return map:process($map, $key, function($a) { $pair }, $pair, function($a) { $a }) }; string-join(let $map := map:put(map:put(map:put(map:put(map:put(map:put((), "a", "aardvark"), "z", "zebra"), "e", ("elephant", "eagle")), "o", "osterich"), "t", "terrapin"), "a", "antelope") return ( map:get($map, "o"), for $m in $map return concat("key: ", map:key($m), ", value: (", string-join(map:value($m), ", "), ")")) , " ") |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
xqhof2[+]
X xqhof2: Created on: 2011-07-28 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: import module namespace func = "http://snelson.org.uk/functions/functional"; let $f := func:curry(concat#5) return $f("foo")(" bar")(" baz")(" what's")(" next?") |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
xqhof3[+]
X xqhof3: Created on: 2011-07-28 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: import module namespace func = "http://snelson.org.uk/functions/functional"; declare function local:fib2_aux($result as xs:integer, $next as xs:integer, $n) as xs:integer* { if($n eq 0) then () else ( $result, local:fib2_aux($next, $next + $result, $n - 1)) }; declare function local:fib2($n) as xs:integer* { local:fib2_aux(0, 1, $n) }; declare function local:map-pairs($f,$a,$b) { for-each-pair($a,$b,$f) }; string-join( for $a in subsequence( let $interleave := func:curry(local:map-pairs#3)(function($a, $b) { $a, $b }) let $enumerate := $interleave(0 to 49) return $enumerate(local:fib2(50)) , 1, 100) return string($a) , " ") |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
xqhof4[+]
X xqhof4: Created on: 2011-07-28 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:hof($s, $f as function(*)) { $f($s[1], $s[2]) }; local:hof(('1', '2'), concat#2) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
xqhof5[+]
X xqhof5: Created on: 2011-07-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: let $a := string-join(?, "") return $a(("foo", "bar", "baz")) |
pass | pass | pass | pass | pass | pass |
xqhof6[+]
X xqhof6: Created on: 2011-07-28 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare function local:curry($f as function(item()*, item()*) as item()*) as function(item()*) as function(item()*) as item()* { function($a) { $f($a, ?) } }; local:curry(substring-after#2)("foobar")("foo") |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
xqhof7[+]
X xqhof7: Created on: 2011-07-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: concat#3("one", "two") |
pass | pass | pass | pass | pass | pass |
xqhof8[+]
X xqhof8: Created on: 2011-07-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: concat#4("one", ?, "three") |
pass | pass | pass | pass | pass | pass |
xqhof9[+]
X xqhof9: Created on: 2011-07-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: concat#2("one", ?, "three") |
pass | pass | pass | pass | pass | pass |
xqhof10[+]
X xqhof10: Created on: 2011-07-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: for $f in (concat("one ", ?, " three"), substring-before("one two three", ?), matches(?, "t.*o"), xs:NCName(?)) return $f("two") |
pass | pass | pass | pass | pass | pass |
xqhof11[+]
X xqhof11: Created on: 2011-07-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: ()("two") |
pass | pass | pass | pass | pass | pass |
xqhof12[+]
X xqhof12: Created on: 2011-07-28 Spec Dependencies: spec = XP30+ XQ30+ feature = higherOrderFunctions Test: (concat("one ", ?, " three"), substring-before("one two three", ?), matches(?, "t.*o"), xs:NCName(?))("two") |
pass | pass | pass | pass | pass | pass |
xqhof13[+]
X xqhof13: Created on: 2011-07-28 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: let $f := function($a) { node-name(.), $a } return <a/>/$f(5) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
xqhof14[+]
X xqhof14: Created on: 2011-07-28 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: let $f := name#0 return <a/>/$f() |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
xqhof15[+]
X xqhof15: Created on: 2012-05-23 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: let $f := <b/>/name#0 return <a/>/$f() |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
xqhof16[+]
X xqhof16: Created on: 2012-05-23 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare base-uri "main"; import module namespace lib = "lib"; lib:getfun()(), fn:static-base-uri#0(), fn:static-base-uri() |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
xqhof17[+]
X xqhof17: Created on: 2012-05-23 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: import module namespace lib = "lib"; <main/>/lib:getfun2()(), <main/>/name#0(), <main/>/name() |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
xqhof18[+]
X xqhof18: Created on: 2012-05-23 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: declare base-uri "main"; import module namespace lib = "lib"; lib:getfun3()(xs:QName("fn:static-base-uri"),0)(), function-lookup#2(xs:QName("fn:static-base-uri"),0)(), function-lookup(xs:QName("fn:static-base-uri"),0)() |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
xqhof19[+]
X xqhof19: Created on: 2012-05-23 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: import module namespace lib = "lib"; <main/>/lib:getfun3()(xs:QName("fn:name"),0)(), <main/>/function-lookup#2(xs:QName("fn:name"),0)(), <main/>/function-lookup(xs:QName("fn:name"),0)() |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
xqhof20[+]
X xqhof20: Created on: 2015-07-16 Spec Dependencies: spec = XQ31+ feature = higherOrderFunctions Test: let $m := map { "Tuesday" : true(), "Wednesday" : true(), "Thursday" : false(), "Friday" : true(), "Monday" : true(), "Sunday" : false(), "Saturday" : false() } let $days := ("Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday") return fn:filter($days,$m) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
xqhof21[+]
X xqhof21: Created on: 2015-07-16 Spec Dependencies: spec = XQ31+ feature = higherOrderFunctions Test: let $m := map { "Tuesday" : true(), "Wednesday" : true(), "Friday" : true(), "Monday" : true(), "Sunday" : false(), "Saturday" : false() } let $days := ("Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday") return fn:filter($days,$m) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
xqhof22[+]
X xqhof22: Created on: 2016-08-09 Spec Dependencies: spec = XQ31+ feature = higherOrderFunctions Test: let $m := array { true(), true(), false(), true(), true(), false(), false() } let $indices := (1 to 7) return fn:filter($indices,$m) |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
Serialization-adaptive-12[+]
X Serialization-adaptive-12: Created on: 2015-02-11 Spec Dependencies: spec = XQ31+ feature = higherOrderFunctions Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "adaptive"; fn:exists#1 |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
Serialization-adaptive-13[+]
X Serialization-adaptive-13: Created on: 2015-02-11 Spec Dependencies: spec = XQ31+ feature = higherOrderFunctions Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "adaptive"; function($a) { $a } |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
Serialization-adaptive-26[+]
X Serialization-adaptive-26: Created on: 2015-02-11 Spec Dependencies: spec = XQ31+ feature = higherOrderFunctions Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "adaptive"; [fn:exists#1, function($a) { $a }] |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
Serialization-adaptive-27[+]
X Serialization-adaptive-27: Created on: 2015-02-11 Spec Dependencies: spec = XQ31+ feature = higherOrderFunctions Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "adaptive"; [fn:exists#1, 1, <element>content</element>, (), function($a) { $a }, map { "infinity":xs:double("INF") }, "json-string"] |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
UseCaseCompoundValues-001[+]
X UseCaseCompoundValues-001: Created on: 2014-12-30 Spec Dependencies: spec = XQ31+ feature = higherOrderFunctions Test: declare namespace i = "http://example.com/compound-values"; declare function i:complex($real as xs:double, $imaginary as xs:double) as map(xs:boolean, xs:double) { map { true() : $real, false() : $imaginary } }; declare function i:real($complex as map(xs:boolean, xs:double)) as xs:double { $complex(true()) }; declare function i:imaginary($complex as map(xs:boolean, xs:double)) as xs:double { $complex(false()) }; declare function i:add($arg1 as map(xs:boolean, xs:double), $arg2 as map(xs:boolean, xs:double)) as map(xs:boolean, xs:double){ i:complex(i:real($arg1)+i:real($arg2), i:imaginary($arg1)+i:imaginary($arg2)) }; declare function i:multiply($arg1 as map(xs:boolean, xs:double), $arg2 as map(xs:boolean, xs:double)) as map(xs:boolean, xs:double) { i:complex( i:real($arg1)*i:real($arg2) - i:imaginary($arg1)*i:imaginary($arg2), i:real($arg1)*i:imaginary($arg2) + i:imaginary($arg1)*i:real($arg2)) }; i:add(i:complex(2, 3), i:complex(1, -6)), i:multiply(i:complex(2, -1), i:complex(3, 4)) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
UseCaseJSON-002[+]
X UseCaseJSON-002: Created on: 2014-12-23 Spec Dependencies: spec = XQ31+ feature = higherOrderFunctions Test: declare namespace array="http://www.w3.org/2005/xpath-functions/array"; declare namespace map="http://www.w3.org/2005/xpath-functions/map"; let $input := json-doc('employees.json') for $k in map:keys($input) return <department name="{$k}">{ let $array := $input($k) for $i in 1 to array:size($array) let $emp := $array($i) return <employee> <firstName>{ $emp('firstName') }</firstName> <lastName>{ $emp('lastName') }</lastName> <age>{ $emp('age') }</age> </employee> }</department> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
UseCaseJSON-003[+]
X UseCaseJSON-003: Created on: 2014-12-23 Spec Dependencies: spec = XQ31+ feature = higherOrderFunctions Test: declare namespace map="http://www.w3.org/2005/xpath-functions/map"; declare function local:deep-put($input as item()*, $key as xs:string, $value as item()*) as item()* { for $i in $input return if ($i instance of map(*)) then map:merge(map:for-each($i, function($k, $v) { if ($k eq $key) then map{$k : $value} else map{$k : local:deep-put($v, $key, $value)} })) else if ($i instance of array(*)) then array{ local:deep-put($i?*, $key, $value) } else $i }; local:deep-put(json-doc("bookinfo.json"), "first", "John") |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
UseCaseJSON-007[+]
X UseCaseJSON-007: Created on: 2014-12-23 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: let $sats := json-doc("satellites.json")("satellites") return map { "visible" : array { map:keys($sats)[$sats(.)("visible")] }, "invisible" : array { map:keys($sats)[not($sats(.)("visible"))] } } |
pass | pass | pass | pass | pass | pass |
UseCaseJSON-009[+]
X UseCaseJSON-009: Created on: 2014-12-23 Spec Dependencies: spec = XQ31+ feature = higherOrderFunctions Test: declare namespace array="http://www.w3.org/2005/xpath-functions/array"; declare variable $data := map { "color" : "blue", "closed" : true(), "points" : [[10,10], [20,10], [20,20], [10,20]] }; declare variable $stroke := attribute stroke { $data("color") }; declare variable $points := attribute points { array:flatten($data("points")) }; if ($data("closed")) then <svg><polygon>{ $stroke, $points }</polygon></svg> else <svg><polyline>{ $stroke, $points }</polyline></svg> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
UseCaseJSON-010[+]
X UseCaseJSON-010: Created on: 2014-12-23 Spec Dependencies: spec = XQ31+ feature = higherOrderFunctions Test: <html> <body> <table> <tr> { (: Column headings :) <th> </th>, for $th in json-doc("table.json")("col labels")?* return <th>{ $th }</th> } </tr> { (: Data for each row :) for $r at $i in json-doc("table.json")("data")?* return <tr> { <th>{ json-doc("table.json")("row labels")[$i] }</th>, for $c in $r?* return <td>{ $c }</td> } </tr> } </table> </body> </html> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
UseCaseJSON-012[+]
X UseCaseJSON-012: Created on: 2014-12-23 Spec Dependencies: spec = XQ31+ feature = higherOrderFunctions Test: let $users := [map { "userid" : "W0342", "firstname" : "Walter", "lastname" : "Denisovich" }, map { "userid" : "M0535", "firstname" : "Mick", "lastname" : "Goulish" }]?* let $holdings := [map { "userid" : "W0342", "ticker" : "DIS", "shares" : 153212312 }, map { "userid" : "M0535", "ticker" : "DIS", "shares" : 10 }, map { "userid" : "M0535", "ticker" : "AIG", "shares" : 23412 }]?* return array { for $u in $users order by $u("userid") return map { "userid" : $u("userid"), "first" : $u("firstname"), "last" : $u("lastname"), "holdings" : array { for $h in $holdings where $h("userid") = $u("userid") order by $h("ticker") return map { "ticker" : $h("ticker"), "share" : $h("shares") } } } } |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
UseCaseJSON-014[+]
X UseCaseJSON-014: Created on: 2014-12-23 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: let $feed := json-doc("incoming.json")("feed") , $entry := $feed("entry") return if ($entry?*("app$control")("yt$state")("name") = "restricted") then map:remove($feed, "entry") else $feed |
pass | pass | pass | pass | pass | pass |
UseCaseNLP-001[+]
X UseCaseNLP-001: Created on: 2014-12-30 Spec Dependencies: spec = XQ31+ feature = higherOrderFunctions Test: <s> { for $w in json-doc('speech-representation.json')?* return <w pos="{ $w(2) }">{ $w(1) }</w> } </s> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
UseCaseNLP-002[+]
X UseCaseNLP-002: Created on: 2014-12-30 Spec Dependencies: spec = XQ31+ feature = higherOrderFunctions Test: declare variable $index := map { "pos" : 2, "lemma" : 1 }; <s> { for $w in json-doc('speech-representation.json')?* return <w pos="{ $w($index("pos")) }">{ $w($index("lemma")) }</w> } </s> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
UseCaseNLP-003[+]
X UseCaseNLP-003: Created on: 2014-12-30 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array { for $w in json-doc('speech-representation.json')?* return map { "pos" : $w(2), "lemma" : $w(1) } } |
pass | pass | pass | pass | pass | pass |
UseCaseNLP-004[+]
X UseCaseNLP-004: Created on: 2014-12-30 Spec Dependencies: spec = XQ31+ feature = higherOrderFunctions Test: for $word in json-doc('speech-representation.json')?* let $pos := $word(2) let $lexeme := $word(1) where $pos = ("JJ", "NN", "RB", "VB") group by $pos order by $pos return <pos name="{$pos}"> { for $l in distinct-values($lexeme) return <lexeme>{ $l }</lexeme> } </pos> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
UseCaseNLP-005[+]
X UseCaseNLP-005: Created on: 2014-12-30 Spec Dependencies: spec = XQ31+ feature = higherOrderFunctions Test: declare function local:words-only($s) { for $w in $s where not($w(2) = (".", ",", ";", ":")) return $w(1) }; for sliding window $w in local:words-only(json-doc('speech-representation.json')?*) start at $i when true() only end at $j when $j - $i eq 2 return array { $w } |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
UseCaseNLP-006a[+]
X UseCaseNLP-006a: Created on: 2014-12-30 Spec Dependencies: spec = XQ31+ feature = higherOrderFunctions Test: declare function local:filter($s as item()*, $p as function(item()) as xs:boolean) { array { $s[$p(.)] }, array { $s[not($p(.))] } }; let $f := function($a) { starts-with($a(2), "VB") } return local:filter(json-doc('speech-representation.json')?*, $f) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
UseCaseNLP-006b[+]
X UseCaseNLP-006b: Created on: 2014-12-30 Spec Dependencies: spec = XQ31+ feature = higherOrderFunctions Test: declare function local:filter($s as item()*, $p as function(item()) as xs:boolean) { map { true() : array { $s[$p(.)] }, false() : array { $s[not($p(.))] } } }; let $f := function($a) { starts-with($a(2), "VB") } return local:filter(json-doc('speech-representation.json')?*, $f) |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
UseCaseR31-009[+]
X UseCaseR31-009: Created on: 2014-04-24 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ spec = XQ30+ Test: declare namespace map="http://www.w3.org/2005/xpath-functions/map"; declare variable $book:= (<book> <isbn>0470192747</isbn> <publisher>Wiley</publisher> <title>XSLT 2.0 and XPath 2.0 Programmer's Reference</title> </book>); declare variable $author := (<author> <name>Michael H. Kay</name> <isbn>0470192747</isbn> <isbn>...</isbn> </author>); declare variable $index := map:merge($book ! map{isbn : .}); <table>{ for $a in $author return <tr> <td>{ $a/name/string() }</td> <td>{ string-join($a/isbn ! $index(.)/title/string(), ", ") }</td> </tr> }</table> |
fail | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
UseCaseR31-012[+]
X UseCaseR31-012: Created on: 2014-04-24 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ spec = XQ30+ Test: declare function local:play( $secret-number as xs:integer, $guessed-number as xs:integer, $translator as function(xs:string) as xs:string) { switch (true()) case $guessed-number eq $secret-number return $translator("You won!") case $guessed-number lt $secret-number return $translator("The secret number is greater.") default (: $guessed-number gt $secret-number :) return $translator("The secret number is lower.") }; local:play(76, 86, function($x) { $x }), (: Keep English :) local:play(76, 86, map { "You won!" : "Du hast gewonnen!", "The secret number is greater." : "Die geheime Zahl ist groesser.", "The secret number is lower." : "Die geheime Zahl ist kleiner." } ) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
UseCaseR31-013[+]
X UseCaseR31-013: Created on: 2014-04-24 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ spec = XQ30+ Test: declare variable $s :=[['A', 'DT'], ['bride', 'NN'], [',', ','], ['you', 'PRP'], ['know', 'VBP'], [',', ','], ['must', 'MD'], ['appear', 'VB'], ['like', 'IN'], ['a', 'DT'], ['bride', 'NN'], [',', ','], ['but', 'CC'], ['my', 'PRP$'], ['natural', 'JJ'], ['taste', 'NN'], ['is', 'VBZ'], ['all', 'DT'], ['for', 'IN'], ['simplicity', 'NN'], [';', ':'], ['a', 'DT'], ['simple', 'JJ'], ['style', 'NN'], ['of', 'IN'], ['dress', 'NN'], ['is', 'VBZ'], ['so', 'RB'], ['infinitely', 'RB'], ['preferable', 'JJ'], ['to', 'TO'], ['finery', 'VB'], ['.', '.'] ]; <s> { for $w in $s?* return <w pos="{ $w(2) }">{ $w(1) }</w> } </s> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
UseCaseR31-014[+]
X UseCaseR31-014: Created on: 2014-04-24 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ spec = XQ30+ Test: declare variable $s :=[['A', 'DT'], ['bride', 'NN'], [',', ','], ['you', 'PRP'], ['know', 'VBP'], [',', ','], ['must', 'MD'], ['appear', 'VB'], ['like', 'IN'], ['a', 'DT'], ['bride', 'NN'], [',', ','], ['but', 'CC'], ['my', 'PRP$'], ['natural', 'JJ'], ['taste', 'NN'], ['is', 'VBZ'], ['all', 'DT'], ['for', 'IN'], ['simplicity', 'NN'], [';', ':'], ['a', 'DT'], ['simple', 'JJ'], ['style', 'NN'], ['of', 'IN'], ['dress', 'NN'], ['is', 'VBZ'], ['so', 'RB'], ['infinitely', 'RB'], ['preferable', 'JJ'], ['to', 'TO'], ['finery', 'VB'], ['.', '.'] ]; declare variable $index := map { "pos" : 2, "lemma" : 1 }; <s> { for $w in $s?* return <w pos="{ $w($index("pos")) }">{ $w($index("lemma")) }</w> } </s> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
UseCaseR31-015[+]
X UseCaseR31-015: Created on: 2014-04-24 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ spec = XQ30+ Test: declare variable $s :=[['A', 'DT'], ['bride', 'NN'], [',', ','], ['you', 'PRP'], ['know', 'VBP'], [',', ','], ['must', 'MD'], ['appear', 'VB'], ['like', 'IN'], ['a', 'DT'], ['bride', 'NN'], [',', ','], ['but', 'CC'], ['my', 'PRP$'], ['natural', 'JJ'], ['taste', 'NN'], ['is', 'VBZ'], ['all', 'DT'], ['for', 'IN'], ['simplicity', 'NN'], [';', ':'], ['a', 'DT'], ['simple', 'JJ'], ['style', 'NN'], ['of', 'IN'], ['dress', 'NN'], ['is', 'VBZ'], ['so', 'RB'], ['infinitely', 'RB'], ['preferable', 'JJ'], ['to', 'TO'], ['finery', 'VB'], ['.', '.'] ]; declare variable $index := map { "pos" : 2, "lemma" : 1 }; for $word in $s?* let $pos := $word(2) let $lexeme := $word(1) where $pos = ("JJ", "NN", "RB", "VB") group by $pos order by $pos return <pos name="{$pos}"> { for $l in distinct-values($lexeme) return <lexeme>{ $l }</lexeme> } </pos> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
UseCaseR31-016[+]
X UseCaseR31-016: Created on: 2014-04-24 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ spec = XQ30+ Test: declare variable $s :=[['A', 'DT'], ['bride', 'NN'], [',', ','], ['you', 'PRP'], ['know', 'VBP'], [',', ','], ['must', 'MD'], ['appear', 'VB'], ['like', 'IN'], ['a', 'DT'], ['bride', 'NN'], [',', ','], ['but', 'CC'], ['my', 'PRP$'], ['natural', 'JJ'], ['taste', 'NN'], ['is', 'VBZ'], ['all', 'DT'], ['for', 'IN'], ['simplicity', 'NN'], [';', ':'], ['a', 'DT'], ['simple', 'JJ'], ['style', 'NN'], ['of', 'IN'], ['dress', 'NN'], ['is', 'VBZ'], ['so', 'RB'], ['infinitely', 'RB'], ['preferable', 'JJ'], ['to', 'TO'], ['finery', 'VB'], ['.', '.'] ]; declare function local:words-only($s) { for $w in $s where not($w(2) = (".", ",", ";", ":")) return $w(1) }; for sliding window $w in local:words-only($s?*) start at $i when true() only end at $j when $j - $i eq 2 return array { $w } |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
UseCaseR31-017[+]
X UseCaseR31-017: Created on: 2014-04-24 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ spec = XQ30+ Test: declare variable $s :=[['A', 'DT'], ['bride', 'NN'], [',', ','], ['you', 'PRP'], ['know', 'VBP'], [',', ','], ['must', 'MD'], ['appear', 'VB'], ['like', 'IN'], ['a', 'DT'], ['bride', 'NN'], [',', ','], ['but', 'CC'], ['my', 'PRP$'], ['natural', 'JJ'], ['taste', 'NN'], ['is', 'VBZ'], ['all', 'DT'], ['for', 'IN'], ['simplicity', 'NN'], [';', ':'], ['a', 'DT'], ['simple', 'JJ'], ['style', 'NN'], ['of', 'IN'], ['dress', 'NN'], ['is', 'VBZ'], ['so', 'RB'], ['infinitely', 'RB'], ['preferable', 'JJ'], ['to', 'TO'], ['finery', 'VB'], ['.', '.'] ]; declare function local:filter($s as item()*, $p as function(item()) as xs:boolean) { array { $s[$p(.)] }, array { $s[not($p(.))] } }; let $f := function($a) { starts-with($a(2), "VB") } return local:filter($s?*, $f) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
UseCaseR31-018[+]
X UseCaseR31-018: Created on: 2014-04-24 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ spec = XQ30+ Test: declare variable $s :=[['A', 'DT'], ['bride', 'NN'], [',', ','], ['you', 'PRP'], ['know', 'VBP'], [',', ','], ['must', 'MD'], ['appear', 'VB'], ['like', 'IN'], ['a', 'DT'], ['bride', 'NN'], [',', ','], ['but', 'CC'], ['my', 'PRP$'], ['natural', 'JJ'], ['taste', 'NN'], ['is', 'VBZ'], ['all', 'DT'], ['for', 'IN'], ['simplicity', 'NN'], [';', ':'], ['a', 'DT'], ['simple', 'JJ'], ['style', 'NN'], ['of', 'IN'], ['dress', 'NN'], ['is', 'VBZ'], ['so', 'RB'], ['infinitely', 'RB'], ['preferable', 'JJ'], ['to', 'TO'], ['finery', 'VB'], ['.', '.'] ]; declare function local:filter($s as item()*, $p as function(item()) as xs:boolean) { map { true() : array { $s[$p(.)] }, false() : array { $s[not($p(.))] } } }; let $f := function($a) { starts-with($a(2), "VB") } return local:filter($s?*, $f) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
UseCaseR31-023[+]
X UseCaseR31-023: Created on: 2014-04-24 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ spec = XQ30+ Test: declare namespace map = "http://www.w3.org/2005/xpath-functions/map"; declare namespace array = "http://www.w3.org/2005/xpath-functions/array"; let $input := json-doc('http://www.w3.org/qt3/app/UseCaseR31/employees-json') for $k in map:keys($input) return <department name="{ $k }"> { let $array := $input($k) for $i in 1 to array:size($array) let $emp := $array($i) return <employee> <firstName>{ $emp('firstName') }</firstName> <lastName>{ $emp('lastName') }</lastName> <age>{ $emp('age') }</age> </employee> } </department> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
UseCaseR31-025[+]
X UseCaseR31-025: Created on: 2014-04-24 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ spec = XQ30+ Test: declare namespace map="http://www.w3.org/2005/xpath-functions/map"; declare function local:deep-put($input as item()*, $key as xs:string, $value as item()*) as item()* { let $mf := function($k, $v) { if ($k eq $key) then map{$k : $value} else map{$k : local:deep-put($v, $key, $value)} } for $i in $input return if ($i instance of map(*)) then map:merge(map:for-each($i, $mf)) else if ($i instance of array(*)) then array{ local:deep-put($i?*, $key, $value) } else $i }; local:deep-put(json-doc("http://www.w3.org/qt3/app/UseCaseR31/bookinfo-json"), "first", "John") |
pass | n/a
test-set dependencies not satisfied |
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 |
UseCaseR31-029[+]
X UseCaseR31-029: Created on: 2014-04-24 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ spec = XQ30+ Test: declare namespace map="http://www.w3.org/2005/xpath-functions/map"; let $sats := json-doc("http://www.w3.org/qt3/app/UseCaseR31/satellites-json")("satellites") return map { "visible" : array { map:keys($sats)[$sats(.)("visible")] }, "invisible" : array { map:keys($sats)[not($sats(.)("visible"))] } } |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
UseCaseR31-033[+]
X UseCaseR31-033: Created on: 2014-04-24 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ spec = XQ30+ Test: declare namespace map="http://www.w3.org/2005/xpath-functions/map"; let $dbj := json-doc("http://www.w3.org/qt3/app/UseCaseR31/users2-json")[ .("name") = "Deadbeat Jim" ] return map:put($dbj, "status", "credit card declined") |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
UseCaseR31-034-err[+]
X UseCaseR31-034-err: Created on: 2015-09-17 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ spec = XQ30+ Test: let $mf := function($k as node(), $v) { map{$k('book') : $v} } return $mf(json-doc("http://www.w3.org/qt3/app/UseCaseR31/bookinfo-json"), "first") |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e41517[+]
X d1e41517: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: declare variable $deptnames := map { "ACC" : "Accessories", "WMN" : "Women's", "MEN" : "Men's" }; let $f := function($k,$v) {concat('Key: ',$k,', value: ',$v)} return map:for-each($deptnames,$f) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e41255c[+]
X d1e41255c: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: declare variable $deptinfo := map { "ACC": map { "deptname": "Accessories", "deptnum": 300 } , "WMN": map { "deptname": "Women's", "deptnum": 310 } , "MEN": map { "deptname": "Men's", "deptnum": 320 } }; $deptinfo instance of function(*) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e41255d[+]
X d1e41255d: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: declare variable $deptinfo := map { "ACC": map { "deptname": "Accessories", "deptnum": 300 } , "WMN": map { "deptname": "Women's", "deptnum": 310 } , "MEN": map { "deptname": "Men's", "deptnum": 320 } }; $deptinfo instance of function(xs:anyAtomicType) as item()* |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e41709o[+]
X d1e41709o: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: declare variable $array-of-ints := [10,20,30]; declare variable $array-of-arrays := [ ["a","b","c"], ["d","e","f"] ]; array:filter($array-of-ints,function($n) {$n > 15}) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e41709r[+]
X d1e41709r: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: declare variable $array-of-ints := [10,20,30]; declare variable $array-of-arrays := [ ["a","b","c"], ["d","e","f"] ]; array:sort([6,2,-4],(),abs#1) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e41709v[+]
X d1e41709v: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: declare variable $array-of-ints := [10,20,30]; declare variable $array-of-arrays := [ ["a","b","c"], ["d","e","f"] ]; $array-of-arrays instance of function(*) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e41709w[+]
X d1e41709w: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: declare variable $array-of-ints := [10,20,30]; declare variable $array-of-arrays := [ ["a","b","c"], ["d","e","f"] ]; $array-of-arrays instance of function(xs:integer) as item()* |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e48617[+]
X d1e48617: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: let $f := upper-case#1 return apply($f,["a"]) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e48676[+]
X d1e48676: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: apply(substring#3,["sometext",2,4]) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e48687[+]
X d1e48687: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: apply(max#1,[(1,2,3)]) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e48698[+]
X d1e48698: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: apply(concat#3,["a","b","c"]) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e48709[+]
X d1e48709: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: apply(upper-case#1,['a','b']) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e56387[+]
X d1e56387: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: array:filter(["ab","aa","xy"],starts-with#2(?,"a")) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e56398[+]
X d1e56398: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: array:filter([4,5,6],function($n) {$n > 4}) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e56409[+]
X d1e56409: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: array:filter([4,5,6],function($n) {$n > 6}) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e56999[+]
X d1e56999: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: array:fold-left([1,2,3], 0, function($a, $b) { $a + $b }) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e57060[+]
X d1e57060: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: array:fold-left([1,2,3,4,5,6], 0, function($a, $b) { $a + $b }) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e57070[+]
X d1e57070: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: array:fold-left(["a","b","c"], "", function($a, $b) { concat($a,$b) }) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e57081[+]
X d1e57081: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: array:fold-left(["a","b","c"], "", function($a, $b) { concat($b,$a) }) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e57092[+]
X d1e57092: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: array:fold-left(["a","b","c"], "x", function($a, $b) { concat($a,',',$b) }) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e57103[+]
X d1e57103: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: array:fold-left( ["a","b","c"], "", concat(?,?) ) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e57114[+]
X d1e57114: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: array:fold-left([], 0, function($a, $b) { $a + $b }) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e57411[+]
X d1e57411: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: array:fold-right([1,2,3], 0, function($a, $b) { $a + $b }) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e57472[+]
X d1e57472: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: array:fold-right([1,2,3,4,5,6], 0, function($a, $b) { $a + $b }) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e57482[+]
X d1e57482: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: array:fold-right(["a","b","c"], "", function($a, $b) { concat($a,$b) }) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e57493[+]
X d1e57493: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: array:fold-right(["a","b","c"], "", function($a, $b) { concat($b,$a) }) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e57504[+]
X d1e57504: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: array:fold-right(["a","b","c"], "x", function($a, $b) { concat($a,',',$b) }) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e57515[+]
X d1e57515: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: array:fold-right( ["a","b","c"], "", concat(?,?) ) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e57526[+]
X d1e57526: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: array:fold-right([], 0, function($a, $b) { $a + $b }) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e57796[+]
X d1e57796: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: array:for-each( ["a","b","c"], function($x) {concat($x,"x")} ) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e57807[+]
X d1e57807: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: array:for-each( ["a","b","c"], function($x) {$x,"x"} ) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e57818[+]
X d1e57818: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: array:for-each( ["a","b","c"], string-to-codepoints(?) ) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e57961[+]
X d1e57961: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: declare variable $map1 := map {1:"first", 2:"second"}; map:for-each($map1,function($k,$v) {concat($k,$v)}) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e57972[+]
X d1e57972: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: declare variable $map1 := map {1:"first", 2:"second"}; deep-equal( map:merge(map:for-each($map1,function($k,$v) {map:entry($k + 1, $v)})), map {2:"first", 3:"second"} ) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e58316[+]
X d1e58316: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: array:for-each-pair(["a", "b", "c"], ["x", "y", "z"], concat#2) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e58327[+]
X d1e58327: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: array:for-each-pair(["a", "b", "c"], ["x", "y", "z"], function($a, $b){$a, $b}) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e58338[+]
X d1e58338: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: array:for-each-pair([1,2,3,4,5], [1,2,3,4,5], function($a, $b){$a * $b}) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e58349[+]
X d1e58349: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: array:for-each-pair(["a", "b", "c", "d", "e"], ["x", "y", "z"], concat#2) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e71246[+]
X d1e71246: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: random-number-generator()?number |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e71254[+]
X d1e71254: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: random-number-generator()?permute(1 to 100) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e71262[+]
X d1e71262: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: for $seq in 1 to 100 return random-number-generator()?number |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e71270[+]
X d1e71270: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: for $seq in 1 to 100 return random-number-generator($seq)?number |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e71288[+]
X d1e71288: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: declare function local:random-sequence($length as xs:integer, $rng as map(xs:string, item())) { if ($length eq 0) then () else ($rng?number, local:random-sequence($length - 1, $rng?next())) }; local:random-sequence(5, random-number-generator()) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e74596[+]
X d1e74596: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: sort(doc("catalog.xml")//product, (), function($prod) {$prod/number}) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e74610[+]
X d1e74610: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: sort(doc("catalog.xml")//product, (), function($prod) {$prod/name, $prod/number}) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e74627[+]
X d1e74627: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: sort((-6,-2,4),(),abs#1) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e74820[+]
X d1e74820: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: array:sort([6,2,-4],(),abs#1) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e78807d[+]
X d1e78807d: Created on: 2015-07-14 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: json-to-xml('{ "number": 557, "name": "Fleece Pullover", "name": "Fleece Pullover Redux", "colorChoices": ["navy \u00E9", "black \uFFFF"], "is-current": true, "other": null }', map { "duplicates": "use-first", "validate": false(), "escape": false(), "fallback": function($s){"ERROR!!"} }) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e78807g[+]
X d1e78807g: Created on: 2015-07-14 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: deep-equal ( parse-json('{ "number": 557, "name": "Fleece Pullover", "name": "Fleece Pullover Redux", "colorChoices": ["navy \u00E9", "black \uFFFF"], "is-current": true, "other": null }', map { "duplicates": "use-first", "validate": false(), "escape": false(), "fallback": function($s){"ERROR!!"}}), map { "number": xs:double(557), "name": "Fleece Pullover", "colorChoices": ["navy é", "black ERROR!!"], "is-current": true(), "other": () }) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e78807i[+]
X d1e78807i: Created on: 2015-07-14 Spec Dependencies: feature = higherOrderFunctions feature = fn-load-xquery-module spec = XQ31+ Test: declare namespace strings = "http://datypic.com/strings"; let $library := load-xquery-module("http://datypic.com/strings") let $trimFunction := $library?functions?(xs:QName("strings:trim"))?1 return $trimFunction(" x y ") |
fail | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e78807j[+]
X d1e78807j: Created on: 2015-07-14 Spec Dependencies: feature = higherOrderFunctions feature = fn-load-xquery-module spec = XQ31+ Test: declare namespace prod = "http://datypic.com/prod"; let $library := load-xquery-module("http://datypic.com/prod", map {"context-item" : doc("catalog.xml")/catalog, "location-hints" : "lib2.xqm", "variables" : map{ xs:QName("prod:label") : "Product Count"} }) let $prodsVariableValue := $library?variables?(xs:QName("prod:prods")) let $countProdArity1 := $library?functions?(xs:QName("prod:countProds"))?1 return $countProdArity1($prodsVariableValue) |
fail | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e78807k[+]
X d1e78807k: Created on: 2015-07-16 Spec Dependencies: feature = higherOrderFunctions feature = fn-load-xquery-module spec = XQ31+ Test: declare namespace prod = "http://datypic.com/prod"; let $library := load-xquery-module("http://datypic.com/prod", map {"context-item" : doc("catalog.xml")/catalog, "variables" : map{ xs:QName("prod:label") : "Product Count"} }) let $prodsVariableValue := $library?variables?(xs:QName("prod:prods")) let $countProdArity2 := $library?functions?(xs:QName("prod:countProds"))?2 return $countProdArity2($prodsVariableValue, "ACC") |
fail | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
fo-test-fn-function-lookup-001[+]
X fo-test-fn-function-lookup-001: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:function-lookup(xs:QName('fn:substring'), 2)('abcd', 2) |
no result | pass | pass | pass | pass | pass |
fo-test-fn-function-name-001[+]
X fo-test-fn-function-name-001: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:function-name(fn:substring#2) |
no result | pass | pass | pass | pass | pass |
fo-test-fn-function-name-002[+]
X fo-test-fn-function-name-002: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:function-name(function($node){count($node/*)}) |
no result | pass | pass | pass | pass | pass |
fo-test-fn-function-arity-001[+]
X fo-test-fn-function-arity-001: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:function-arity(fn:substring#2) |
no result | pass | pass | pass | pass | pass |
fo-test-fn-function-arity-002[+]
X fo-test-fn-function-arity-002: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:function-arity(function($node){name($node)}) |
no result | pass | pass | pass | pass | pass |
fo-test-fn-function-arity-003[+]
X fo-test-fn-function-arity-003: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: let $initial := fn:substring(?, 1, 1) return fn:function-arity($initial) |
no result | pass | pass | pass | pass | pass |
fo-test-fn-for-each-001[+]
X fo-test-fn-for-each-001: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:for-each(1 to 5, function($a) { $a * $a }) |
no result | pass | pass | pass | pass | pass |
fo-test-fn-for-each-002[+]
X fo-test-fn-for-each-002: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:for-each(("john", "jane"), fn:string-to-codepoints#1) |
no result | pass | pass | pass | pass | pass |
fo-test-fn-for-each-003[+]
X fo-test-fn-for-each-003: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:for-each(("23", "29"), xs:int#1) |
no result | pass | pass | pass | pass | pass |
fo-test-fn-filter-001[+]
X fo-test-fn-filter-001: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:filter(1 to 10, function($a) {$a mod 2 = 0}) |
no result | pass | pass | pass | pass | pass |
fo-test-fn-filter-002[+]
X fo-test-fn-filter-002: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:filter((), fn:lang("en", ?)) |
no result | pass | pass | pass | pass | pass |
fo-test-fn-fold-left-001[+]
X fo-test-fn-fold-left-001: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:fold-left(1 to 5, 0, function($a, $b) { $a + $b }) |
no result | pass | pass | pass | pass | pass |
fo-test-fn-fold-left-002[+]
X fo-test-fn-fold-left-002: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:fold-left((2,3,5,7), 1, function($a, $b) { $a * $b }) |
no result | pass | pass | pass | pass | pass |
fo-test-fn-fold-left-003[+]
X fo-test-fn-fold-left-003: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:fold-left((true(), false(), false()), false(), function($a, $b) { $a or $b }) |
no result | pass | pass | pass | pass | pass |
fo-test-fn-fold-left-004[+]
X fo-test-fn-fold-left-004: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:fold-left((true(), false(), false()), false(), function($a, $b) { $a and $b }) |
no result | pass | pass | pass | pass | pass |
fo-test-fn-fold-left-005[+]
X fo-test-fn-fold-left-005: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:fold-left(1 to 5, (), function($a, $b) {($b, $a)}) |
no result | pass | pass | pass | pass | pass |
fo-test-fn-fold-left-006[+]
X fo-test-fn-fold-left-006: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:fold-left(1 to 5, "", fn:concat(?, ".", ?)) |
no result | pass | pass | pass | pass | pass |
fo-test-fn-fold-left-007[+]
X fo-test-fn-fold-left-007: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:fold-left(1 to 5, "$zero", fn:concat("$f(", ?, ", ", ?, ")")) |
no result | pass | pass | pass | pass | pass |
fo-test-fn-fold-left-008[+]
X fo-test-fn-fold-left-008: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:fold-left(1 to 5, map{}, function($map, $n) {map:put($map, $n, $n*2)}) |
no result | pass | pass | pass | pass | pass |
fo-test-fn-fold-right-001[+]
X fo-test-fn-fold-right-001: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:fold-right(1 to 5, 0, function($a, $b) { $a + $b }) |
no result | pass | pass | pass | pass | pass |
fo-test-fn-fold-right-002[+]
X fo-test-fn-fold-right-002: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:fold-right(1 to 5, "", fn:concat(?, ".", ?)) |
no result | pass | pass | pass | pass | pass |
fo-test-fn-fold-right-003[+]
X fo-test-fn-fold-right-003: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:fold-right(1 to 5, "$zero", concat("$f(", ?, ", ", ?, ")")) |
no result | pass | pass | pass | pass | pass |
fo-test-fn-for-each-pair-001[+]
X fo-test-fn-for-each-pair-001: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:for-each-pair(("a", "b", "c"), ("x", "y", "z"), concat#2) |
no result | pass | pass | pass | pass | pass |
fo-test-fn-for-each-pair-002[+]
X fo-test-fn-for-each-pair-002: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:for-each-pair(1 to 5, 1 to 5, function($a, $b){10*$a + $b}) |
no result | pass | pass | pass | pass | pass |
fo-test-fn-for-each-pair-003[+]
X fo-test-fn-for-each-pair-003: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: let $s := 1 to 8 return fn:for-each-pair($s, tail($s), function($a, $b){$a*$b}) |
no result | pass | pass | pass | pass | pass |
fo-test-fn-sort-001[+]
X fo-test-fn-sort-001: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:sort((1, 4, 6, 5, 3)) |
no result | pass | pass | pass | pass | pass |
fo-test-fn-sort-002[+]
X fo-test-fn-sort-002: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:sort((1, -2, 5, 10, -10, 10, 8), (), fn:abs#1) |
no result | pass | pass | pass | pass | pass |
fo-test-fn-apply-001[+]
X fo-test-fn-apply-001: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: fn:apply(fn:concat#3, ["a", "b", "c"]) |
no result | pass | pass | pass | pass | pass |
fo-test-map-for-each-001[+]
X fo-test-map-for-each-001: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: map:for-each(map{1:"yes", 2:"no"}, function($k, $v){$k}) |
no result | pass | pass | pass | pass | pass |
fo-test-map-for-each-002[+]
X fo-test-map-for-each-002: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: distinct-values(map:for-each(map{1:"yes", 2:"no"}, function($k, $v){$v})) |
no result | pass | pass | pass | pass | pass |
fo-test-map-for-each-003[+]
X fo-test-map-for-each-003: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: map:merge(map:for-each(map{"a":1, "b":2}, function($k, $v){map:entry($k, $v+1)})) |
no result | pass | pass | pass | pass | pass |
fo-test-array-for-each-001[+]
X fo-test-array-for-each-001: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: array:for-each(["A", "B", 1, 2], function($z) {$z instance of xs:integer}) |
no result | pass | pass | pass | pass | pass |
fo-test-array-for-each-002[+]
X fo-test-array-for-each-002: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: array:for-each(["the cat", "sat", "on the mat"], fn:tokenize#1) |
no result | pass | pass | pass | pass | pass |
fo-test-array-filter-001[+]
X fo-test-array-filter-001: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: array:filter(["A", "B", 1, 2], function($x) {$x instance of xs:integer}) |
no result | pass | pass | pass | pass | pass |
fo-test-array-filter-002[+]
X fo-test-array-filter-002: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: array:filter(["the cat", "sat", "on the mat"], function($s){fn:count(fn:tokenize($s)) gt 1}) |
no result | pass | pass | pass | pass | pass |
fo-test-array-filter-003[+]
X fo-test-array-filter-003: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: array:filter(["A", "B", "", 0, 1], boolean#1) |
no result | pass | pass | pass | pass | pass |
fo-test-array-fold-left-001[+]
X fo-test-array-fold-left-001: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: array:fold-left([true(), true(), false()], true(), function($x, $y){$x and $y}) |
no result | pass | pass | pass | pass | pass |
fo-test-array-fold-left-002[+]
X fo-test-array-fold-left-002: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: array:fold-left([true(), true(), false()], false(), function($x, $y){$x or $y}) |
no result | pass | pass | pass | pass | pass |
fo-test-array-fold-left-003[+]
X fo-test-array-fold-left-003: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: array:fold-left([1,2,3], [], function($x, $y){[$x, $y]}) |
no result | pass | pass | pass | pass | pass |
fo-test-array-fold-right-001[+]
X fo-test-array-fold-right-001: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: array:fold-right([true(), true(), false()], true(), function($x, $y){$x and $y}) |
no result | pass | pass | pass | pass | pass |
fo-test-array-fold-right-002[+]
X fo-test-array-fold-right-002: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: array:fold-right([true(), true(), false()], false(), function($x, $y){$x or $y}) |
no result | pass | pass | pass | pass | pass |
fo-test-array-fold-right-003[+]
X fo-test-array-fold-right-003: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: array:fold-right([1,2,3], [], function($x, $y){[$x, $y]}) |
no result | pass | pass | pass | pass | pass |
fo-test-array-for-each-pair-001[+]
X fo-test-array-for-each-pair-001: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: array:for-each-pair(["A", "B", "C"], [1, 2, 3], function($x, $y) { array {$x, $y}}) |
no result | pass | pass | pass | pass | pass |
fo-test-array-for-each-pair-002[+]
X fo-test-array-for-each-pair-002: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: let $A := ["A", "B", "C", "D"] return array:for-each-pair($A, array:tail($A), concat#2) |
no result | pass | pass | pass | pass | pass |
fo-test-array-sort-001[+]
X fo-test-array-sort-001: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: array:sort([1, 4, 6, 5, 3]) |
no result | pass | pass | pass | pass | pass |
fo-test-array-sort-002[+]
X fo-test-array-sort-002: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: array:sort([1, -2, 5, 10, -10, 10, 8], (), fn:abs#1) |
no result | pass | pass | pass | pass | pass |
fo-test-array-sort-003[+]
X fo-test-array-sort-003: Created on: 2016-10-25 Spec Dependencies: feature = higherOrderFunctions spec = XP31+ XQ31+ Test: array:sort([(1,0), (1,1), (0,1), (0,0)]) |
no result | pass | pass | pass | pass | pass |