Skip to content

Commit

Permalink
CLDR-16939 Fix dtd regex and PathHeader
Browse files Browse the repository at this point in the history
  • Loading branch information
macchiati committed Jan 22, 2024
1 parent e0405db commit 8c8afbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/dtd/ldmlSupplemental.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -396,9 +396,9 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<unitPrefix type='kibi' symbol='Ki' power2='10'>
-->
<!ATTLIST unitPrefix type NMTOKEN #REQUIRED >
<!--@MATCH:regex/[A-Za-z]{4,6}-->
<!--@MATCH:regex/[A-Za-z]{3,6}-->
<!ATTLIST unitPrefix symbol NMTOKEN #REQUIRED >
<!--@MATCH:regex/[a-zA-Z]{1,2}-->
<!--@MATCH:regex/[a-zA-]{1,2}-->
<!--@VALUE-->
<!ATTLIST unitPrefix power10 NMTOKEN #IMPLIED >
<!--@MATCH:regex/-?[0-9]{1,2}-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,9 @@


//supplementalData/unitIdComponents/unitIdComponent[@type="%A"]/_values ; Supplemental ; Units ; IdComponent ; $1-values ; HIDE
//supplementalData/unitPrefixes/unitPrefix[@type="%A"]/_symbol ; Supplemental ; Units ; Prefix ; $1-symbol ; HIDE
//supplementalData/unitPrefixes/unitPrefix[@type="%A"]/_power10 ; Supplemental ; Units ; Prefix ; $1-power10 ; HIDE
//supplementalData/unitPrefixes/unitPrefix[@type="%A"]/_power2 ; Supplemental ; Units ; Prefix ; $1-power2 ; HIDE
//supplementalData/unitConstants/unitConstant[@constant="%A"]/_value ; Supplemental ; Units ; Constant ; $1-value ; HIDE
//supplementalData/unitConstants/unitConstant[@constant="%A"]/_status ; Supplemental ; Units ; Constant ; $1-status ; HIDE
//supplementalData/unitQuantities/unitQuantity[@baseUnit="%A"]/_quantity ; Supplemental ; Units ; Quantity ; $1-value ; HIDE
Expand Down

0 comments on commit 8c8afbd

Please sign in to comment.