Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >>>>>> "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? ;)
I have been down this road as well..., it makes things easier, but it is not exacly baby steps... (I have a checked out tree with a lot of this done... I'll try to begin introducing stuff from it.) -- Lgb