Skip to content

Commit

Permalink
CLDR-17424 MFv2 fix links to DTD, move DTD
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed Apr 10, 2024
1 parent 6fb8b23 commit 9142efb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://github.com/unicode-org/cldr/blob/maint/maint-45/common/messageFormat/message.json",
"$id": "https://github.com/unicode-org/cldr/blob/maint/maint-45/common/dtd/messageFormat/message.json",

"oneOf": [{ "$ref": "#/$defs/message" }, { "$ref": "#/$defs/select" }],

Expand Down
5 changes: 2 additions & 3 deletions docs/ldml/tr35-messageFormat.md
Original file line number Diff line number Diff line change
Expand Up @@ -1795,7 +1795,6 @@ _This section is non-normative._
> This part of the specification is not part of the Tech Preview.
The registry contains descriptions of function signatures.
[`registry.dtd`](./registry.dtd) describes its data model.
The main building block of the registry is the `<function>` element.
It represents an implementation of a custom function available to translation at runtime.
Expand Down Expand Up @@ -3603,9 +3602,9 @@ To ensure compatibility across all platforms,
this interchange data model is defined here using TypeScript notation.
Two equivalent definitions of the data model are also provided:
- [`message.json`](./message.json) is a JSON Schema definition,
- `common/dtd/messageFormat/message.json` is a JSON Schema definition,
for use with message data encoded as JSON or compatible formats, such as YAML.
- [`message.dtd`](./message.dtd) is a document type definition (DTD),
- `common/dtd/messageFormat/message.json` is a document type definition (DTD),
for use with message data encoded as XML.
Note that while the data model description below is the canonical one,
Expand Down

0 comments on commit 9142efb

Please sign in to comment.