Ian Bicking <[EMAIL PROTECTED]> wrote:
>
>Thinking about XML, it occurred to me that representing MK models in
>XML might not be best -- it almost makes sense to put the models in
>the form of DTDs (though I don't know how explicit a DTD can be about
>details like ints/floats/dates/etc).
What about XML Schema?
>Anyway, I was thinking about how a set of XML records is just like a
>(potentially complicated) relational database, and that the database
>description really maps to the XML description, which is a DTD.
One of the things I was thinking about for XMLForms for Webware was a means of
mapping data model descriptions to RDBMS tables. Having worked on the task of
getting "normal" database systems to act like "multivalued" database systems in
recent years, I can say that the theory of mapping the models is fairly
straightforward; the killer in that work was getting queries working generally,
but that isn't a concern with MiddleKit.
>Now, moving between those two worlds (RDBMS and XML record)
>seemlessly... now *that* would be cool. hOpla seems to do something
>like this... http://hopla.sourceforge.net/en/ ... poorly documented,
>having a problem learning about it. 4suite has something too, DbDOM.
I think that DbDOM is just RDBMS-based persistent storage of document trees; if
it is, then that really isn't so interesting, especially if you then want to
issue SQL queries on the database to find meaningful patterns of information.
I'll take a look at the link, though.
Regards,
Paul
--
Get your firstname@lastname email for FREE at http://Nameplanet.com/?su
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/webware-devel