By claude.mamo
via opensourcesoftwareandme.blogspot.com
Submitted: Nov 17 2012 / 11:02
A challenge in the field of integration is persisting to a relational database the contents of an XML document. At first glance, this might seem like a no-brainer. Create a database table where each column maps to an element defined in the XML document's XSD. Then write an INSERT SQL statement that iterates through each element of the XML document.
Add your comment