How should I represent revisions in an XML database?
Posted
by joeforker
on Stack Overflow
See other posts from Stack Overflow
or by joeforker
Published on 2010-03-15T20:51:12Z
Indexed on
2010/03/15
21:09 UTC
Read the original article
Hit count: 136
I would like to use an XML database like eXist to store and query editable form submissions, with a changelog storing prior versions of each document.
How should I structure the database to easily query the latest version of each document?
© Stack Overflow or respective owner