Re: [xml-dev] XML to Relational Mapping

From
Bob Wyman <>
To
Ali Asghar Safri <>
Date
2004-01-12T06:31:57Z
ID
<>
Thread
Re: [xml-dev] XML to Relational Mapping
Ali Asghar Safri wrote:
> Is there any tool that can do the following in a Generic 
> way. ...
> 2) XML conformant to this XML Schema can be passed to the 
> relational engine and the records are inserted into the 
> relational db.
     The easiest thing to do is just pick a relational 
database that supports XML. Check out 
http://www.sleepycat.com which is the Berkeley DB variant for 
working with XML. Don't reinvent the wheel.

    bob wyman