Issue 36338 - Adjust locale.dtd to adapt to reality
Summary: Adjust locale.dtd to adapt to reality
Status: CLOSED FIXED
Alias: None
Product: Internationalization
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: ooo
QA Contact: issues@l10n
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-29 12:10 UTC by ooo
Modified: 2013-08-07 15:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description ooo 2004-10-29 12:10:24 UTC
i18npool/source/localedata/data/locale.dtd does not list all attributes.

<!ELEMENT OutLineNumberingLevel EMPTY>
and
<!ELEMENT NumberingLevel EMPTY>
both lack
<!ATTLIST OutLineNumberingLevel NatNum CDATA #IMPLIED >

and change the wrong spelled <Varient> element to read <Variant> in locale.dtd,
*.xml, and i18npool/source/localedata/data/LocaleNode.cxx
Doing so is possible because so far the locale.dtd isn't used in public and is
for informational purpose only. This will change in future to support
transformations between CLDR and OOo locale data.
Comment 1 ooo 2004-10-29 15:45:01 UTC
On branch cws_src680_localedatafixes:
i18npool/source/localedata/LocaleNode.cxx 1.11.16.2
i18npool/source/localedata/LocaleNode.hxx 1.6.28.2
i18npool/source/localedata/saxparser.cxx 1.8.52.2
i18npool/source/localedata/data/locale.dtd 1.11.28.1
i18npool/source/localedata/data/de_CH.xml 1.7.28.1
i18npool/source/localedata/data/es_AR.xml 1.7.28.1
i18npool/source/localedata/data/es_BO.xml 1.6.28.1
i18npool/source/localedata/data/es_CL.xml 1.6.28.1
i18npool/source/localedata/data/es_CO.xml 1.7.28.1
i18npool/source/localedata/data/es_DO.xml 1.6.28.1
i18npool/source/localedata/data/es_EC.xml 1.6.28.1
i18npool/source/localedata/data/es_GT.xml 1.6.28.1
i18npool/source/localedata/data/es_HN.xml 1.5.28.1
i18npool/source/localedata/data/es_MX.xml 1.6.28.1
i18npool/source/localedata/data/es_NI.xml 1.6.28.1
i18npool/source/localedata/data/es_PA.xml 1.5.28.1
i18npool/source/localedata/data/es_PE.xml 1.6.28.1
i18npool/source/localedata/data/es_PR.xml 1.5.28.1
i18npool/source/localedata/data/es_PY.xml 1.5.28.1
i18npool/source/localedata/data/es_SV.xml 1.5.28.1
i18npool/source/localedata/data/es_UY.xml 1.7.28.1
i18npool/source/localedata/data/es_VE.xml 1.5.28.1
i18npool/source/localedata/data/fr_BE.xml 1.7.28.2
i18npool/source/localedata/data/fr_CA.xml 1.8.28.2
i18npool/source/localedata/data/fr_CH.xml 1.8.28.2
i18npool/source/localedata/data/lt_LT.xml 1.3.28.1
i18npool/source/localedata/data/lv_LV.xml 1.3.28.1
i18npool/source/localedata/data/sk_SK.xml 1.3.28.1
i18npool/source/localedata/data/th_TH.xml 1.9.28.1
i18npool/source/localedata/data/uk_UA.xml 1.3.28.1
Comment 2 ooo 2004-11-03 14:26:47 UTC
Verified presence in CWS build.
Comment 3 ooo 2005-03-31 16:47:15 UTC
Present in master, closing.