[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [xml-dev] storing XML files
- From: Jeff Lowery <jlowery@scenicsoft.com>
- To: 'Dave Simmonds' <daves@transera.com>
- Date: Thu, 11 Oct 2001 11:45:18 -0700
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.