>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:

Lars> Paragraphs in containers, rows in containers etc.

Lars> But it is hard to find the right steps to be able to do it with
Lars> baby steps.

Why not create a pseudo stl list interface for paragraphs (keep the
next/previous internally, but add proper iterators) and then remove
progressively all uses of previous()/next(). When they have all been
removed, you can actually use the container you want for the
paragraphs.

Easy, isn't it? ;)

JMarc

Reply via email to