looking for db2xml

From: Peter Millington <peter_millington_at_iname.com>
Date: Sat, 21 Jul 2001 21:17:50 GMT
Message-ID: <o2hih9.v91.ln_at_avatar.prayer.com>


I am looking for a program which can be used to simply generate XML from database sources with child tables included, i.e. of the nature of the following -

<order>

<client_name> XYZ </clientname>
<lines>

      <line id=1>
          <product> 123 </product>

etc

I have looked at http://www.intsysr.com/ and their odbc2xml which seems to most closely fit my needs, but this runs on a PC and I want to be able to run this on Unix/Linux, so wanted something similar in C/C++, Java or Perl.

The program http://www.rpbourret.com/xmldbms approaches what I want, but is perhaps too complex, as I do not need the complexity of internal DOM trees etc.

My preferred database is Oracle, but the ability to connect to other databases (JDBC or DBI) would be useful.

Thanks in advance,

Peter. Received on Sat Jul 21 2001 - 23:17:50 CEST

Original text of this message