File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
1
<xsl : template xmlns : xsl =" abc" xmlns : xslt =" abcd" xslt : test =" abcd" match =" pattern" mode =" #default" >
2
2
<root >
3
3
<xsl : param name =" p1" as =" node()" />
4
- <xsl : variable name =" a " as =" xs:integer" select =" 5" />
4
+ <xsl : variable name =" ax " as =" xs:integer" select =" 5" />
5
5
6
6
<xsl : variable name =" b" as =" xs:ingeter" select =" 2" >
7
- <xsl : sequence select =" $a, $b, $c" />
7
+ <xsl : sequence select =" $a, $b, $p1" />
8
+ <xsl : variable name =" a" as =" xs:integer" select =" 5" />
9
+
10
+ <xsl : variable name =" b" as =" xs:ingeter" select =" 2" >
11
+ <xsl : sequence select =" $a, $b, $p1" />
12
+ </xsl : variable >
13
+
14
+
15
+ <xsl : variable name =" q" as =" xs:integer" select =" 1" />
16
+ <xsl : variable name =" d" as =" xs:integer" select =" $q" />
17
+
8
18
</xsl : variable >
9
19
</root >
10
20
11
- <xsl : variable name =" d" as =" xs:integer" select =" 6" />
21
+ <xsl : variable name =" d" as =" xs:integer" select =" $c" />
22
+
23
+ <xsl : variable name =" e" as =" xs:integer" select =" $c" />
24
+
12
25
13
26
14
27
<xsl : variable name =" c" as =" xs:integer" select =" 5" >
You can’t perform that action at this time.
0 commit comments