There was an error while loading. Please reload this page.
1 parent b4992d7 commit 9b84764Copy full SHA for 9b84764
test/test.xsl
@@ -9,7 +9,7 @@
9
expand-text="yes"
10
version="3.0">
11
12
- <xsl:variable name="test6" as="array()" select="."/>
+ <xsl:variable name="test5" as="(function(element()) as xs:string)?" select="function($a as element()) as xs:string {local-name($a)}"/>
13
14
15
</xsl:stylesheet>
0 commit comments