Skip to content

Commit 9b84764

Browse files
committed
update sample
1 parent b4992d7 commit 9b84764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
expand-text="yes"
1010
version="3.0">
1111

12-
<xsl:variable name="test6" as="array()" select="."/>
12+
<xsl:variable name="test5" as="(function(element()) as xs:string)?" select="function($a as element()) as xs:string {local-name($a)}"/>
1313

1414

1515
</xsl:stylesheet>

0 commit comments

Comments
 (0)