Change id: serialization-general
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-035[+]
X Serialization-035: Created on: 2016-05-20 Spec Dependencies: spec = XQ31+ spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:parameter-document "Serialization/serialization-eqnames.xml"; <result> <e xmlns="http://example.com/a">ta</e> <e xmlns="http://example.com/b">tb</e> <e xmlns="http://example.com/c">tc</e> <e xmlns="http://example.com/d">td</e> <e xmlns="http://example.com/e">te</e> <e>tt</e> </result> |
fail | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-036[+]
X Serialization-036: Created on: 2016-08-19 Spec Dependencies: spec = XQ31+ spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:indent " 0 "; <result>ok</result> |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-037[+]
X Serialization-037: Created on: 2016-08-19 Spec Dependencies: spec = XQ31+ spec = XQ30+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:indent "1"; <result>ok</result> |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
Serialization-html-45[+]
X Serialization-html-45: Created on: 2016-09-30 Spec Dependencies: spec = XQ31+ 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"; 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
notXP31 |
pass | n/a | pass | pass |
Serialization-html-46[+]
X Serialization-html-46: Created on: 2016-09-30 Spec Dependencies: spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "html"; map { } |
no result | n/a
notXP31 |
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-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-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 |
Serialization-xml-01[+]
X Serialization-xml-01: Created on: 2016-09-30 Spec Dependencies: spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xml"; declare option output:item-separator "|"; [1, 2, 3, 4, 5] |
no result | n/a
notXP31 |
pass | n/a | pass | pass |
Serialization-xml-02[+]
X Serialization-xml-02: Created on: 2016-09-30 Spec Dependencies: spec = XQ31+ Test: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "xml"; map { } |
no result | n/a
notXP31 |
pass | n/a | pass | pass |