[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xml-dev] XML Database Decision Tree?
- From: Joe English <jenglish@flightlab.com>
- To: xml-dev@lists.xml.org
- Date: Fri, 19 Oct 2001 16:06:09 -0700
Soumitra Sengupta wrote:
> As Mike points out, try Docbook. Once you have a solution
> for this on a RDMS, try storing a NITF, XHTML or xCBL document
> without redoing everything.
A promising approach is described in "Persistent DOM: An
architecture for XML repositories in relational databases"
by Richard Edwards and Sian Hope:
http://www.sees.bangor.ac.uk/~rich/research/papers/uwb_rge_IDEAL2000.pdf
This paper describes a relational schema that can
store any kind of XML structure. Although they don't
mention this in the paper, the schema also allows
for efficient implementations of queries along all the
XPath axes, so it would probably be a good foundation for
implementing XQuery.
--Joe English
jenglish@flightlab.com