[Zope3-dev] Re: ZCML and default namespaces

Jim Fulton jim@zope.com
Thu, 06 Mar 2003 17:51:01 -0500


Fred L. Drake, Jr. wrote:
> Jim Fulton writes:
>  > >   <configure
>  > >       xmlns="http://namespaces.zope.org/zope"
>  > >       >
>  > > 
>  > >   <zope:configure
>  > >       xmlns:zope="http://namespaces.zope.org/zope"
>  > >       xmlns="http://namsespaces.zope.org/help"
>  > >       >
>  > 
>  > Would you also require:
>  > 
>  >    <zope:include ....
> 
> If the default namespace is not "http://namespaces.zope.org/zope",
> most definately.  Violating the XML Namespaces rules for ZCML means
> we're not using XML Namespaces, but something proprietary, which means
> users are surprised.  That usually not a good thing, and I think this
> falls into the "usual" case.

We're not violating the XML namespace rules. The zopeConfigure and include
elements are defined to be in all ZCML namespaces.

Jim


-- 
Jim Fulton           mailto:jim@zope.com       Python Powered!
CTO                  (888) 344-4332            http://www.python.org
Zope Corporation     http://www.zope.com       http://www.zope.org