|
top
|
Subject: Need a mapping from an XML file to a database Author: Erik Beijer Date: 08 Feb 2005 10:43 AM
|
Well if the word "updating" is used correctly, it's not what I need. I need to be able to post the data from my XML message to the database, not update it.
The XML structure I'm talking about is like over 4 levels deep. E.g. Orders have Orderlines which have Processings which have Dimensions, etc. According to these entities in the XML structure we've defined database tables (Orders, Orderlines, Processings, Dimensions). Now I need a mapping from 1 XML file, containing those multiple Orders, Orderlines, etc, to a relational database.
Important to note is that the Orderline records are related to the Order record inserted before (so I need the unique assigned ID from the Order record, to be able to link the Orderlines to that Order). Problem with using multiple xmldb connections is that those numbers and ID's don't correspond.
With this extra info, are you able to tell me if Stylus Studio is able ot doing all this?
Thanks a lot for your support,
Erik Beijer
|
|
|