Results for tests requiring that dependency serialization is 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) |
---|---|---|---|---|---|---|
serialize-xml-035[+]
X serialize-xml-035: Created on: 2015-05-26 Spec Dependencies: spec = XQ30+ feature = serialization xml-version = 1.1 Test: let $params := <output:serialization-parameters xmlns:output="http://www.w3.org/2010/xslt-xquery-serialization"> <output:method value="xml"/> <output:version value="1.1"/> <output:undeclare-prefixes value="yes"/> </output:serialization-parameters> return serialize(., $params) |
no result | n/a
environment dependencies not satisfied |
pass | n/a | pass | pass |
serialize-xml-036[+]
X serialize-xml-036: Created on: 2015-05-26 Spec Dependencies: spec = XQ30+ feature = serialization xml-version = 1.1 Test: let $params := <output:serialization-parameters xmlns:output="http://www.w3.org/2010/xslt-xquery-serialization"> <output:method value="xml"/> <output:omit-xml-declaration value="no"/> <output:version value="1.1"/> <output:undeclare-prefixes value="no"/> </output:serialization-parameters> return serialize(., $params) |
no result | n/a
environment dependencies not satisfied |
pass | n/a | pass | pass |
serialize-xml-135[+]
X serialize-xml-135: Created on: 2015-05-26 Spec Dependencies: spec = XP31+ XQ31+ feature = serialization xml-version = 1.1 Test: let $params := map { "method" : "xml", "version" : "1.1", "undeclare-prefixes" : true() } return serialize(., $params) |
no result | pass | pass | pass | pass | pass |
serialize-xml-136[+]
X serialize-xml-136: Created on: 2015-05-26 Spec Dependencies: spec = XP31+ XQ31+ feature = serialization xml-version = 1.1 Test: let $params := map { "method" : "xml", "version" : "1.1", "omit-xml-declaration" : false(), "undeclare-prefixes" : false() } return serialize(., $params) |
no result | pass | pass | pass | pass | pass |
Serialization-004[+]
X Serialization-004: Created on: 2011-12-05 Spec Dependencies: spec = XQ30+ feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:indent "yes"; declare option output:indent "yes"; <result>ok</result> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-005[+]
X Serialization-005: Created on: 2011-12-05 Spec Dependencies: spec = XQ30+ feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:doesnotexist "yes"; <result>ok</result> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-026[+]
X Serialization-026: Created on: 2012-05-01 Spec Dependencies: spec = XQ30+ feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xml"; declare option output:standalone "yes"; (<a/>,<b/>) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-027[+]
X Serialization-027: Created on: 2012-05-01 Spec Dependencies: spec = XQ30+ feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xml"; declare option output:standalone "yes"; "banana" |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-028[+]
X Serialization-028: Created on: 2012-05-01 Spec Dependencies: spec = XQ30+ feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xml"; declare option output:doctype-system "http://www.example.com/"; (<a/>,<b/>) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-029[+]
X Serialization-029: Created on: 2012-05-01 Spec Dependencies: spec = XQ30+ feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xml"; declare option output:doctype-system "http://www.example.com/"; "potato" |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-030[+]
X Serialization-030: Created on: 2012-05-01 Spec Dependencies: spec = XQ30+ feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xml"; declare option output:standalone "omit"; "banana" |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-031[+]
X Serialization-031: Created on: 2012-05-01 Spec Dependencies: spec = XQ30+ feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xml"; declare option output:standalone "yes"; declare option output:omit-xml-declaration "yes"; <a/> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-032[+]
X Serialization-032: Created on: 2012-05-01 Spec Dependencies: spec = XQ30+ feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xml"; declare option output:standalone "no"; declare option output:omit-xml-declaration "yes"; <a/> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-html-1[+]
X Serialization-html-1: Created on: 2012-10-26 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare boundary-space strip; declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "html"; declare option output:indent "no"; declare option output:version "4.0"; <html><body><area/><base/><br/><col/><embed/><frame/><hr/><img/><input/><isindex/><link/><meta/><param/></body></html> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
Serialization-html-2[+]
X Serialization-html-2: Created on: 2012-10-26 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare boundary-space strip; declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "html"; declare option output:indent "no"; declare option output:version "5.0"; <html><body><area/><base/><br/><col/><command/><embed/><hr/><img/><input/><keygen/><link/><meta/><param/><source/><track/><wbr/></body></html> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
Serialization-html-3[+]
X Serialization-html-3: Created on: 2012-10-26 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare boundary-space strip; declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "html"; declare option output:indent "no"; declare option output:version "4.0"; <html xmlns="http://www.w3.org/1999/xhtml"><body><area/><base/><br/><col/><embed/><frame/><hr/><img/><input/><isindex/><link/><meta/><param/></body></html> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
Serialization-html-4[+]
X Serialization-html-4: Created on: 2012-10-26 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare boundary-space strip; declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "html"; declare option output:indent "no"; declare option output:version "5.0"; <html xmlns="http://www.w3.org/1999/xhtml"><body><area/><base/><br/><col/><embed /><hr/><img/><input/><link/><meta/><param/></body></html> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
Serialization-html-18[+]
X Serialization-html-18: Created on: 2012-10-26 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare namespace ex = "http://www.example.org"; declare option output:method "html"; declare option output:indent "no"; declare option output:version "4.0"; declare option output:cdata-section-elements "p em ex:isle1"; <html><body><p>No CDATA<em>No CDATA</em>No CDATA<ex:isle1>Some CDATA<ex:isle2>No CDATA</ex:isle2>More CDATA</ex:isle1></p></body></html> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
Serialization-html-19a[+]
X Serialization-html-19a: Created on: 2012-10-26 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare namespace ex = "http://www.example.org"; declare option output:method "html"; declare option output:indent "no"; declare option output:version "5.0"; declare option output:cdata-section-elements "p em ex:isle1"; <html><body><p>No CDATA<em>No CDATA</em>No CDATA<ex:isle1>Some CDATA<ex:isle2>No CDATA</ex:isle2>More CDATA</ex:isle1></p></body></html> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
Serialization-html-19b[+]
X Serialization-html-19b: Created on: 2012-10-26 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare namespace html = "http://www.w3.org/1999/xhtml"; declare option output:method "html"; declare option output:indent "no"; declare option output:version "4.0"; declare option output:cdata-section-elements "b html:em"; <html><body><p><b>No CDATA</b><em>No CDATA</em><html:b>No CDATA</html:b><html:em>Some CDATA</html:em></p></body></html> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
Serialization-html-19c[+]
X Serialization-html-19c: Created on: 2012-10-26 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare namespace html = "http://www.w3.org/1999/xhtml"; declare option output:method "html"; declare option output:indent "no"; declare option output:version "5.0"; declare option output:cdata-section-elements "b html:em"; <html><body><p><b>No CDATA</b><em>No CDATA</em><html:b>No CDATA</html:b><html:em>No CDATA</html:em></p></body></html> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
Serialization-html-22[+]
X Serialization-html-22: Created on: 2012-10-26 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "html"; declare option output:indent "no"; declare option output:version "5.0"; <html/> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
Serialization-html-23[+]
X Serialization-html-23: Created on: 2012-10-26 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "html"; declare option output:indent "no"; declare option output:version "4.0"; <foo/> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
Serialization-html-24[+]
X Serialization-html-24: Created on: 2012-10-26 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "html"; declare option output:indent "no"; declare option output:version "5.0"; <foo/> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
Serialization-html-25[+]
X Serialization-html-25: Created on: 2012-10-26 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "html"; declare option output:indent "no"; declare option output:version "4.0"; declare option output:doctype-public "-//W3C//DTD HTML 4.0//EN"; <html/> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
Serialization-html-26[+]
X Serialization-html-26: Created on: 2012-10-26 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "html"; declare option output:indent "no"; declare option output:version "4.0"; declare option output:doctype-system "http://www.w3.org/TR/REC-html40/strict.dtd"; <html/> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
Serialization-html-27[+]
X Serialization-html-27: Created on: 2012-10-26 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "html"; declare option output:indent "no"; declare option output:version "5.0"; declare option output:doctype-public "-//W3C//DTD HTML 4.0//EN"; <html/> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
Serialization-html-28[+]
X Serialization-html-28: Created on: 2012-10-26 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "html"; declare option output:indent "no"; declare option output:version "5.0"; declare option output:doctype-system "about:legacy-compat"; <html/> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
Serialization-html-29[+]
X Serialization-html-29: Created on: 2012-10-26 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "html"; declare option output:indent "no"; declare option output:version "4.0"; declare option output:doctype-system "http://www.w3.org/TR/REC-html40/strict.dtd"; declare option output:doctype-public "-//W3C//DTD HTML 4.0//EN"; <html/> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
Serialization-html-30[+]
X Serialization-html-30: Created on: 2012-10-26 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "html"; declare option output:indent "no"; declare option output:version "5.0"; declare option output:doctype-system "http://www.w3.org/TR/REC-html40/strict.dtd"; declare option output:doctype-public "-//W3C//DTD HTML 4.0//EN"; <html/> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
Serialization-html-33[+]
X Serialization-html-33: Created on: 2012-10-26 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "html"; declare option output:indent "no"; declare option output:include-content-type "yes"; declare option output:media-type "text/html"; declare option output:encoding "UTF-8"; declare option output:version "4.0"; <html><head/></html> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
Serialization-html-34[+]
X Serialization-html-34: Created on: 2012-10-26 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "html"; declare option output:indent "no"; declare option output:include-content-type "yes"; declare option output:media-type "text/html"; declare option output:encoding "UTF-8"; declare option output:version "4.0"; <html><head><meta http-equiv="Content-Type" content="text/html;version='3.0'"/></head></html> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
Serialization-html-35[+]
X Serialization-html-35: Created on: 2012-10-26 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "html"; declare option output:indent "no"; declare option output:include-content-type "yes"; declare option output:media-type "text/html"; declare option output:encoding "UTF-8"; declare option output:version "4.0"; <html/> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
Serialization-html-36[+]
X Serialization-html-36: Created on: 2012-10-26 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "html"; declare option output:indent "no"; declare option output:include-content-type "yes"; declare option output:media-type "text/html"; declare option output:encoding "UTF-8"; declare option output:version "5.0"; <html><head/></html> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
Serialization-html-37[+]
X Serialization-html-37: Created on: 2012-10-26 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "html"; declare option output:indent "no"; declare option output:include-content-type "yes"; declare option output:media-type "text/html"; declare option output:encoding "UTF-8"; declare option output:version "5.0"; <html><head><meta http-equiv="Content-Type" content="text/html;version='3.0'"/></head></html> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
Serialization-html-38[+]
X Serialization-html-38: Created on: 2012-10-26 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "html"; declare option output:indent "no"; declare option output:include-content-type "yes"; declare option output:media-type "text/html"; declare option output:encoding "UTF-8"; declare option output:version "5.0"; <html/> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
Serialization-html-39[+]
X Serialization-html-39: Created on: 2012-10-26 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "html"; declare option output:indent "no"; declare option output:include-content-type "no"; declare option output:media-type "text/html"; declare option output:encoding "UTF-8"; declare option output:version "4.0"; <html><head/></html> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
Serialization-html-40[+]
X Serialization-html-40: Created on: 2012-10-26 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "html"; declare option output:indent "no"; declare option output:include-content-type "no"; declare option output:media-type "text/html"; declare option output:encoding "UTF-8"; declare option output:version "5.0"; <html><head/></html> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
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 |
Serialization-text-1[+]
X Serialization-text-1: Created on: 2015-04-09 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare option Q{http://www.w3.org/2010/xslt-xquery-serialization}method "text"; attribute name {<anElement/>} |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-text-2[+]
X Serialization-text-2: Created on: 2015-04-09 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare option Q{http://www.w3.org/2010/xslt-xquery-serialization}method "text"; <e/>, attribute name {<anElement/>} |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-text-3[+]
X Serialization-text-3: Created on: 2015-04-09 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare option Q{http://www.w3.org/2010/xslt-xquery-serialization}method "text"; attribute name {<anElement/>}, <e/> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-text-4[+]
X Serialization-text-4: Created on: 2015-04-09 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare option Q{http://www.w3.org/2010/xslt-xquery-serialization}method "text"; <e/>, attribute name {<anElement/>}, <e/> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-text-5[+]
X Serialization-text-5: Created on: 2015-04-09 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare option Q{http://www.w3.org/2010/xslt-xquery-serialization}method "text"; <a>
…
</a> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-text-6[+]
X Serialization-text-6: Created on: 2015-04-09 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare option Q{http://www.w3.org/2010/xslt-xquery-serialization}method "text"; <a attr="
	…
"/> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-text-7[+]
X Serialization-text-7: Created on: 2015-04-09 Spec Dependencies: xml-version = 1.1 spec = XQ30+ feature = serialization Test: declare option Q{http://www.w3.org/2010/xslt-xquery-serialization}method "text"; <a>{codepoints-to-string(1 to 31)}</a> |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-text-7a[+]
X Serialization-text-7a: Created on: 2015-04-09 Spec Dependencies: xml-version = 1.0 spec = XQ30+ feature = serialization Test: declare option Q{http://www.w3.org/2010/xslt-xquery-serialization}method "text"; <a>{codepoints-to-string(1 to 31)}</a> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-text-8[+]
X Serialization-text-8: Created on: 2015-04-09 Spec Dependencies: xml-version = 1.1 spec = XQ30+ feature = serialization Test: declare option Q{http://www.w3.org/2010/xslt-xquery-serialization}method "text"; <a attr="{codepoints-to-string(1 to 31)}"></a> |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-text-8a[+]
X Serialization-text-8a: Created on: 2015-04-09 Spec Dependencies: xml-version = 1.0 spec = XQ30+ feature = serialization Test: declare option Q{http://www.w3.org/2010/xslt-xquery-serialization}method "text"; <a attr="{codepoints-to-string(1 to 31)}"></a> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-text-9[+]
X Serialization-text-9: Created on: 2015-04-09 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare option Q{http://www.w3.org/2010/xslt-xquery-serialization}method "text"; <a attr="{codepoints-to-string(127 to 159)}"/> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-text-10[+]
X Serialization-text-10: Created on: 2015-04-09 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare option Q{http://www.w3.org/2010/xslt-xquery-serialization}method "text"; <a>{codepoints-to-string(127 to 159)}</a> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-text-11[+]
X Serialization-text-11: Created on: 2015-04-09 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare option Q{http://www.w3.org/2010/xslt-xquery-serialization}method "text"; "a
aa
a
" |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-text-13[+]
X Serialization-text-13: Created on: 2015-04-09 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "text"; declare option output:item-separator "|"; 1 to 10 |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-text-14[+]
X Serialization-text-14: Created on: 2015-04-09 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "text"; declare option output:item-separator "|"; <a>{1,2,3}</a>,<b>{4,5,6}</b> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-text-15[+]
X Serialization-text-15: Created on: 2015-04-09 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "text"; declare option output:item-separator "|"; document { 1 to 5 } |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-text-16[+]
X Serialization-text-16: Created on: 2015-04-09 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "text"; declare option output:item-separator "=="; (1 to 4)!text{.} |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-text-17[+]
X Serialization-text-17: Created on: 2015-04-09 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "text"; <a><&></a> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-text-18[+]
X Serialization-text-18: Created on: 2015-04-09 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "text"; <a>The <?quick brown?>fox<!--jumped--> down</a> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-text-19[+]
X Serialization-text-19: Created on: 2016-09-30 Spec Dependencies: spec = XQ31+ spec = XQ30+ feature = serialization Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "text"; [1, 2, 3, 4, 5] |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-text-20[+]
X Serialization-text-20: Created on: 2016-09-30 Spec Dependencies: spec = XQ31+ spec = XQ30+ feature = serialization Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "html"; map { } |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-xhtml-1[+]
X Serialization-xhtml-1: Created on: 2015-04-09 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare boundary-space strip; declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xhtml"; declare option output:indent "no"; declare option output:html-version "4.0"; <html xmlns="http://www.w3.org/1999/xhtml"><body><area/><base/><br/><col/><embed/><frame/><hr/><img/><input/><isindex/><link/><meta/><param/></body></html> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-xhtml-1a[+]
X Serialization-xhtml-1a: Created on: 2015-04-09 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare boundary-space strip; declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xhtml"; declare option output:indent "no"; declare option output:html-version "4.0"; <html><body><area/><base/><br/><col/><embed/><frame/><hr/><img/><input/><isindex/><link/><meta/><param/></body></html> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-xhtml-2[+]
X Serialization-xhtml-2: Created on: 2012-10-26 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare boundary-space strip; declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xhtml"; declare option output:indent "no"; declare option output:html-version "5.0"; <html><body><area/><base/><br/><col/><embed/><hr/><img/><input/><keygen/><link/><meta/><param/><source/><track/><wbr/></body></html> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-xhtml-3[+]
X Serialization-xhtml-3: Created on: 2012-10-26 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare boundary-space strip; declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xhtml"; declare option output:indent "no"; declare option output:html-version "4.0"; <html xmlns="http://www.w3.org/1999/xhtml"><body><area/><base/><br/><col/><embed/><frame/><hr/><img/><input/><isindex/><link/><meta/><param/></body></html> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-xhtml-4[+]
X Serialization-xhtml-4: Created on: 2012-10-26 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare boundary-space strip; declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xhtml"; declare option output:indent "no"; declare option output:html-version "5.0"; <html xmlns="http://www.w3.org/1999/xhtml"><body><area/><base/><br/><col/><embed /><frame/><hr/><img/><input/><isindex/><link/><meta/><param/></body></html> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-xhtml-18[+]
X Serialization-xhtml-18: Created on: 2015-04-09 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare namespace ex = "http://www.example.org"; declare option output:method "xhtml"; declare option output:indent "no"; declare option output:html-version "4.0"; declare option output:cdata-section-elements "p em ex:isle1"; <html><body><p>YES<em>YES</em>YES<ex:isle1>YES<ex:isle2>NO</ex:isle2>YES</ex:isle1></p></body></html> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-xhtml-19a[+]
X Serialization-xhtml-19a: Created on: 2015-04-09 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare namespace ex = "http://www.example.org"; declare option output:method "xhtml"; declare option output:indent "no"; declare option output:html-version "5.0"; declare option output:cdata-section-elements "p em ex:isle1"; <html><body><p>YES<em>YES</em>YES<ex:isle1>YES<ex:isle2>NO</ex:isle2>YES</ex:isle1></p></body></html> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-xhtml-19b[+]
X Serialization-xhtml-19b: Created on: 2015-04-09 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare namespace html = "http://www.w3.org/1999/xhtml"; declare option output:method "xhtml"; declare option output:indent "no"; declare option output:html-version "4.0"; declare option output:cdata-section-elements "b html:em"; <html><body><p><b>YES</b><em>NO</em><html:b>NO</html:b><html:em>YES</html:em></p></body></html> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-xhtml-19c[+]
X Serialization-xhtml-19c: Created on: 2015-04-09 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare namespace html = "http://www.w3.org/1999/xhtml"; declare option output:method "xhtml"; declare option output:indent "no"; declare option output:html-version "5.0"; declare option output:cdata-section-elements "b html:em"; <html><body><p><b>YES</b><em>NO</em><html:b>NO</html:b><html:em>YES</html:em></p></body></html> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-xhtml-20[+]
X Serialization-xhtml-20: Created on: 2012-10-26 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xhtml"; declare option output:indent "no"; declare option output:html-version "4.0"; <html/> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-xhtml-21[+]
X Serialization-xhtml-21: Created on: 2012-10-26 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xhtml"; declare option output:indent "no"; declare option output:html-version "5.0"; <html/> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-xhtml-22[+]
X Serialization-xhtml-22: Created on: 2012-10-26 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xhtml"; declare option output:indent "no"; declare option output:html-version "5.0"; <html/> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-xhtml-23[+]
X Serialization-xhtml-23: Created on: 2012-10-26 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xhtml"; declare option output:indent "no"; declare option output:html-version "4.0"; <foo/> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-xhtml-24[+]
X Serialization-xhtml-24: Created on: 2012-10-26 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xhtml"; declare option output:indent "no"; declare option output:html-version "5.0"; <foo/> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-xhtml-25[+]
X Serialization-xhtml-25: Created on: 2015-04-09 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xhtml"; declare option output:indent "no"; declare option output:html-version "4.0"; declare option output:doctype-public "-//W3C//DTD HTML 4.0//EN"; <html/> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-xhtml-26[+]
X Serialization-xhtml-26: Created on: 2012-10-26 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xhtml"; declare option output:indent "no"; declare option output:html-version "4.0"; declare option output:doctype-system "http://www.w3.org/TR/REC-html40/strict.dtd"; <html/> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-xhtml-27[+]
X Serialization-xhtml-27: Created on: 2015-04-09 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xhtml"; declare option output:indent "no"; declare option output:html-version "5.0"; declare option output:doctype-public "-//W3C//DTD HTML 4.0//EN"; <html/> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-xhtml-27a[+]
X Serialization-xhtml-27a: Created on: 2015-04-09 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xhtml"; declare option output:indent "no"; declare option output:html-version "5.0"; declare option output:doctype-public "-//W3C//DTD HTML 4.0//EN"; <html xmlns="http://www.w3.org/1999/xhtml"/> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-xhtml-28[+]
X Serialization-xhtml-28: Created on: 2012-10-26 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xhtml"; declare option output:indent "no"; declare option output:html-version "5.0"; declare option output:doctype-system "about:legacy-compat"; <html/> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-xhtml-29[+]
X Serialization-xhtml-29: Created on: 2012-10-26 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xhtml"; declare option output:indent "no"; declare option output:html-version "4.0"; declare option output:doctype-system "http://www.w3.org/TR/REC-html40/strict.dtd"; declare option output:doctype-public "-//W3C//DTD HTML 4.0//EN"; <html/> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-xhtml-30[+]
X Serialization-xhtml-30: Created on: 2012-10-26 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xhtml"; declare option output:indent "no"; declare option output:html-version "5.0"; declare option output:doctype-system "http://www.w3.org/TR/REC-html40/strict.dtd"; declare option output:doctype-public "-//W3C//DTD HTML 4.0//EN"; <html/> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-xhtml-31[+]
X Serialization-xhtml-31: Created on: 2012-10-26 Spec Dependencies: spec = XQ30+ feature = serialization Test: () |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-xhtml-32[+]
X Serialization-xhtml-32: Created on: 2012-10-26 Spec Dependencies: spec = XQ30+ feature = serialization Test: () |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-xhtml-33[+]
X Serialization-xhtml-33: Created on: 2015-04-09 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xhtml"; declare option output:indent "no"; declare option output:include-content-type "yes"; declare option output:media-type "text/html"; declare option output:encoding "UTF-8"; declare option output:html-version "4.0"; <html xmlns="http://www.w3.org/1999/xhtml"><head/></html> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-xhtml-34[+]
X Serialization-xhtml-34: Created on: 2012-10-26 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xhtml"; declare option output:indent "no"; declare option output:include-content-type "yes"; declare option output:media-type "text/html"; declare option output:encoding "UTF-8"; declare option output:html-version "4.0"; <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html;version='3.0'"/></head></html> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-xhtml-35[+]
X Serialization-xhtml-35: Created on: 2012-10-26 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xhtml"; declare option output:indent "no"; declare option output:include-content-type "yes"; declare option output:media-type "text/html"; declare option output:encoding "UTF-8"; declare option output:html-version "4.0"; <html/> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-xhtml-36[+]
X Serialization-xhtml-36: Created on: 2015-04-09 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xhtml"; declare option output:indent "no"; declare option output:include-content-type "yes"; declare option output:media-type "text/html"; declare option output:encoding "UTF-8"; declare option output:html-version "5.0"; <html><head/></html> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-xhtml-36a[+]
X Serialization-xhtml-36a: Created on: 2015-04-09 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xhtml"; declare option output:indent "no"; declare option output:include-content-type "yes"; declare option output:media-type "text/html"; declare option output:encoding "UTF-8"; declare option output:html-version "5.0"; <html xmlns="http://www.w3.org/1999/xhtml"><head/></html> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-xhtml-37[+]
X Serialization-xhtml-37: Created on: 2015-04-09 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xhtml"; declare option output:indent "no"; declare option output:include-content-type "yes"; declare option output:media-type "text/html"; declare option output:encoding "UTF-8"; declare option output:html-version "5.0"; <html><head><meta http-equiv="Content-Type" content="text/html;version='3.0'"/></head></html> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-xhtml-37a[+]
X Serialization-xhtml-37a: Created on: 2015-04-09 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xhtml"; declare option output:indent "no"; declare option output:include-content-type "yes"; declare option output:media-type "text/html"; declare option output:encoding "UTF-8"; declare option output:html-version "5.0"; <html><head><meta http-equiv="Content-Type" content="text/html;version='3.0'"/></head></html> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-xhtml-38[+]
X Serialization-xhtml-38: Created on: 2012-10-26 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xhtml"; declare option output:indent "no"; declare option output:include-content-type "yes"; declare option output:media-type "text/html"; declare option output:encoding "UTF-8"; declare option output:html-version "5.0"; <html/> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-xhtml-39[+]
X Serialization-xhtml-39: Created on: 2012-10-26 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xhtml"; declare option output:indent "no"; declare option output:include-content-type "no"; declare option output:media-type "text/html"; declare option output:encoding "UTF-8"; declare option output:html-version "4.0"; <html><head/></html> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-xhtml-40[+]
X Serialization-xhtml-40: Created on: 2012-10-26 Spec Dependencies: spec = XQ30+ feature = serialization Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xhtml"; declare option output:indent "no"; declare option output:include-content-type "no"; declare option output:media-type "text/html"; declare option output:encoding "UTF-8"; declare option output:html-version "5.0"; <html><head/></html> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-xhtml-41[+]
X Serialization-xhtml-41: Created on: 2016-09-30 Spec Dependencies: spec = XQ31+ spec = XQ30+ feature = serialization Test: declare boundary-space strip; declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xhtml"; declare option output:indent "no"; declare option output:html-version "4.0"; let $html := <html><body><area/><base/><br/><col/><embed/><frame/><hr/><img/><input/><isindex/><link/><meta/><param/></body></html> return [ $html ] |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-xhtml-42[+]
X Serialization-xhtml-42: Created on: 2016-09-30 Spec Dependencies: spec = XQ31+ spec = XQ30+ feature = serialization Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xhtml"; map { } |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
K2-Serialization-13[+]
X K2-Serialization-13: Created on: 2013-10-04 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xml"; declare option output:item-separator "|"; 1 to 10 |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
K2-Serialization-14[+]
X K2-Serialization-14: Created on: 2013-10-04 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xml"; declare option output:item-separator "|"; <a>{1,2,3}</a>,<b>{4,5,6}</b> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
K2-Serialization-15[+]
X K2-Serialization-15: Created on: 2013-10-04 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xml"; declare option output:item-separator "|"; document { 1 to 5 } |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
K2-Serialization-16[+]
X K2-Serialization-16: Created on: 2015-04-13 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xml"; declare option output:item-separator "=="; (1 to 4)!text{.} |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
K2-Serialization-17[+]
X K2-Serialization-17: Created on: 2015-04-13 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xml"; declare option output:omit-xml-declaration "yes"; <a/> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
K2-Serialization-18[+]
X K2-Serialization-18: Created on: 2015-04-13 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xml"; declare option output:omit-xml-declaration "no"; <a/> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
K2-Serialization-20[+]
X K2-Serialization-20: Created on: 2015-04-13 Spec Dependencies: feature = serialization xml-version = 1.1 spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xml"; declare option output:version "1.1"; declare option output:undeclare-prefixes "yes"; <p:chapter xmlns:p="http://example.com/p"><section xmlns:p=""><para/></section></p:chapter> |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
K2-Serialization-21[+]
X K2-Serialization-21: Created on: 2015-04-13 Spec Dependencies: feature = serialization xml-version = 1.1 spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xml"; declare option output:version "1.1"; declare option output:undeclare-prefixes "no"; <p:chapter xmlns:p="http://example.com/p"><section xmlns:p=""><para/></section></p:chapter> |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
K2-Serialization-22[+]
X K2-Serialization-22: Created on: 2015-04-13 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xml"; declare option output:standalone "yes"; <chapter><section><para><b>bold</b>{" "}<i>italic</i></para></section></chapter> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
K2-Serialization-23[+]
X K2-Serialization-23: Created on: 2015-04-13 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xml"; declare option output:standalone "no"; <chapter><section><para><b>bold</b>{" "}<i>italic</i></para></section></chapter> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
K2-Serialization-24[+]
X K2-Serialization-24: Created on: 2015-04-13 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xml"; declare option output:standalone "omit"; <chapter><section><para><b>bold</b>{" "}<i>italic</i></para></section></chapter> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
K2-Serialization-25[+]
X K2-Serialization-25: Created on: 2015-04-13 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xml"; declare option output:indent "yes"; declare option output:suppress-indentation "para"; <chapter><section><para><b>bold</b>{" "}<i>italic</i></para></section></chapter> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
K2-Serialization-26[+]
X K2-Serialization-26: Created on: 2015-04-13 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare namespace p = "http://www.example.org/ns/p"; declare option output:method "xml"; declare option output:indent "yes"; declare option output:suppress-indentation "p p:para"; <chapter><section><p:para><b>bold</b><i>italic</i></p:para><p><b><BOLD/></b><i>ITALIC</i></p></section></chapter> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
K2-Serialization-27[+]
X K2-Serialization-27: Created on: 2015-04-13 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare namespace p = "http://www.example.org/ns/p"; declare option output:method "xml"; declare option output:indent "yes"; declare option output:suppress-indentation "p Q{http://www.example.org/ns/p}para"; <chapter><section><para xmlns="http://www.example.org/ns/p"><b>bold</b><i>italic</i></para><p><b>BOLD</b><i>ITALIC</i></p></section></chapter> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
K2-Serialization-28[+]
X K2-Serialization-28: Created on: 2015-04-13 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare default element namespace "http://www.example.org/ns/p"; declare option output:method "xml"; declare option output:indent "yes"; declare option output:suppress-indentation "p para"; <chapter xmlns=""><section><para xmlns="http://www.example.org/ns/p"><b>bold</b><i>italic</i></para><p><b>BOLD</b><i>ITALIC</i></p></section></chapter> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
K2-Serialization-29[+]
X K2-Serialization-29: Created on: 2015-04-13 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare namespace p = "http://www.example.org/ns/p"; declare option output:method " Q{}xml	"; declare option Q{http://www.w3.org/2010/xslt-xquery-serialization}indent "yes "; declare option output:suppress-indentation " p p:para "; <chapter><section><p:para><b>bold</b><i>italic</i></p:para><p><b><BOLD/></b><i>ITALIC</i></p></section></chapter> |
fail | n/a
notXP31 |
pass | n/a | pass | pass |
K2-Serialization-30[+]
X K2-Serialization-30: Created on: 2015-04-13 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare namespace p = "http://www.example.org/ns/p"; declare option output:method "xml"; declare option output:cdata-section-elements "b p:b"; declare option output:suppress-indentation "para"; <chapter><section><para><b>bold</b><i>italic</i><p:b>BOLD</p:b><p:i>ITALIC</p:i></para></section></chapter> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
K2-Serialization-31[+]
X K2-Serialization-31: Created on: 2015-04-13 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare default element namespace "http://www.example.org/ns/p"; declare option output:method "xml"; declare option output:cdata-section-elements "b"; declare option output:suppress-indentation "para"; <chapter xmlns="http://www.example.com/ns/c"><section><para><b>bold</b><i>italic</i></para><para xmlns:p="http://www.example.org/ns/p"><p:b>BOLD</p:b><p:i>ITALIC</p:i></para></section></chapter> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
K2-Serialization-32[+]
X K2-Serialization-32: Created on: 2015-04-13 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xml"; declare option output:cdata-section-elements "b Q{http://www.example.org/ns/p}b"; declare option output:suppress-indentation "para"; <chapter><section xmlns:p="http://www.example.org/ns/p"><para><b>bold</b><i>italic</i><p:b>BOLD</p:b><p:i>ITALIC</p:i></para></section></chapter> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
K2-Serialization-33[+]
X K2-Serialization-33: Created on: 2015-04-13 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xml"; declare option output:cdata-section-elements "b"; <chapter><para><b>bold <!--comment--> as brass</b><i>italic</i></para></chapter> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
K2-Serialization-34[+]
X K2-Serialization-34: Created on: 2015-04-13 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xml"; declare option output:cdata-section-elements "b"; <chapter><para><b>bold {"<"}{"[["}{"]]"}{">"} as brass</b><i>italic</i></para></chapter> |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
K2-Serialization-35[+]
X K2-Serialization-35: Created on: 2015-04-13 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xml"; declare option output:encoding "us-ascii"; declare option output:cdata-section-elements "b"; <chapter><para><b>bold as brass</b></para></chapter> |
fail | n/a
notXP31 |
pass | n/a | pass | pass |
K2-Serialization-36[+]
X K2-Serialization-36: Created on: 2016-07-05 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xml"; declare option output:indent "true"; declare option output:suppress-indentation "para"; <chapter><section><para><b>bold</b>{" "}<i>italic</i></para></section></chapter> |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
K2-Serialization-37[+]
X K2-Serialization-37: Created on: 2016-07-05 Spec Dependencies: feature = serialization spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xml"; declare option output:indent " 1 "; declare option output:suppress-indentation "para"; <chapter><section><para><b>bold</b>{" "}<i>italic</i></para></section></chapter> |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
K2-Serialization-38[+]
X K2-Serialization-38: Created on: 2016-07-05 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xml"; declare option output:omit-xml-declaration " false "; <a/> |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
K2-Serialization-39[+]
X K2-Serialization-39: Created on: 2016-07-05 Spec Dependencies: feature = serialization spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xml"; declare option output:omit-xml-declaration "0"; <a/> |
no result | n/a
notXP31 |
pass | n/a | pass | pass |