[Zope3-checkins] CVS: Zope3/src/zope/app/xml - README.txt:1.2
Philipp von Weitershausen
philikon@philikon.de
Wed, 9 Apr 2003 12:11:27 -0400
Update of /cvs-repository/Zope3/src/zope/app/xml
In directory cvs.zope.org:/tmp/cvs-serv25569/src/zope/app/xml
Modified Files:
README.txt
Log Message:
Clarified the explanation of how to marry xml schemas with pythonic
interfaces.
=== Zope3/src/zope/app/xml/README.txt 1.1 => 1.2 ===
--- Zope3/src/zope/app/xml/README.txt:1.1 Wed Apr 9 11:34:32 2003
+++ Zope3/src/zope/app/xml/README.txt Wed Apr 9 12:11:26 2003
@@ -46,8 +46,6 @@
* provide an adapter from IInvoiceSchema to IInvoice.
- * create an object that implements IInvoice as well as
+ * create a class that implements IInvoice as well as
IXMLRepresentable. The only XML this object should represent
should be conformant to IInvoiceSchema.
-
-