Re: HELP - XML to Oracle (and back)!
Paul Prescod (papresco@technologist.com)
Thu, 06 Nov 1997 15:19:41 -0500
There is quite a bit of code out there for parsing XML documents. It
should be quite easy to convert that to some other format for loading
using a simple Python or Perl script, or to read it in your favourite
programming language and then issue the SQL statements to populate the
database.
Paul Prescod