[
Lists Home |
Date Index |
Thread Index
]
- From: Huaxin Zhang <hxzhang@cs.ualberta.ca>
- To: xml-dev@xml.org
- Date: Thu, 8 Jun 2000 13:37:46 -0600 (MDT)
I want to collect XML files (parsed into java objects) into storage.
If I use relational database like oracle, it is quite hard to map object
datamodel to relational datamodel.I haven't done it so far, but it just
seems to be difficult. Do you guys usually do things this way?
(i.e. <!ELEMENT task (subtask+)>
such a "task" model is quite difficult to
define in a relational database to describe the "subtask"s)
Also, is there any easy to use XML "inserter" or "extracter" to a
database?
***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************
|