Skip to content

Commit 2c117ae

Browse files
committed
Delegate http: and https: system identifiers
1 parent c0797a5 commit 2c117ae

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

tools/make-catalog.xsl

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,12 @@
3232
catalog="cat-xhtml.xml"/>
3333
<delegateSystem systemIdStartString="https://www.w3.org/MarkUp/DTD/xhtml"
3434
catalog="cat-xhtml.xml"/>
35+
<delegateSystem systemIdStartString="http://www.w3.org/MarkUp/DTD/xhtml"
36+
catalog="cat-xhtml.xml"/>
3537
<delegateSystem systemIdStartString="https://www.w3.org/TR/xhtml"
3638
catalog="cat-xhtml.xml"/>
39+
<delegateSystem systemIdStartString="http://www.w3.org/TR/xhtml"
40+
catalog="cat-xhtml.xml"/>
3741
</xsl:variable>
3842

3943
<xsl:variable name="subset"
@@ -66,6 +70,8 @@
6670
catalog="cat-svg.xml"/>
6771
<delegateSystem systemIdStartString="https://www.w3.org/Graphics/SVG/1.1/"
6872
catalog="cat-svg.xml"/>
73+
<delegateSystem systemIdStartString="http://www.w3.org/Graphics/SVG/1.1/"
74+
catalog="cat-svg.xml"/>
6975
</xsl:variable>
7076

7177
<xsl:variable name="subset"
@@ -101,8 +107,12 @@
101107
catalog="cat-entities.xml"/>
102108
<delegateSystem systemIdStartString="https://www.w3.org/2003/entities/"
103109
catalog="cat-entities.xml"/>
110+
<delegateSystem systemIdStartString="http://www.w3.org/2003/entities/"
111+
catalog="cat-entities.xml"/>
104112
<delegateSystem systemIdStartString="https://www.w3.org/Math/DTD/mathml1/"
105113
catalog="cat-entities.xml"/>
114+
<delegateSystem systemIdStartString="http://www.w3.org/Math/DTD/mathml1/"
115+
catalog="cat-entities.xml"/>
106116
</xsl:variable>
107117

108118
<xsl:variable name="subset"
@@ -128,6 +138,8 @@
128138
<xsl:sequence select="$prefix"/>
129139
<delegateSystem systemIdStartString="https://www.w3.org/Math/DTD/mathml2/"
130140
catalog="cat-mathml2.xml"/>
141+
<delegateSystem systemIdStartString="http://www.w3.org/Math/DTD/mathml2/"
142+
catalog="cat-mathml2.xml"/>
131143
</xsl:variable>
132144

133145
<xsl:variable name="subset"
@@ -147,6 +159,8 @@
147159
<xsl:sequence select="$prefix"/>
148160
<delegateSystem systemIdStartString="https://www.w3.org/Math/DTD/mathml3/"
149161
catalog="cat-mathml3.xml"/>
162+
<delegateSystem systemIdStartString="http://www.w3.org/Math/DTD/mathml3/"
163+
catalog="cat-mathml3.xml"/>
150164
</xsl:variable>
151165

152166
<xsl:variable name="subset"
@@ -168,6 +182,8 @@
168182
<xsl:comment> At present, only the RDDL public identifiers begin with -//XML-DEV// </xsl:comment>
169183
<delegatePublic publicIdStartString="-//XML-DEV//"
170184
catalog="cat-rddl.xml"/>
185+
<delegateSystem systemIdStartString="https://www.rddl.org/"
186+
catalog="cat-rddl.xml"/>
171187
<delegateSystem systemIdStartString="http://www.rddl.org/"
172188
catalog="cat-rddl.xml"/>
173189
</xsl:variable>

0 commit comments

Comments
 (0)