Change id: allow-duplicate-names
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) |
---|---|---|---|---|---|---|
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-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-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 |