OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [xml-dev] storing XML files



I just want to mention the possibility of storing DOM objects in a OODBMS
(or ORDBMS). 
 
Solves some of the problems relating to document versioning. Not too great
for queries, though, but you could hybridize the structure with queryable
data that is indexed in columns, associated with the object representation
in the DB.
 
Just tossing out ideas here, don't flame me.