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, 3 months ago) by rogo
Branches: MAIN
CVS tags: HEAD
xml file parsing and reading changed only one method now for gui and batch mode

<?xml version="1.0" encoding="UTF-8"?>
<convert>
  <source>
    <database>
      <url>jdbc:fmpro:http://141.14.237.74:8050</url>
      <user>rogo</user>
      <password>3333</password>
      <delimiter>|</delimiter>
      <mode>convert</mode>
      <usenormantounicodemapper>false</usenormantounicodemapper>
      <table name = "Agenda" layout = "" id = "" indexList ="">
         <select>select * from "Agenda"</select>
      </table>
      <table name = "bib_annot" layout = "" id = "ID" indexList ="">
         <select>select * from "bib_annot"</select>
      </table>
      <table name = "bib_einstein" layout = "" id = "ID" indexList ="">
         <select>select * from "bib_einstein"</select>
      </table>
    </database>
  </source>

  <destination>
    <database>
      <url>jdbc:postgresql://foxridge/test</url>
      <user>rogo</user>
      <password>3333</password>
      <delimiter>//</delimiter>
      <mode></mode>
      <usenormantounicodemapper>false</usenormantounicodemapper>
    </database>
  </destination>
</convert>

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