File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 38
38
<xsl : with-param name =" proposals" select =" proposal[@status='accepted']" />
39
39
</xsl : call-template >
40
40
41
+ <xsl : call-template name =" section" >
42
+ <xsl : with-param name =" title" >Implemented (Swift 4)</xsl : with-param >
43
+ <xsl : with-param name =" proposals" select =" proposal[@status='implemented'][@swift-version='4']" />
44
+ </xsl : call-template >
45
+
41
46
<xsl : call-template name =" section" >
42
47
<xsl : with-param name =" title" >Implemented (Swift 3.1)</xsl : with-param >
43
- <xsl : with-param name =" proposals" select =" proposal[@status='implemented'][@swift-version = 3.1]" />
48
+ <xsl : with-param name =" proposals" select =" proposal[@status='implemented'][@swift-version='3.1']" />
49
+ </xsl : call-template >
50
+
51
+ <xsl : call-template name =" section" >
52
+ <xsl : with-param name =" title" >Implemented (Swift 3.0.1)</xsl : with-param >
53
+ <xsl : with-param name =" proposals" select =" proposal[@status='implemented'][@swift-version='3.0.1']" />
44
54
</xsl : call-template >
45
55
46
56
<xsl : call-template name =" section" >
47
57
<xsl : with-param name =" title" >Implemented (Swift 3)</xsl : with-param >
48
- <xsl : with-param name =" proposals" select =" proposal[@status='implemented'][@swift-version = 3 ]" />
58
+ <xsl : with-param name =" proposals" select =" proposal[@status='implemented'][@swift-version='3' ]" />
49
59
</xsl : call-template >
50
60
51
61
<xsl : call-template name =" section" >
52
62
<xsl : with-param name =" title" >Implemented (Swift 2.2)</xsl : with-param >
53
- <xsl : with-param name =" proposals" select =" proposal[@status='implemented'][@swift-version = 2.2]" />
63
+ <xsl : with-param name =" proposals" select =" proposal[@status='implemented'][@swift-version=' 2.2' ]" />
54
64
</xsl : call-template >
55
65
56
66
<xsl : call-template name =" section" >
You can’t perform that action at this time.
0 commit comments