Diff for /FM2SQL/Attic/bla.xml between versions 1.1 and 1.2

version 1.1, 2004/08/16 09:45:58 version 1.2, 2005/02/16 13:00:48
Line 5 Line 5
       <url>jdbc:fmpro:http://141.14.237.74:8050</url>        <url>jdbc:fmpro:http://141.14.237.74:8050</url>
       <user>rogo</user>        <user>rogo</user>
       <password>3333</password>        <password>3333</password>
       <table name = "archimedes_textgroups" layout = "Related texts">        <delimiter>|</delimiter>
          <select>select * from "archimedes_textgroups"</select>        <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>        </table>
     </database>      </database>
   </source>    </source>
Line 16 Line 25
       <url>jdbc:postgresql://foxridge/test</url>        <url>jdbc:postgresql://foxridge/test</url>
       <user>rogo</user>        <user>rogo</user>
       <password>3333</password>        <password>3333</password>
         <delimiter>//</delimiter>
         <mode></mode>
         <usenormantounicodemapper>false</usenormantounicodemapper>
     </database>      </database>
   </destination>    </destination>
 </convert>  </convert>

Removed from v.1.1  
changed lines
  Added in v.1.2


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