On Tue, Mar 18, 2008 at 09:07:08PM +0100, Alfredo Braunstein wrote: > Andre Poenitz wrote: > > > > Which reminds me: Storing Par(Const)Iterators is _not_ safe. They > > are meant to iterate over a non-changing document, nothing else. > > > > At the very least, StableDocIterators have to be used. > > StableDocIterators aren't really safer...
They are safe under copy, they are not safe under structure change. I have no idea whether this helps in this context. Andre'