> I'd probably want my data xml strutured more like > > <room> > <person /> > </room>
"It is? Or do you mean forget the cross referencing and have the actual person, with the name element inside the room?" The example I saw (xml fragment) had a person and a room which used ids to associated them. If the data looks like that and you have no control over it then doing a jx transformation so people are nested in rooms then you'll have something to bind to. Aggreegate field would just be a work-around if nesting repeaters wasn't possible.. It would basically pass you people as tokens rather than a list. person1,person2,person3 and so on.. Mark On Mon, 14 Mar 2005 09:38:35 +0100, Linden H van der (MI) <[EMAIL PROTECTED]> wrote: > Just for the record: nested repeaters are supported. I don't have the > samples at hand, but if you look at the list of samples just before the > dream team sample, you'll see 3. One of them demonstrates nested > repeaters. > > Bye, Helma > > > > -----Original Message----- > > From: Mark Lowe [mailto:[EMAIL PROTECTED] > > Sent: Monday, 14 March, 2005 00:37 > > To: [email protected] > > Subject: Re: CForms Binding - Cross Referenced Data > > (duplicate of post on users) > > > Without having tried it yet, if it were the case that cocoon > > forms cant deal with nested lists/rows then i guess trying to > > use aggreate fields as child widgets would be worth a go. >
