Quoting Niklas Bichinger ([EMAIL PROTECTED]):
> Package: iso-codes
> Version: 1.5-1
>
> The (orig) package XML-file "iso_3166/iso_3166.xml" contains 
> "iso_3166_3_entry"-elements with "alpha_2_code"-attributes. These 
> attributes are not mentioned in the (embedded) DTD for these elements.

Fellow maintainers, I propose the following patch.

Rationale: the alpha2 code should not be mandatory as, for good or bad
reasons, there are iso_3166_3 entries for which we don't have one (the
only ones where we have one are the "historic" entries).


--- iso_3166.xml        2007-09-05 20:24:17.243727895 +0200
+++ iso_3166-new.xml    2007-10-08 06:35:55.229577355 +0200
@@ -22,6 +22,7 @@
        <!ATTLIST iso_3166_3_entry
                alpha_4_code            CDATA   #REQUIRED
                alpha_3_code            CDATA   #REQUIRED
+               alpha_2_code            CDATA   #IMPLIED
                numeric_code            CDATA   #IMPLIED
                date_withdrawn          CDATA   #IMPLIED
                names                   CDATA   #REQUIRED

Attachment: signature.asc
Description: Digital signature

Reply via email to