[
Lists Home |
Date Index |
Thread Index
]
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
|