RE: [Zope] How do I control iteration over XML elements?

2000-08-01 Thread Curtis Maloney
On Tue, 01 Aug 2000, Jean Jordaan wrote: > Hi Curtis & all > > > yuck > > indeed. > > Just thinking aloud .. > > I got as far as: > > > > !! but now I can't see 'team' anymore :( Erm... I was banking on it still being in the namespace, since all the dtml-in does is push another object

RE: [Zope] How do I control iteration over XML elements?

2000-08-01 Thread Jean Jordaan
Hi Curtis & all > yuck indeed. Just thinking aloud .. I got as far as: !! but now I can't see 'team' anymore :( is member of !! this whole -in never contains anything .. because !! I'm already -in member (Have I got this right?)

RE: [Zope] How do I control iteration over XML elements?

2000-07-31 Thread Curtis Maloney
On Tue, 01 Aug 2000, Jean Jordaan wrote: > hi Curtis > > Yaaay! It works :) Thanks a lot! > > I wouldn't have found "objectValues" on my own .. where'd > you learn about that? I'm ploughing through docs and wiki's > now, just don't know if they're the right ones. I also need > to read more about

RE: [Zope] How do I control iteration over XML elements?

2000-07-31 Thread Jean Jordaan
hi Curtis Yaaay! It works :) Thanks a lot! I wouldn't have found "objectValues" on my own .. where'd you learn about that? I'm ploughing through docs and wiki's now, just don't know if they're the right ones. I also need to read more about Python .. Anyway, I messed about with your instructio

Re: [Zope] How do I control iteration over XML elements?

2000-07-31 Thread Curtis Maloney
On Tue, 01 Aug 2000, Jean Jordaan wrote: > Hi all > > If I have (in an XML Document): > > > > Name of team > White papers, brochures, case studies. > Tracey > Eduan > Jacqui > > > > Then: > > > > > > gives me this: > > TraceyEduanJacqui > > I'd like to format the output, putt

[Zope] How do I control iteration over XML elements?

2000-07-31 Thread Jean Jordaan
Hi all If I have (in an XML Document): Name of team White papers, brochures, case studies. Tracey Eduan Jacqui Then: gives me this: TraceyEduanJacqui I'd like to format the output, putting 's between all the names, for example. How do I do that? Cheers, -- jean