-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsruExplain.xml
52 lines (52 loc) · 2.41 KB
/
sruExplain.xml
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="UTF-8"?>
<zs:explainResponse xmlns:zs="http://www.loc.gov/zing/srw/">
<zs:version>1.1</zs:version>
<zs:record>
<zs:recordSchema>http://explain.z3950.org/dtd/2.0/</zs:recordSchema>
<zs:recordPacking>xml</zs:recordPacking>
<zs:recordData>
<explain xmlns="http://explain.z3950.org/dtd/2.0/">
<serverInfo protocol="SRU" transport="http" method="GET">
<host>digitalhumanities.org</host>
<port>8081</port>
<database>dhq/sru</database>
</serverInfo>
<databaseInfo>
<title lang="en">SRW/SRU/Z39.50 Gateway to Digital Humanities Quarterly</title>
<description lang="en" primary="true">A simple SRU gateway for accessing OAI Dublin Core records.</description>
</databaseInfo>
<indexInfo>
<set identifier="http://www.openarchives.org/OAI/2.0/" name="oai"/>
<index id="1">
<title>identifier</title>
<map>
<name set="oai">identifier</name>
</map>
</index>
<index id="2">
<title>datestamp</title>
<map>
<name set="oai">datestamp</name>
</map>
</index>
</indexInfo>
<schemaInfo>
<schema identifier="http://www.openarchives.org/OAI/2.0/oai_dc/"
location="http://www.openarchives.org/OAI/2.0/oai_dc.xsd"
sort="false" name="oai_dc">
<title>OAI Dublin Core</title>
</schema>
<schema identifier="http://www.openarchives.org/OAI/2.0/"
location="http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd"
sort="false" name="oai-header">
<title>OAI-PMH Header</title>
</schema>
</schemaInfo>
<configInfo>
<setting type="numberOfRecords">50</setting>
<setting type="recordPacking">xml</setting>
</configInfo>
</explain>
</zs:recordData>
</zs:record>
</zs:explainResponse>