1 |
# names of databases that you want isis2xml.pl to process |
2 |
|
3 |
# describe your databases here |
4 |
[psihologija-k] |
5 |
# directory for isis databases |
6 |
isis_db=/data/isis_data/small/ps/LIBRI/LIBRI |
7 |
# this will use xml file in import_xml/ dir |
8 |
type=isis |
9 |
# this is codepage of import_xml/{type}.xml |
10 |
xml_codepage = ISO8859-2 |
11 |
# this is arbirary xml added to each record (e.g. Library identifier |
12 |
# or something like that |
13 |
xml=<tip>Knjiga</tip> |
14 |
|
15 |
[ps-a] |
16 |
# directory for isis databases |
17 |
isis_db=/data/isis_data/small/ps/PERI/PERI |
18 |
# this will use xml file in import_xml/ dir |
19 |
type=isis |
20 |
# this is codepage of import_xml/{type}.xml |
21 |
xml_codepage = ISO8859-2 |
22 |
# this is arbirary xml added to each record (e.g. Library identifier |
23 |
# or something like that |
24 |
xml=<tip>Èasopis</tip> |
25 |
|