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

2000-08-01 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

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 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

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: dtml-in "teams[0].getElementsByTagName('team')" dtml-in "objectValues('member')" !! but now I can't see 'team' anymore :( Erm... I was banking on it still being in

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

2000-07-31 Thread Jean Jordaan
Hi all If I have (in an XML Document): teams team nameName of team/name descWhite papers, brochures, case studies./desc member class="leader"Tracey/member memberEduan/member memberJacqui/member /team /teams Then: dtml-in "teams[0].getElementsByTagName('team')" dtml-var

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): teams team nameName of team/name descWhite papers, brochures, case studies./desc member class="leader"Tracey/member memberEduan/member memberJacqui/member /team /teams Then: dtml-in