Skip to content

Commit 00b8d7f

Browse files
aphillipseemeli
andauthored
Remove registry.dtd and registry.xml from Tech Preview (#762)
* Remove registry.dtd and registry.xml from Tech Preview Add comments to make clear that the DTD and XML forms of the default registry are not part of the tech preview, but that comments are welcome. * Update registry.xml * Update spec/registry.dtd Co-authored-by: Eemeli Aro <[email protected]> --------- Co-authored-by: Eemeli Aro <[email protected]>
1 parent 3adc512 commit 00b8d7f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

spec/registry.dtd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
This DTD is not part of the LDML45 Tech Preview of MessageFormat 2.
3+
Comments on this DTD are welcome.
4+
-->
15
<!ELEMENT registry (function|validationRule)*>
26
<!ATTLIST registry
37
xml:lang NMTOKEN #IMPLIED

spec/registry.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?xml-model href="registry.dtd" type="application/xml-dtd"?>
3+
<!--
4+
This registry is not part of the LDML45 Tech Preview of MessageFormat 2.
5+
Comments on the contents of this registry are welcome as we seek to
6+
finalize the registry descriptions as part of the stable release
7+
in LDML46.
8+
-->
39
<registry xml:lang="en">
410
<!-- All regex here are to be seen as provisory. See issue #422. -->
511
<validationRule id="anyNumber" regex="-?(0|([1-9]\d*))(\.\d*)?([eE][-+]?\d+)?"/>

0 commit comments

Comments
 (0)