[
Lists Home |
Date Index |
Thread Index
]
- From: Mike.Champion@SoftwareAG-USA.com
- To: xml-dev@lists.xml.org
- Date: Sun, 08 Oct 2000 19:41:49 -0400
Title: RE: XML database
-----Original Message-----
From: Huaxin Zhang
Cc: 'xml-dev@lists.xml.org'
Sent: 10/8/00 3:35 PM
Subject: XML database
> How to save this may-be extremely large tree
> structured XML files into some kind of database rather than a large
> chunk in memory or flat file has been a problem for me for a long time.
There are a wide range of alternatives for storing XML in databases. Try reading:
http://www.rpbourret.com/xml/XMLAndDatabases.htm
http://www.rpbourret.com/xml/XMLDatabaseProds.htm
and follow the links off of
http://www.xmlsoftware.com/database
Besides RDBMS and OODB systems, there is a class that might be called "native" XML databases. See:
http://www.softwareag.com/tamino
http://www.bowerbird.com.au/XDBM/
http://www.dbxml.com/
http://www.simdb.com/welcome.html/welcome.html
|