File: maps.xml

package info (click to toggle)
yaz 5.37.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 16,568 kB
  • sloc: xml: 124,223; ansic: 73,221; sh: 5,738; tcl: 2,189; makefile: 1,274; yacc: 382
file content (34 lines) | stat: -rw-r--r-- 891 bytes parent folder | download | duplicates (10)
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>