Last change
on this file was
815,
checked in by jrpelegrina, 5 years ago
|
Initial release of pmb 4.2
|
-
Property svn:executable set to
*
|
File size:
924 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="ISO-8859-1"?> |
---|
2 | <!-- |
---|
3 | $Id: params.xml,v 1.1 2011-07-13 09:09:38 arenou Exp $ --> |
---|
4 | |
---|
5 | <params> |
---|
6 | <!-- Nom de l'import --> |
---|
7 | <importname>delphe -> PMBXML</importname> |
---|
8 | <!-- Nombre de notices traitées par passe --> |
---|
9 | <nperpass>200</nperpass> |
---|
10 | <!-- Type de l'entrée --> |
---|
11 | <input type="custom" script="input_delphe.inc.php"/> |
---|
12 | <!-- type de la sortie --> |
---|
13 | <output importable="yes" type="iso_2709" suffix="uni"> |
---|
14 | <rootelement>unimarc</rootelement> |
---|
15 | </output> |
---|
16 | |
---|
17 | <step type="custom"> |
---|
18 | <!-- Conversion RIS en pmbxml --> |
---|
19 | <script>deplhe2pmbxml.inc.php</script> |
---|
20 | <callback>convert_delphe</callback> |
---|
21 | </step> |
---|
22 | <step type="toiso"> |
---|
23 | <!-- Conversion xml unimarc en iso2709 unimarc --> |
---|
24 | <rootelement>unimarc</rootelement> |
---|
25 | <il>2</il> |
---|
26 | <sl>2</sl> |
---|
27 | <dm1>4</dm1> |
---|
28 | <dm2>5</dm2> |
---|
29 | <dm3>0</dm3> |
---|
30 | </step> |
---|
31 | </params> |
---|
Note: See
TracBrowser
for help on using the repository browser.