--- MPIWGWeb/Attic/updatePersonalWWW.py 2007/04/26 17:02:09 1.1.2.3 +++ MPIWGWeb/Attic/updatePersonalWWW.py 2009/04/28 13:35:17 1.1.2.6 @@ -10,10 +10,12 @@ import logging from xml import sax from amara import saxtools - +# namespace for FileMaker8 fm_ns = 'http://www.filemaker.com/fmpxmlresult' + +# list of fields that are taken from XML and checked against DB as conflicts #checkFields=['key','first_name','last_name','title','home_inst','current_work','e_mail2'] -checkFields=['key','first_name','last_name','title','home_inst','e_mail2'] +checkFields=['key','first_name','last_name','titles_new','home_inst','e_mail2'] def sql_quote(v): # quote dictionary