[Zope3-checkins] CVS: Zope3/doc/zcml - meta.stx:1.4
R. David Murray
bitz@bitdance.com
Thu, 19 Sep 2002 14:50:12 -0400
Update of /cvs-repository/Zope3/doc/zcml
In directory cvs.zope.org:/tmp/cvs-serv25571
Modified Files:
meta.stx
Log Message:
Fix some incorrect quote marks in the examples.
=== Zope3/doc/zcml/meta.stx 1.3 => 1.4 ===
--- Zope3/doc/zcml/meta.stx:1.3 Thu Sep 19 14:46:19 2002
+++ Zope3/doc/zcml/meta.stx Thu Sep 19 14:50:12 2002
@@ -12,7 +12,7 @@
meta-configuration for the Zope StartUp system to explain the
concepts::
- <ZopeConfigure xmlns='http://namespaces.zope.org/zope">
+ <ZopeConfigure xmlns="http://namespaces.zope.org/zope">
<directives namespace="http://namespaces.zope.org/startup">
<directive
name="registerRequestFactory"
@@ -46,8 +46,8 @@
would look something like this when used::
<ZopeConfigure
- xmlns='http://namespaces.zope.org/zope"
- xmlns:startup='http://namespaces.zope.org/startup"
+ xmlns="http://namespaces.zope.org/zope"
+ xmlns:startup="http://namespaces.zope.org/startup"
>
<startup:registerRequestFactory ....>
</ZopeConfigure>
@@ -63,8 +63,8 @@
when used::
<ZopeConfigure
- xmlns='http://namespaces.zope.org/zope"
- xmlns:startup='http://namespaces.zope.org/startup"
+ xmlns="http://namespaces.zope.org/zope"
+ xmlns:startup="http://namespaces.zope.org/startup"
>
<startup:registerRequestFactory
name="VFSRequestFactory"
@@ -99,8 +99,8 @@
subdirective that would look something like this when used::
<ZopeConfigure
- xmlns='http://namespaces.zope.org/zope"
- xmlns:startup='http://namespaces.zope.org/startup"
+ xmlns="http://namespaces.zope.org/zope"
+ xmlns:startup="http://namespaces.zope.org/startup"
>
<startup:defineSite name="Zope 3 Default" threads="4">
<startup:useFileStorage file="Data.fs">