Change id: fn-transform
Implementations | ||||||
Tests | BaseX 8.5 beta XQ31 (QT3 vCVS) |
Saxon-EE 9.7.0.11 XP31 (QT3 v0.6) |
Saxon-EE 9.7.0.11 XQ31 (QT3 v0.6) |
XmlPrime 4.0.0.16079 XP31 (QT3 vCVS) |
XmlPrime 4.0.0.26293 XQ31 (QT3 vCVS) |
XmlPrime 4.0.0.27704 XQX31 (QT3 vCVS) |
---|---|---|---|---|---|---|
fn-function-lookup-765[+]
X fn-function-lookup-765: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'transform'), 1)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-766a[+]
X fn-function-lookup-766a: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-transform-XSLT spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'transform'), 1)( map{ 'stylesheet-text': '<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><xsl:template match="/"><out/></xsl:template></xsl:stylesheet>', 'source-node': doc("function-lookup/collection-1.xml") } ) |
no result | pass | pass | n/a | pass | pass |
fn-function-lookup-766b[+]
X fn-function-lookup-766b: Created on: 2016-08-19 Spec Dependencies: spec = XP31+ XQ31+ feature = fn-transform-XSLT spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions', 'transform'), 1)( map{} ) |
no result | n/a
Dependency not satisfied |
n/a
Dependency not satisfied |
fail | pass | pass |
d1e78807[+]
X d1e78807: Created on: 2015-06-10 Spec Dependencies: feature = fn-transform-XSLT spec = XQ31+ Test: deep-equal( let $result := transform( map { "stylesheet-location" : "render.xsl", "source-node" : doc("catalog.xml") }) return $result?output , document {<p>There are 4 products in the catalog.</p>} ) |
fail | n/a
test-set dependencies not satisfied |
pass | n/a | fail | fail |
d1e78807b[+]
X d1e78807b: Created on: 2015-07-14 Spec Dependencies: feature = fn-transform-XSLT spec = XQ31+ Test: deep-equal( let $result := transform( map { "stylesheet-location" : "Walmsley/render2.xsl", "source-node" : doc("Walmsley/catalog.xml"), "stylesheet-params": map { QName("","label"): "Note", QName("","msg"): "Hi!"}, "base-output-uri" : resolve-uri("Walmsley/out.xml"), "delivery-format" : "saved" }) return doc($result?*) , document {<p>Note: Hi!. There are 4 products.</p>} ) |
fail | n/a
test-set dependencies not satisfied |
pass | n/a | fail | fail |