Chris Withers wrote: > > Thanks Rik, > > It worked, > > What I'd like to know is why what I had before didn't work :S Probably the _['sequence-item'] gets you a 'rendered' version of the sequence-item. If you want the raw object, you'd probably have to use _.getitem(_['sequence-item']) Yegh Rik