
21 Nov
2008
21 Nov
'08
3:37 p.m.
I'm not a spirit guru, but I suspect you want something like this:
( *~ch_p('<') )[ push_the_iterator_range_as_a_string() ]
So you get everything up to the next "tag" at once.
~ Scott
Ah, ~ch_p('<') seems a lot better, thanks :) Will take a look at the spirit mailing list, thanks Joel.