[
Lists Home |
Date Index |
Thread Index
]
- From: Huaxin Zhang <hxzhang@cs.ualberta.ca>
- To: unlisted-recipients: ; (no To-header on input)
- Date: Sun, 08 Oct 2000 13:35:54 -0600 (MDT)
Perhaps this is an old question, but I still can't find answer anywhere:
Suppose I have a hierarchy DOM structure, each node may have undefinite
number of child nodes. 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.
Would anybody help with me with this? I would prefer Relational DB, but
seems I have to shift to OO-DB, which I know absolutely nothing about.
|