Hi,
[...snip...]
>> Q2: Reality check: Is there another xml serialization framework, or even
>> something with SQLObject, that makes what I'm trying to do a waste of time=
?
>> I've been keeping my eyes open for such an animal for several months, but =
I
>> haven't seen anything that I think would marry happily with SQLObject.
>
>You should give a look at XMLObject http://xmlobject.base-art.net/ ,
>which has an API similar to SQLObject, but serializes to and from XML
>instead of an RDBMS. What you want to do is somewhere in the middle,
>but they might have ideas (and code) over there as well.
>
First, sorry for late reply ;)
I think it could be fun to make (one day) a kind of mixin between
SQLObject and XMLObject. Currently XMLObject is not very mature though.
But i believe it could be fun to have that kind of bridge between RDBMS
and XML (all in wonder Pythonic way).
Philippe
|