CSV vocabularies (was Re: [Zope3-dev] Re: a plan for widgets?)

Gary Poster gary at zope.com
Fri Mar 17 10:22:10 EST 2006


On Mar 16, 2006, at 11:38 AM, Tres Seaver wrote:
[...]

> Of course, we could also keep the vocabularies in another data  
> file, and
> merely have the high-level directive "source" it:
>
>  <zope:vocabulary
>     name="philosophers"
>     file="philosophers.csv"
>     />

We have something like this--except the csv connection is spelled in  
Python, not zcml--that we have permission to release in our next open  
source round.  It should be converted to an IIterableSource.

Gary


More information about the Zope3-dev mailing list