File:  [Repository] / FM2SQL / Attic / bla.xml
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Wed Feb 16 13:00:48 2005 UTC (19 years, 4 months ago) by rogo
Branches: MAIN
CVS tags: HEAD
xml file parsing and reading changed only one method now for gui and batch mode

    1: <?xml version="1.0" encoding="UTF-8"?>
    2: <convert>
    3:   <source>
    4:     <database>
    5:       <url>jdbc:fmpro:http://141.14.237.74:8050</url>
    6:       <user>rogo</user>
    7:       <password>3333</password>
    8:       <delimiter>|</delimiter>
    9:       <mode>convert</mode>
   10:       <usenormantounicodemapper>false</usenormantounicodemapper>
   11:       <table name = "Agenda" layout = "" id = "" indexList ="">
   12:          <select>select * from "Agenda"</select>
   13:       </table>
   14:       <table name = "bib_annot" layout = "" id = "ID" indexList ="">
   15:          <select>select * from "bib_annot"</select>
   16:       </table>
   17:       <table name = "bib_einstein" layout = "" id = "ID" indexList ="">
   18:          <select>select * from "bib_einstein"</select>
   19:       </table>
   20:     </database>
   21:   </source>
   22: 
   23:   <destination>
   24:     <database>
   25:       <url>jdbc:postgresql://foxridge/test</url>
   26:       <user>rogo</user>
   27:       <password>3333</password>
   28:       <delimiter>//</delimiter>
   29:       <mode></mode>
   30:       <usenormantounicodemapper>false</usenormantounicodemapper>
   31:     </database>
   32:   </destination>
   33: </convert>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>