[Zope3-checkins] CVS: Zope3/src/zope/i18n/tests/xmllocales - de.xml:1.2 de_DE.xml:1.2 de_DE_PREEURO.xml:1.2 root.xml:1.2

Stephen Richter cvs-admin@zope.org
Thu, 9 Jan 2003 14:20:28 -0500


Update of /cvs-repository/Zope3/src/zope/i18n/tests/xmllocales
In directory cvs.zope.org:/tmp/cvs-serv850/i18n/tests/xmllocales

Modified Files:
	de.xml de_DE.xml de_DE_PREEURO.xml root.xml 
Log Message:
Removed requirement for os.chdir()

Removed DOCTYPE definition from XML Locale Files. Provide a script to do
that automatically for all files.

Deactivate parsing all XML Files tests, since they took a long time.


=== Zope3/src/zope/i18n/tests/xmllocales/de.xml 1.1 => 1.2 ===
--- Zope3/src/zope/i18n/tests/xmllocales/de.xml:1.1	Sun Jan  5 15:20:22 2003
+++ Zope3/src/zope/i18n/tests/xmllocales/de.xml	Thu Jan  9 14:20:25 2003
@@ -1,7 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
-
 <!-- 
 	Copyright (C) 2000-2003, International Business Machines 
 	Corporation and others.  All Rights Reserved.


=== Zope3/src/zope/i18n/tests/xmllocales/de_DE.xml 1.1 => 1.2 ===
--- Zope3/src/zope/i18n/tests/xmllocales/de_DE.xml:1.1	Sun Jan  5 15:20:22 2003
+++ Zope3/src/zope/i18n/tests/xmllocales/de_DE.xml	Thu Jan  9 14:20:25 2003
@@ -1,7 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
-
 <!-- 
 	Copyright (C) 2000-2003, International Business Machines 
 	Corporation and others.  All Rights Reserved.
@@ -24,7 +22,7 @@
 	</numberFormat> 
 	<currencies>
 		<currency id="EUR" default="true">
-			<symbol>€</symbol>
+			<symbol>€</symbol>
 			<name>EUR</name>
 			<decimal>,</decimal>
 		</currency>


=== Zope3/src/zope/i18n/tests/xmllocales/de_DE_PREEURO.xml 1.1 => 1.2 ===
--- Zope3/src/zope/i18n/tests/xmllocales/de_DE_PREEURO.xml:1.1	Sun Jan  5 15:20:22 2003
+++ Zope3/src/zope/i18n/tests/xmllocales/de_DE_PREEURO.xml	Thu Jan  9 14:20:25 2003
@@ -1,7 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
-
 <!-- 
 	Copyright (C) 2000-2003, International Business Machines 
 	Corporation and others.  All Rights Reserved.


=== Zope3/src/zope/i18n/tests/xmllocales/root.xml 1.1 => 1.2 ===
--- Zope3/src/zope/i18n/tests/xmllocales/root.xml:1.1	Sun Jan  5 15:20:22 2003
+++ Zope3/src/zope/i18n/tests/xmllocales/root.xml	Thu Jan  9 14:20:25 2003
@@ -1,7 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
-
 <!-- 
 	Copyright (C) 2000-2003, International Business Machines 
 	Corporation and others.  All Rights Reserved.