[Zope3-checkins] CVS: Zope3/doc/zcml - meta.stx:1.3
R. David Murray
bitz@bitdance.com
Thu, 19 Sep 2002 14:46:19 -0400
Update of /cvs-repository/Zope3/doc/zcml
In directory cvs.zope.org:/tmp/cvs-serv25125
Modified Files:
meta.stx
Log Message:
Fix examples according to Martijn Pieter's feedback about how to
declare namespaces in xml.
=== Zope3/doc/zcml/meta.stx 1.2 => 1.3 ===
--- Zope3/doc/zcml/meta.stx:1.2 Wed Sep 18 23:33:41 2002
+++ Zope3/doc/zcml/meta.stx Thu Sep 19 14:46:19 2002
@@ -47,7 +47,7 @@
<ZopeConfigure
xmlns='http://namespaces.zope.org/zope"
- startup='http://namespaces.zope.org/startup"
+ xmlns:startup='http://namespaces.zope.org/startup"
>
<startup:registerRequestFactory ....>
</ZopeConfigure>
@@ -64,7 +64,7 @@
<ZopeConfigure
xmlns='http://namespaces.zope.org/zope"
- startup='http://namespaces.zope.org/startup"
+ xmlns:startup='http://namespaces.zope.org/startup"
>
<startup:registerRequestFactory
name="VFSRequestFactory"
@@ -100,7 +100,7 @@
<ZopeConfigure
xmlns='http://namespaces.zope.org/zope"
- startup='http://namespaces.zope.org/startup"
+ xmlns:startup='http://namespaces.zope.org/startup"
>
<startup:defineSite name="Zope 3 Default" threads="4">
<startup:useFileStorage file="Data.fs">