[ZODB-Dev] CMS on top of ZODB
Dieter Maurer
dieter@handshake.de
Wed, 19 Feb 2003 19:38:30 +0100
Martijn Faassen wrote at 2003-2-19 00:10 +0100:
> Dieter Maurer wrote:
> [snip description]
> > This sounds very interesting.
>
> Thanks! I'd be more than willing to talk more about it. Practical use of it
> is some time away, depending on the amount of time I have (or contributions
> of course). Let me talk about some of the problems/drawbacks:
>
> * documents are only mutable as a whole; you can't change parts of it
> using a DOM (i.e. it's read only)
We solve this by breaking the document into components which
can be independently changed and shared.
Each component is changeable only as a whole.
> ....
> Anyway, I'd love to get some help on this. :) Python needs a good
> XML database..
I am currently a bit busy but this may change.
In principle, I am interested.
Dieter