File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 24
24
<xsl : variable name =" test16" as =" attribute(*, xs:date)" select =" //@*" />
25
25
<xsl : variable name =" test17" as =" element(*, xs:integer)" select =" //*" />
26
26
<xsl : variable name =" test18" as =" element(as)" select =" /*" />
27
+ <xsl : variable name =" new" as =" function(*)" select =" function() {}" />
27
28
28
29
<xsl : function name =" fn:main" as =" item()*" >
29
30
<!-- no missing context-item error: -->
69
70
<xsl : variable name =" test26-error" as =" attribute(xs:string)" select =" ." />
70
71
<xsl : variable name =" test27-error" as =" function(book, library)" select =" ." />
71
72
<xsl : variable name =" test29-error" as =" element(?)" select =" ." />
72
- <xsl : variable name =" test30-error" as =" element(..)?" select =" ." />
73
+ <xsl : variable name =" test30-error" as =" element(..)?" select =" ." />
74
+ <xsl : variable name =" test31-error" as =" function()" select =" function() {}" />
75
+ <xsl : variable name =" test32-error" as =" element()()" select =" function() {}" />
76
+
73
77
74
78
<?END type declarations WITH ERRORS ?>
75
79
Original file line number Diff line number Diff line change 9
9
expand-text =" yes"
10
10
version =" 3.0" >
11
11
12
- <xsl : variable name =" test6" as =" (array(*))?" select =" ." />
13
- <xsl : variable name =" test5" as =" (function(element()) as xs:string)?" select =" ." />
12
+ <xsl : variable name =" test6" as =" array()" select =" ." />
14
13
15
14
16
15
</xsl : stylesheet >
You can’t perform that action at this time.
0 commit comments