[Zope3-checkins] CVS: zopeproducts/xmldom - README.txt:1.2
   
    Philipp von Weitershausen
     
    philikon@philikon.de
       
    Thu, 19 Jun 2003 19:28:03 -0400
    
    
  
Update of /cvs-repository/zopeproducts/xmldom
In directory cvs.zope.org:/tmp/cvs-serv32184
Modified Files:
	README.txt 
Log Message:
We *do* have interfaces now. :)
=== zopeproducts/xmldom/README.txt 1.1 => 1.2 ===
--- zopeproducts/xmldom/README.txt:1.1	Sat Jun  7 06:13:50 2003
+++ zopeproducts/xmldom/README.txt	Thu Jun 19 19:28:02 2003
@@ -47,9 +47,6 @@
 Problems
 ========
 
-The code does not yet contain any Zope3 interface declarations. These
-should be added.
-
 The code is extremely grotty in many places. This is in part due to
 the requirements of XML conformance and the DOM standard in particular
 (which doesn't excel in clean design). It does pass the tests,