--- trunk/all2xml.conf 2003/02/16 22:41:37 13 +++ trunk/all2xml.conf 2003/02/23 15:47:40 35 @@ -1,7 +1,8 @@ # names of databases that you want isis2xml.pl to process # describe your databases here -[psihologija-k] + +[ps-libri] # directory for isis databases isis_db=/data/isis_data/small/ps/LIBRI/LIBRI # this will use xml file in import_xml/ dir @@ -10,16 +11,25 @@ xml_codepage = ISO8859-2 # this is arbirary xml added to each record (e.g. Library identifier # or something like that - xml=Knjiga + xml=Knjiga -[ps-a] - # directory for isis databases +[ge-libri] + isis_db=/data/isis_data/small/ge/LIBRI/LIBRI + type=isis + xml_codepage = ISO8859-2 + xml=Knjiga + + +[ps-peri] isis_db=/data/isis_data/small/ps/PERI/PERI - # this will use xml file in import_xml/ dir type=isis - # this is codepage of import_xml/{type}.xml xml_codepage = ISO8859-2 - # this is arbirary xml added to each record (e.g. Library identifier - # or something like that - xml=Časopis + xml=Časopis + +[kk-arti] + isis_db=/data/isis_data/small/kk/ARTI/ARTI + type=isis + xml_codepage = ISO8859-2 + xml=Članak +