Re: [Zope-dev] DTML processing variable

2000-11-10 Thread Paul Erickson
If this is your exact code, it looks like you should be using "sequence-item", instead of "sequence_item". You should also be able to do it without the external method like this: (100% untested) "David W. Damon" wrote: > > Hey all, > > I'm having difficulty getting dtml-in to iterate ov

[Zope-dev] DTML processing variable

2000-11-10 Thread David W. Damon
Hey all, I'm having difficulty getting dtml-in to iterate over a list of strings returned from an external python method. Essentially, I have a string that is comprised of the contents of an HTML text area. I need to split the string into a list of words and iterate over this list. My external