[Pkg-isocodes-devel] r1420 - in trunk/iso-codes: . iso_4217

toddy at alioth.debian.org toddy at alioth.debian.org
Tue May 20 08:41:28 UTC 2008


Author: toddy
Date: 2008-05-20 08:41:28 +0000 (Tue, 20 May 2008)
New Revision: 1420

Modified:
   trunk/iso-codes/ChangeLog
   trunk/iso-codes/iso_4217/iso_4217.xml
Log:
Remove empty numeric_code attributes from XFO and XFU, they are
defined as "Nil" in the standard. This requires a change in the
DTD for iso_4217.xml, making it backwards incompatible.
Thanks to Christian Theune. Closes: alioth#310826


Modified: trunk/iso-codes/ChangeLog
===================================================================
--- trunk/iso-codes/ChangeLog	2008-05-20 07:21:45 UTC (rev 1419)
+++ trunk/iso-codes/ChangeLog	2008-05-20 08:41:28 UTC (rev 1420)
@@ -1,12 +1,17 @@
-iso-codes 2.2
+iso-codes 3.0
 -------------
 Tobias Toedter <toddy at debian.org>
 UNRELEASED
 
+  [ ISO-4217 ]
+  * Remove empty numeric_code attributes from XFO and XFU, they are
+    defined as "Nil" in the standard. This requires a change in the
+    DTD for iso_4217.xml, making it backwards incompatible.
+    Thanks to Christian Theune. Closes: alioth#310826
+
   [ ISO-15924 ]
-  * Correct errors found by Christian Theune, thanks a lot.
-    - Change alpha4 code for Psalter Pahlavi from Phlv to Phlp.
-      Closes: alioth#310824
+  * Change alpha4 code for Psalter Pahlavi from Phlv to Phlp.
+    Thanks to Christian Theune. Closes: alioth#310824
 
   [ ISO-3166 translations ]
   * French by Christian Perrier

Modified: trunk/iso-codes/iso_4217/iso_4217.xml
===================================================================
--- trunk/iso-codes/iso_4217/iso_4217.xml	2008-05-20 07:21:45 UTC (rev 1419)
+++ trunk/iso-codes/iso_4217/iso_4217.xml	2008-05-20 08:41:28 UTC (rev 1420)
@@ -1,4 +1,4 @@
-<?xml version="1.0"  encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 
 <!--
 This file gives a list of all currencies in the ISO 4217
@@ -30,7 +30,7 @@
 	<!ELEMENT iso_4217_entry EMPTY>
 	<!ATTLIST iso_4217_entry
 		letter_code		CDATA	#REQUIRED
-		numeric_code		CDATA	#REQUIRED
+		numeric_code		CDATA	#IMPLIED
 		currency_name		CDATA	#REQUIRED
 	>
 	<!ELEMENT historic_iso_4217_entry EMPTY>
@@ -729,11 +729,9 @@
 		currency_name="SDR" />
 	<iso_4217_entry
 		letter_code="XFO"
-		numeric_code="   "
 		currency_name="Gold-Franc" />
 	<iso_4217_entry
 		letter_code="XFU"
-		numeric_code="   "
 		currency_name="UIC-Franc" />
 	<iso_4217_entry
 		letter_code="XOF"




More information about the Pkg-isocodes-devel mailing list