File:  [Repository] / FM2SQL / Attic / test2.xml
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon Aug 16 09:45:58 2004 UTC (19 years, 10 months ago) by rogo
Branches: MAIN
CVS tags: HEAD
debug parameter

    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:       <table name = "Agenda" layout = "WEB">
    9:          <select> select * from Agenda order by Datum </select>
   10:          <create>           CREATE TABLE "agenda"
   11:              ( "datum" DATE, 
   12:                "uhrzeit" TIME, 
   13:                "bis" TEXT, 
   14:                "ort" TEXT, 
   15:                "veranstaltungstyp" TEXT, 
   16:                "titel" TEXT, 
   17:                "beschreibung" TEXT, 
   18:                "linktext" TEXT, 
   19:                "link" TEXT, 
   20:                "sortierfeld" INT4, 
   21:                "datum2" DATE
   22:              )         </create>
   23:       </table>
   24:       <table name = "archimedes_authors" layout = "List">
   25:          <select>select * from "archimedes_authors"</select>
   26:          <create>           CREATE TABLE "archimedes_authors"
   27:              ( "author" TEXT, 
   28:                "dsb" TEXT, 
   29:                "born" TEXT, 
   30:                "born_numeric" INT4, 
   31:                "died" TEXT, 
   32:                "biography" TEXT, 
   33:                "export" TEXT
   34:              )         </create>
   35:       </table>
   36:       <table name = "archimedes_facsimiles" layout = "General">
   37:          <select>select * from "archimedes_facsimiles"</select>
   38:          <create>           CREATE TABLE "archimedes_facsimiles"
   39:              ( "cvs_file" TEXT, 
   40:                "status_info_header" TEXT, 
   41:                "author" TEXT, 
   42:                "authors_born" TEXT, 
   43:                "authors_died" TEXT, 
   44:                "title" TEXT, 
   45:                "text_groups_designation" TEXT, 
   46:                "date" TEXT, 
   47:                "edition" TEXT, 
   48:                "place" TEXT, 
   49:                "editor" TEXT, 
   50:                "publisher" TEXT, 
   51:                "translator" TEXT, 
   52:                "no._of_pages" INT4, 
   53:                "orig._lang" TEXT, 
   54:                "general_notes" TEXT, 
   55:                "lang" TEXT, 
   56:                "locator" TEXT, 
   57:                "hqi_planned_tmp" TEXT, 
   58:                "hqi_cheap_tmp" TEXT, 
   59:                "date_ordered" TEXT, 
   60:                "date_received" TEXT, 
   61:                "type_of_source" TEXT, 
   62:                "text_origin" TEXT, 
   63:                "_text_group_id" TEXT, 
   64:                "copyright" TEXT, 
   65:                "url" TEXT, 
   66:                "to_do" TEXT, 
   67:                "cvs_file_old" TEXT, 
   68:                "cvs_file_new" TEXT
   69:              )         </create>
   70:       </table>
   71:       <table name = "archimedes_textgroups" layout = "Related texts">
   72:          <select>select * from "archimedes_textgroups"</select>
   73:       </table>
   74:       <table name = "archimedes_texts" layout = "Milestones text">
   75:          <select>select * from "archimedes_texts"</select>
   76:       </table>
   77:       <table name = "bib_annot" layout = "Standard">
   78:          <select>select * from "bib_annot"</select>
   79:       </table>
   80:       <table name = "bib_einstein" layout = "Recommendation for acquisitions print">
   81:          <select>select * from "bib_einstein"</select>
   82:       </table>
   83:       <table name = "bib_projects" layout = "Main">
   84:          <select>select * from "bib_projects"</select>
   85:       </table>
   86:     </database>
   87:   </source>
   88: 
   89:   <destination>
   90:     <database>
   91:       <url>jdbc:postgresql://foxridge/test</url>
   92:       <user>rogo</user>
   93:       <password>3333</password>
   94:     </database>
   95:   </destination>
   96: </convert>

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