This repository was archived by the owner on Jun 16, 2021. It is now read-only.
File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 47
47
<xsl : import href =" html5-uppercasemap.xsl" />
48
48
<xsl : import href =" predefinedmap.xsl" />
49
49
50
- <xsl : character-map name =" w3c-entity-names" use-character-maps =" isobox isocyr1 isocyr2 isodia isolat1 isolat2 isonum isopub isoamsa isoamsb isoamsc isoamsn isoamso isoamsr isogrk1 isogrk2 isogrk3 isogrk4 isomfrk isomopf isomscr isotech mmlextra mmlalias xhtml1-lat1 xhtml1-special xhtml1-symbol uppercase predefined" />
50
+ <xsl : character-map name =" w3c-entity-names" use-character-maps =" isobox isocyr1 isocyr2 isodia isolat1 isolat2 isonum isopub isoamsa isoamsb isoamsc isoamsn isoamso isoamsr isogrk1 isogrk2 isogrk3 isogrk4 isomfrk isomopf isomscr isotech mmlextra mmlalias xhtml1-lat1 xhtml1-special xhtml1-symbol html5- uppercase predefined" />
51
51
52
52
</xsl : stylesheet >
Original file line number Diff line number Diff line change 44
44
<xsl : import href =" html5-uppercasemap.xsl" />
45
45
<xsl : import href =" predefinedmap.xsl" />
46
46
47
- <xsl : character-map name =" htmlmathml" use-character-maps =" isobox isocyr1 isocyr2 isodia isolat1 isolat2 isonum isopub isoamsa isoamsb isoamsc isoamsn isoamso isoamsr isogrk3 isomfrk isomopf isomscr isotech mmlextra mmlalias xhtml1-lat1 xhtml1-special xhtml1-symbol uppercase predefined" />
47
+ <xsl : character-map name =" htmlmathml" use-character-maps =" isobox isocyr1 isocyr2 isodia isolat1 isolat2 isonum isopub isoamsa isoamsb isoamsc isoamsn isoamso isoamsr isogrk3 isomfrk isomopf isomscr isotech mmlextra mmlalias xhtml1-lat1 xhtml1-special xhtml1-symbol html5- uppercase predefined" />
48
48
49
49
</xsl : stylesheet >
Original file line number Diff line number Diff line change 152
152
<xsl : choose >
153
153
<xsl : when test =" starts-with(@name,'957')" ><xsl : value-of select =" substring(@name,11)" /></xsl : when >
154
154
<xsl : when test =" starts-with(@name,'88')" ><xsl : value-of select =" substring-after(@name,'-')" /></xsl : when >
155
+ <xsl : when test =" @name='html5-uppercase'" ><xsl : value-of select =" @name" /></xsl : when >
155
156
<xsl : when test =" starts-with(@name,'html')" ><xsl : value-of select =" substring-after(@name,'-')" /></xsl : when >
156
157
<xsl : otherwise ><xsl : value-of select =" @name" /></xsl : otherwise >
157
158
</xsl : choose >
201
202
<xsl : choose >
202
203
<xsl : when test =" starts-with(@name,'957')" ><xsl : value-of select =" substring(@name,11)" /></xsl : when >
203
204
<xsl : when test =" starts-with(@name,'88')" ><xsl : value-of select =" substring-after(@name,'-')" /></xsl : when >
205
+ <xsl : when test =" @name='html5-uppercase'" ><xsl : value-of select =" @name" /></xsl : when >
204
206
<xsl : when test =" starts-with(@name,'html')" ><xsl : value-of select =" substring-after(@name,'-')" /></xsl : when >
205
207
<xsl : otherwise ><xsl : value-of select =" @name" /></xsl : otherwise >
206
208
</xsl : choose >
You can’t perform that action at this time.
0 commit comments