File: maps.xml

package info (click to toggle)
yaz 5.27.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 16,184 kB
  • sloc: xml: 123,414; ansic: 72,530; sh: 5,007; tcl: 2,169; makefile: 1,321; yacc: 382
file content (34 lines) | stat: -rw-r--r-- 891 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0"?>
<!-- 
  XSLT for each schema conversion.
-->
<schema-mappings xmlns="http://indexdata.dk/srw/schema-mappings/v1.0/">
 <map>
   <schema source="MARC21"/>
   <schema target="http://www.loc.gov/marcxml/"/>
 </map>
 <map>
   <schema source="MARC21"/>
   <schema target="http://www.loc.gov/MARC21/slim"/>
 </map>
 <map>
   <schema source="MARC21"/>
   <schema target="http://www.loc.gov/zing/srw/dcschema/v1.0/"/>
   <schema alias="dc"/>
   <schema alias="DC"/>
   <stylesheet filename="MARC21slim2DC.xsl"/>
 </map>
 <map>
   <schema source="MARC21"/>
   <schema target="rdfdc"/>
   <schema alias="RDFDC"/>
   <stylesheet filename="MARC21slim2RDFDC.xsl"/>
 </map>
 <map>
   <schema source="MARC21"/>
   <schema target="http://www.loc.gov/mods/"/>
   <schema alias="mods"/>
   <schema alias="MODS"/>
   <stylesheet filename="MARC21slim2MODS.xsl"/>
 </map>
</schema-mappings>