[Zope3-dev] Re: Better access to APIs in paths (was Re: needing viewsclues - template/title troubles)

Steve Alexander steve@cat-box.net
Mon, 24 Feb 2003 19:41:08 +0200


> 
> Is it really necessary to hide what's going on under pseudo-XML 
> namespace declarations, that people may confuse with real XML 
> namespaces?  How about something more upfront like:
> 
> <html tal:adapters="dc IZopeDublinCore; sf IStringFormats">
> ...


Do you mean this?

  <html tal:adapters="dc zope.app.interfaces.dublincore.IZopeDublinCore;
                      sf zope.app.interfaces.formatting.IStringFormats">


Namespaces start to look more attractive to me -- there's an obvious 
place to look up documentation listed right in the source.

I guess it all depends whether the audience for this feature is happier 
with namespace URNs or with python module names.

--
Steve Alexander