|
32 | 32 | catalog="cat-xhtml.xml"/>
|
33 | 33 | <delegateSystem systemIdStartString="https://www.w3.org/MarkUp/DTD/xhtml"
|
34 | 34 | catalog="cat-xhtml.xml"/>
|
| 35 | + <delegateSystem systemIdStartString="http://www.w3.org/MarkUp/DTD/xhtml" |
| 36 | + catalog="cat-xhtml.xml"/> |
35 | 37 | <delegateSystem systemIdStartString="https://www.w3.org/TR/xhtml"
|
36 | 38 | catalog="cat-xhtml.xml"/>
|
| 39 | + <delegateSystem systemIdStartString="http://www.w3.org/TR/xhtml" |
| 40 | + catalog="cat-xhtml.xml"/> |
37 | 41 | </xsl:variable>
|
38 | 42 |
|
39 | 43 | <xsl:variable name="subset"
|
|
66 | 70 | catalog="cat-svg.xml"/>
|
67 | 71 | <delegateSystem systemIdStartString="https://www.w3.org/Graphics/SVG/1.1/"
|
68 | 72 | catalog="cat-svg.xml"/>
|
| 73 | + <delegateSystem systemIdStartString="http://www.w3.org/Graphics/SVG/1.1/" |
| 74 | + catalog="cat-svg.xml"/> |
69 | 75 | </xsl:variable>
|
70 | 76 |
|
71 | 77 | <xsl:variable name="subset"
|
|
101 | 107 | catalog="cat-entities.xml"/>
|
102 | 108 | <delegateSystem systemIdStartString="https://www.w3.org/2003/entities/"
|
103 | 109 | catalog="cat-entities.xml"/>
|
| 110 | + <delegateSystem systemIdStartString="http://www.w3.org/2003/entities/" |
| 111 | + catalog="cat-entities.xml"/> |
104 | 112 | <delegateSystem systemIdStartString="https://www.w3.org/Math/DTD/mathml1/"
|
105 | 113 | catalog="cat-entities.xml"/>
|
| 114 | + <delegateSystem systemIdStartString="http://www.w3.org/Math/DTD/mathml1/" |
| 115 | + catalog="cat-entities.xml"/> |
106 | 116 | </xsl:variable>
|
107 | 117 |
|
108 | 118 | <xsl:variable name="subset"
|
|
128 | 138 | <xsl:sequence select="$prefix"/>
|
129 | 139 | <delegateSystem systemIdStartString="https://www.w3.org/Math/DTD/mathml2/"
|
130 | 140 | catalog="cat-mathml2.xml"/>
|
| 141 | + <delegateSystem systemIdStartString="http://www.w3.org/Math/DTD/mathml2/" |
| 142 | + catalog="cat-mathml2.xml"/> |
131 | 143 | </xsl:variable>
|
132 | 144 |
|
133 | 145 | <xsl:variable name="subset"
|
|
147 | 159 | <xsl:sequence select="$prefix"/>
|
148 | 160 | <delegateSystem systemIdStartString="https://www.w3.org/Math/DTD/mathml3/"
|
149 | 161 | catalog="cat-mathml3.xml"/>
|
| 162 | + <delegateSystem systemIdStartString="http://www.w3.org/Math/DTD/mathml3/" |
| 163 | + catalog="cat-mathml3.xml"/> |
150 | 164 | </xsl:variable>
|
151 | 165 |
|
152 | 166 | <xsl:variable name="subset"
|
|
168 | 182 | <xsl:comment> At present, only the RDDL public identifiers begin with -//XML-DEV// </xsl:comment>
|
169 | 183 | <delegatePublic publicIdStartString="-//XML-DEV//"
|
170 | 184 | catalog="cat-rddl.xml"/>
|
| 185 | + <delegateSystem systemIdStartString="https://www.rddl.org/" |
| 186 | + catalog="cat-rddl.xml"/> |
171 | 187 | <delegateSystem systemIdStartString="http://www.rddl.org/"
|
172 | 188 | catalog="cat-rddl.xml"/>
|
173 | 189 | </xsl:variable>
|
|
0 commit comments