[Zope3-checkins] CVS: Zope3/src/zope/app/xml - README.txt:1.3

Philipp von Weitershausen philikon@philikon.de
Wed, 9 Apr 2003 13:29:12 -0400


Update of /cvs-repository/Zope3/src/zope/app/xml
In directory cvs.zope.org:/tmp/cvs-serv9291

Modified Files:
	README.txt 
Log Message:
Modified XML syntax for registering an XML schema interface.


=== Zope3/src/zope/app/xml/README.txt 1.2 => 1.3 ===
--- Zope3/src/zope/app/xml/README.txt:1.2	Wed Apr  9 12:11:26 2003
+++ Zope3/src/zope/app/xml/README.txt	Wed Apr  9 13:29:12 2003
@@ -36,9 +36,9 @@
 
   We can define XML Schema Interfaces in ZCML, as follows::
 
-    <xml:schema
+    <zopexml:schemaInterface
       uri="http://xml.zope.org/hypothetical/invoice.xsd"
-      interface="zopeproducts.invoice.IInvoiceSchema"
+      id="zopeproducts.invoice.IInvoiceSchema"
     />
 
   This interface defines no methods. In order to provide a Pythonic