Skip to content

Commit

Permalink
CLDR-17371 stream filter to replace xmlns with DOCTYPE
Browse files Browse the repository at this point in the history
See #3511
  • Loading branch information
srl295 authored and Squash Bot committed Feb 27, 2024
1 parent 86d7243 commit b633428
Show file tree
Hide file tree
Showing 20 changed files with 437 additions and 139 deletions.
3 changes: 1 addition & 2 deletions keyboards/3.0/bn.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE keyboard3 SYSTEM "../dtd/ldmlKeyboard3.dtd">
<keyboard3 locale="bn" conformsTo="techpreview">
<keyboard3 xmlns="https://schemas.unicode.org/cldr/45/keyboard3" locale="bn" conformsTo="techpreview">
<!--
History:
Based on
Expand Down
3 changes: 1 addition & 2 deletions keyboards/3.0/fr-t-k0-azerty.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE keyboard3 SYSTEM "../dtd/ldmlKeyboard3.dtd">
<!--
This file is part of the CLDR Keyboard Technical Preview.
This is a sample data file.
Expand All @@ -8,7 +7,7 @@
Also NOTE: this is really a test keyboard. CLDR-12026 will be for the real new azerty keyboard
-->
<keyboard3 locale="fr-t-k0-azerty" conformsTo="techpreview">
<keyboard3 xmlns="https://schemas.unicode.org/cldr/45/keyboard3" locale="fr-t-k0-azerty" conformsTo="techpreview">
<locales>
<locale id="br" /> <!-- example of including Breton -->
</locales>
Expand Down
3 changes: 1 addition & 2 deletions keyboards/3.0/ja-Latn.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE keyboard3 SYSTEM "../dtd/ldmlKeyboard3.dtd">
<keyboard3 locale="ja-Latn" conformsTo="techpreview">
<keyboard3 xmlns="https://schemas.unicode.org/cldr/45/keyboard3" locale="ja-Latn" conformsTo="techpreview">
<locales>
<locale id="en" />
</locales>
Expand Down
3 changes: 1 addition & 2 deletions keyboards/3.0/mt-t-k0-47key.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE keyboard3 SYSTEM "../dtd/ldmlKeyboard3.dtd">
<keyboard3 locale="mt-t-k0-47key" conformsTo="techpreview">
<keyboard3 xmlns="https://schemas.unicode.org/cldr/45/keyboard3" locale="mt-t-k0-47key" conformsTo="techpreview">
<locales>
<!-- English is also an official language in Malta.-->
<locale id="en" />
Expand Down
3 changes: 1 addition & 2 deletions keyboards/3.0/mt.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE keyboard3 SYSTEM "../dtd/ldmlKeyboard3.dtd">
<!--
This file is part of the CLDR Keyboard Technical Preview.
This is a sample data file.
This file is subject to change.
Please see https://cldr.unicode.org/index/keyboard-workgroup for the latest information.
-->
<keyboard3 locale="mt" conformsTo="techpreview">
<keyboard3 xmlns="https://schemas.unicode.org/cldr/45/keyboard3" locale="mt" conformsTo="techpreview">
<locales>
<!-- English is also an official language in Malta.-->
<locale id="en" />
Expand Down
3 changes: 1 addition & 2 deletions keyboards/3.0/pcm.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE keyboard3 SYSTEM '../dtd/ldmlKeyboard3.dtd'>
<keyboard3 locale="pcm" conformsTo="techpreview">
<keyboard3 xmlns="https://schemas.unicode.org/cldr/45/keyboard3" locale="pcm" conformsTo="techpreview">
<version number="1.0.0" />
<info name="Naijíriá Píjin" />
<keys>
Expand Down
3 changes: 1 addition & 2 deletions keyboards/3.0/pt-t-k0-abnt2.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE keyboard3 SYSTEM "../dtd/ldmlKeyboard3.dtd">
<keyboard3 locale="pt-t-k0-abnt2" conformsTo="techpreview">
<keyboard3 xmlns="https://schemas.unicode.org/cldr/45/keyboard3" locale="pt-t-k0-abnt2" conformsTo="techpreview">
<locales>
<locale id="pt" />
</locales>
Expand Down
3 changes: 3 additions & 0 deletions keyboards/dtd/ldmlKeyboard3.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ Please view the subcommittee page for the most recent information.
<!ATTLIST keyboard3 conformsTo (techpreview) #REQUIRED >
<!--@MATCH:any-->
<!--@METADATA-->
<!ATTLIST keyboard3 xmlns CDATA #IMPLIED >
<!--@MATCH:any-->
<!--@METADATA-->

<!ELEMENT import EMPTY >
<!--@TECHPREVIEW-->
Expand Down
Loading

0 comments on commit b633428

Please sign in to comment.