hello everyone,

can you please point me to a package or script that will first determine
the columns of a database table, then output well formed XML? condition: i
do not know in advance the columns of the table.

example output where "field" = actual field name

<table>
   <rec1>
         <field1>foo</field1>
         ...
         <fieldn>foobar</fieldn>
   </rec1>
   <rec2>
         <field1>poo</field1>
         ...
         <fieldn>poobar</fieldn>
   </rec2>
   ....
</table>

OR something similar.

i know that it can be written rather straightfowardly, but better to see
if the wheel is already invented.

thank you so much...

=========================================
Mario R. Sanchez, Ph.D.
High Performance Database Research Center
NASA Regional Application Center
Florida International University
11200 SW 8th ST
Mail Stop ECS 243c
Miami, FL 33199

_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to