|
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) |
|
---|---|---|---|---|---|---|---|
method-json | 74/74 | 0/0 | 74/74 | 0/0 | 74/74 | 74/0 | 0/6 |
Serialization-json-1[+]
X Serialization-json-1: Created on: 2014-10-10 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; [ ] |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-2[+]
X Serialization-json-2: Created on: 2014-10-10 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; map { } |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-3[+]
X Serialization-json-3: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; () |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-4[+]
X Serialization-json-4: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; [(),map{"k":()},[()]] |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-5[+]
X Serialization-json-5: Created on: 2014-10-10 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; [true(), not(true())] |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-6[+]
X Serialization-json-6: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; 1 eq 1 |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-7[+]
X Serialization-json-7: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; "abcd" |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-8[+]
X Serialization-json-8: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; ["a","b","c"] |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-9[+]
X Serialization-json-9: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; 1234 |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-10[+]
X Serialization-json-10: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; [12,12.34,xs:int("45"),xs:decimal("45.67"),xs:unsignedShort("89")] |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-11[+]
X Serialization-json-11: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; xs:float("-0") |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-12[+]
X Serialization-json-12: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; xs:float("INF") |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-13[+]
X Serialization-json-13: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; [xs:double("-INF")] |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-14[+]
X Serialization-json-14: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; xs:double("NaN") |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-15[+]
X Serialization-json-15: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; map { "a" : xs:float("NaN") } |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-16[+]
X Serialization-json-16: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; 1e-5 |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-17[+]
X Serialization-json-17: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; [-10000000 cast as xs:double] |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-18[+]
X Serialization-json-18: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; map { "a" : xs:decimal(12678967.543233) cast as xs:float } |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-19[+]
X Serialization-json-19: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; "abc" |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-20[+]
X Serialization-json-20: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; [xs:QName("abc")] |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-21[+]
X Serialization-json-21: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; map { "a" : xs:gYearMonth("1995-05") } |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-22[+]
X Serialization-json-22: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; xs:hexBinary("0fb7") |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-23[+]
X Serialization-json-23: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; 1, 2 |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-24[+]
X Serialization-json-24: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; [(1, 2)] |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-25[+]
X Serialization-json-25: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; map { "a" : (1, 2) } |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-26[+]
X Serialization-json-26: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; [1],[2] |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-27[+]
X Serialization-json-27: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; <e/> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-28[+]
X Serialization-json-28: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; comment {" hello world "} |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-29[+]
X Serialization-json-29: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; array { text { "a" }, processing-instruction {"a"} {"b"}, comment { "a" }, element {"a"} {"b"}, document { element {"a"}{"b"} } } |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-30[+]
X Serialization-json-30: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; [attribute {"a"} {"b"}] |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-31[+]
X Serialization-json-31: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; declare option output:normalization-form "NFC"; "suçon" |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-32[+]
X Serialization-json-32: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; declare option output:normalization-form "none"; "suçon" |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-33[+]
X Serialization-json-33: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; "-𐌰-" |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-34[+]
X Serialization-json-34: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:parameter-document "json/json-character-map.xml"; ["abc","XabcX"] |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-35[+]
X Serialization-json-35: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:parameter-document "json/json-character-map.xml"; declare option output:normalization-form "NFC"; "|z|" |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-36[+]
X Serialization-json-36: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:parameter-document "json/json-character-map.xml"; map { "|y|" : "y" } |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-37[+]
X Serialization-json-37: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:parameter-document "json/json-character-map.xml"; map { "w" : 1, "x" : 1 } |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-38[+]
X Serialization-json-38: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:parameter-document "json/json-character-map.xml"; xs:QName("abc") |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-39[+]
X Serialization-json-39: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:parameter-document "json/json-character-map.xml"; [123, "123", xs:gDay("---11")] |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-40[+]
X Serialization-json-40: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; codepoints-to-string((9,10,13,32)) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-41[+]
X Serialization-json-41: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; map { """" : "\ "} |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-42[+]
X Serialization-json-42: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; declare option output:encoding "US-ASCII"; "𐌰" |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-43[+]
X Serialization-json-43: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; "<" |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-44[+]
X Serialization-json-44: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; text { "<" } |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-45[+]
X Serialization-json-45: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; declare option output:allow-duplicate-names "yes"; map { "one" : 1, xs:QName("one") : 1 } |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-46[+]
X Serialization-json-46: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; declare option output:allow-duplicate-names "no"; map { "one" : 1, xs:QName("one") : 1 } |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-47[+]
X Serialization-json-47: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; map { "on" || "e" : 1, xs:QName("one") : 1 } |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-48[+]
X Serialization-json-48: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; declare option output:allow-duplicate-names "no"; map { "a" : map { "a" : map { "a" : 1 } } } |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-49[+]
X Serialization-json-49: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; declare option output:allow-duplicate-names "no"; map { "1" : map { "1" : map { "1" : 1 }, 1 : 1 } } |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-50[+]
X Serialization-json-50: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; declare option output:allow-duplicate-names "no"; map { "a": 1, "2014-10-01" : 1, "b" : 1, xs:date("2014-10-01") : 1 } |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-51[+]
X Serialization-json-51: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; declare option output:json-node-output-method "xml"; <e>hi</e> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-52[+]
X Serialization-json-52: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; declare option output:json-node-output-method "text"; <e>hi</e> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-53[+]
X Serialization-json-53: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:parameter-document "json/json-node-serialization.xml"; <e>hi</e> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-54[+]
X Serialization-json-54: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:parameter-document "json/json-allow-duplicates.xml"; map { "one" : 1, xs:QName("one") : 1 } |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-55[+]
X Serialization-json-55: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:parameter-document "json/json-allow-duplicates.xml"; [text { "
" }, "
"] |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-56[+]
X Serialization-json-56: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; [(),(),<e><f>a</f></e>,()] |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-57[+]
X Serialization-json-57: Created on: 2014-11-02 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; declare option output:encoding "US-ASCII"; "€" |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-58[+]
X Serialization-json-58: Created on: 2014-09-26 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; declare option output:indent "no"; declare option output:media-type "text/json"; declare option output:encoding "UTF-8"; declare option output:json-node-output-method "xml"; map { "book": map { "title": "Data on the Web", "year": 2000, "author": [ map { "last": "Abiteboul", "first": "Serge" }, map { "last": "Buneman", "first": "Peter" }, map { "last": "Suciu", "first": "Dan" } ], "publisher": "Morgan Kaufmann Publishers", "price": 39.95 } } |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-59[+]
X Serialization-json-59: Created on: 2014-09-26 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; declare option output:indent "no"; declare option output:media-type "text/json"; declare option output:encoding "UTF-8"; declare option output:json-node-output-method "xml"; parse-json(unparsed-text('json/data001.json')) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-60[+]
X Serialization-json-60: Created on: 2014-09-26 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; declare option output:indent "no"; declare option output:media-type "text/json"; declare option output:encoding "UTF-8"; declare option output:json-node-output-method "xml"; parse-json(unparsed-text('json/data002.json')) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-61[+]
X Serialization-json-61: Created on: 2014-09-26 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; declare option output:indent "no"; declare option output:media-type "text/json"; declare option output:encoding "UTF-8"; declare option output:json-node-output-method "xml"; parse-json(unparsed-text('json/data003.json')) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-62[+]
X Serialization-json-62: Created on: 2014-09-26 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; declare option output:indent "no"; declare option output:media-type "text/json"; declare option output:encoding "UTF-8"; declare option output:json-node-output-method "xml"; parse-json(unparsed-text('json/data004.json')) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-63[+]
X Serialization-json-63: Created on: 2014-09-26 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; declare option output:indent "no"; declare option output:media-type "text/json"; declare option output:encoding "UTF-8"; declare option output:json-node-output-method "xml"; parse-json(unparsed-text('json/data005.json')) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-64[+]
X Serialization-json-64: Created on: 2014-09-26 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; declare option output:indent "no"; declare option output:media-type "text/json"; declare option output:encoding "UTF-8"; declare option output:json-node-output-method "xml"; map { "book": map { "title": "Data on the Web", "year": 2000, "author": [ map { "last": "Abiteboul", "first": "Serge" }, map { "last": "Buneman", "first": "Peter" }, map { "last": "Suciu", "first": "Dan" } ], "xml-content": <simple>text-value</simple>, "publisher": "Morgan Kaufmann Publishers", "price": 39.95 } } |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-65[+]
X Serialization-json-65: Created on: 2014-09-26 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; declare option output:indent "no"; declare option output:media-type "text/json"; declare option output:encoding "UTF-8"; declare option output:json-node-output-method "xml"; map { "book": map { "title": "Data on the Web", "year": 2000, "author": [ map { "last": "Abiteboul", "first": "Serge" }, map { "last": "Buneman", "first": "Peter" }, map { "last": "Suciu", "first": "Dan" } ], "xml-content": element simple { "text-value" }, "publisher": "Morgan Kaufmann Publishers", "price": 39.95 } } |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-66[+]
X Serialization-json-66: Created on: 2014-09-26 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; declare option output:indent "no"; declare option output:media-type "text/json"; declare option output:encoding "UTF-8"; declare option output:json-node-output-method "xml"; map { "book": map { "title": "Data on the Web", "year": 2000, "author": [ map { "last": "Abiteboul", "first": "Serge" }, map { "last": "Buneman", "first": "Peter" }, map { "last": "Suciu", "first": "Dan" } ], "xml-content": element simple { 1 + 1 }, "publisher": "Morgan Kaufmann Publishers", "price": 39.95 } } |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-67[+]
X Serialization-json-67: Created on: 2014-09-26 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; declare option output:indent "no"; declare option output:media-type "text/json"; declare option output:encoding "UTF-8"; declare option output:json-node-output-method "xml"; map { "book": map { "title": "Data on the Web", "year": 2000, "author": [ map { "last": "Abiteboul", "first": "Serge" }, map { "last": "Buneman", "first": "Peter" }, element simple { 1 + 1 }, map { "last": "Suciu", "first": "Dan" } ], "publisher": "Morgan Kaufmann Publishers", "price": 39.95 } } |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-68[+]
X Serialization-json-68: Created on: 2014-09-26 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; declare option output:indent "no"; declare option output:media-type "text/json"; declare option output:encoding "UTF-8"; declare option output:json-node-output-method "xml"; map { "book": map { "title": "Data on the Web", "year": 2000, "author": [ map { "last": "Abiteboul", "first": "Serge" }, map { "last": "Buneman", "first": "Peter" }, map { "last": "Suciu", "first": "Dan" } ], <node-key>strange</node-key> : element simple { 1 + 1 }, "publisher": "Morgan Kaufmann Publishers", "price": 39.95 } } |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-69[+]
X Serialization-json-69: Created on: 2014-09-26 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; declare option output:indent "no"; declare option output:media-type "text/json"; declare option output:encoding "UTF-8"; declare option output:json-node-output-method "xml"; map { "book": map { "title": "Data on the Web", "year": 2000, "author": [ map { "last": "Abiteboul", "first": "Serge" }, map { "last": "Buneman", "first": "Peter" }, map { "last": "Suciu", "first": "Dan" } ], "xml-content": <complex><simple>text-value</simple></complex>, "publisher": "Morgan Kaufmann Publishers", "price": 39.95 } } |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-70[+]
X Serialization-json-70: Created on: 2014-09-26 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; declare option output:indent "no"; declare option output:media-type "text/json"; declare option output:encoding "UTF-8"; map { "book": map { "title": "Data on the Web", "year": 2000, "author": [ map { "last": "Abiteboul", "first": "Serge" }, map { "last": "Buneman", "first": "Peter" }, map { "last": "Suciu", "first": "Dan" } ], "xml-content": <complex><simple>text-value</simple></complex>, "publisher": "Morgan Kaufmann Publishers", "price": 39.95 } } |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-71[+]
X Serialization-json-71: Created on: 2014-09-26 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; declare option output:indent "no"; declare option output:media-type "text/json"; declare option output:encoding "UTF-8"; declare option output:json-node-output-method "xml"; map { "string-value": "a string", "numeric-value": 123.456, "node-value": element el1 { element el2 { "simple content" }}, xs:integer("123456"): xs:integer("123456"), xs:date("2014-09-30"): "date-key", "array": [ xs:integer("123456"), xs:date("2014-09-30"), xs:boolean("true"), xs:boolean("false") ] } |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-72[+]
X Serialization-json-72: Created on: 2014-09-26 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; declare option output:indent "no"; declare option output:media-type "text/json"; declare option output:encoding "UTF-8"; declare option output:json-node-output-method "xml"; declare option output:allow-duplicate-names "yes"; map { "string-value": "a string", "numeric-value": 123.456, "node-value": element el1 { element el2 { "simple content" }}, xs:integer("123456"): xs:integer("123456"), xs:date("2014-09-30"): "date-key", "2014-09-30": "string date key", "array": [ xs:integer("123456"), xs:date("2014-09-30"), xs:boolean("true"), xs:boolean("false") ] } |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-73[+]
X Serialization-json-73: Created on: 2014-09-26 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; declare option output:indent "no"; declare option output:media-type "text/json"; declare option output:encoding "UTF-8"; declare option output:json-node-output-method "xml"; declare option output:allow-duplicate-names "no"; map { "string-value": "a string", "numeric-value": 123.456, "node-value": element el1 { element el2 { "simple content" }}, xs:integer("123456"): xs:integer("123456"), xs:date("2014-09-30"): "date-key", "2014-09-30": "string date key", "array": [ xs:integer("123456"), xs:date("2014-09-30"), xs:boolean("true"), xs:boolean("false") ] } |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
Serialization-json-74[+]
X Serialization-json-74: Created on: 2014-09-26 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; declare option output:indent "no"; declare option output:media-type "text/json"; declare option output:encoding "UTF-8"; declare option output:json-node-output-method "xml"; map { "string-value": "a string", "numeric-value": 123.456, "node-value": element el1 { element el2 { "simple content" }}, xs:integer("123456"): xs:integer("123456"), xs:date("2014-09-30"): "date-key", "2014-09-30": "string date key", "array": [ xs:integer("123456"), xs:date("2014-09-30"), xs:boolean("true"), xs:boolean("false") ] } |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |