>From time ago I am loooking fo a way to do the following. Assuming that I have some kind of DTD or XSD for XMLs. I would like to create, a database, or DDL, to reproduce the DTD or XSD estructure in my database schema. Could be this done with an automathic procedure. In other words, is currently possible to create a database schema reproducing the structure of an XSD or DTD? Such a DTD or XSD would not be database aware at all.
I am developing a web application focused for a kind of business which already has very well defined XML schemas and I would like to create the database following the same estructure, if possible, as an authomatic procedure, maybe with OJB, or OJB plus something.... It would easy me to receive XMLs from an external web service an automathically store them in DB, or the opposite make a valid XML conforming the DTD or XSD from my database assuming that both have same strutucture. TIA, Adolfo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
