|
Lines 1-40
Link Here
|
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
|
| 2 |
<retrievalinfo xmlns="http://indexdata.com/yaz"> |
| 3 |
<retrieval syntax="__ZEBRA_MARC_FORMAT__" name="F"/> |
| 4 |
<retrieval syntax="__ZEBRA_MARC_FORMAT__" name="B"/> |
| 5 |
<retrieval syntax="xml" name="marcxml" |
| 6 |
identifier="info:srw/schema/1/marcxml-v1.1"> |
| 7 |
<backend syntax="__ZEBRA_MARC_FORMAT__" name="F"> |
| 8 |
<marc inputformat="marc" outputformat="marcxml" |
| 9 |
inputcharset="utf-8"/> |
| 10 |
</backend> |
| 11 |
</retrieval> |
| 12 |
<retrieval syntax="xml" name="dc"> |
| 13 |
<backend syntax="__ZEBRA_MARC_FORMAT__" name="F"> |
| 14 |
<marc inputformat="marc" outputformat="marcxml" |
| 15 |
inputcharset="utf-8"/> |
| 16 |
<xslt stylesheet="__INTRANET_TMPL_DIR__/prog/en/xslt/MARC21slim2DC.xsl"/> |
| 17 |
</backend> |
| 18 |
</retrieval> |
| 19 |
<retrieval syntax="xml" name="mods"> |
| 20 |
<backend syntax="__ZEBRA_MARC_FORMAT__" name="F"> |
| 21 |
<marc inputformat="marc" outputformat="marcxml" |
| 22 |
inputcharset="utf-8"/> |
| 23 |
<xslt stylesheet="__INTRANET_TMPL_DIR__/prog/en/xslt/MARC21slim2MODS.xsl"/> |
| 24 |
</backend> |
| 25 |
</retrieval> |
| 26 |
<retrieval syntax="xml" name="rdfdc"> |
| 27 |
<backend syntax="__ZEBRA_MARC_FORMAT__" name="F"> |
| 28 |
<marc inputformat="marc" outputformat="marcxml" |
| 29 |
inputcharset="utf-8"/> |
| 30 |
<xslt stylesheet="__INTRANET_TMPL_DIR__/prog/en/xslt/MARC21slim2RDFDC.xsl"/> |
| 31 |
</backend> |
| 32 |
</retrieval> |
| 33 |
<retrieval syntax="xml" name="utils"> |
| 34 |
<backend syntax="__ZEBRA_MARC_FORMAT__" name="F"> |
| 35 |
<marc inputformat="marc" outputformat="marcxml" |
| 36 |
inputcharset="utf-8"/> |
| 37 |
<xslt stylesheet="__INTRANET_TMPL_DIR__/prog/en/xslt/MARC21slimUtils.xsl"/> |
| 38 |
</backend> |
| 39 |
</retrieval> |
| 40 |
</retrievalinfo> |
| 41 |
- |