Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<oai:OAI-PMH xmlns:oai="http://www.openarchives.org/OAI/2.0/"
3
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
	xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/
5
         http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
6

    
7
	<oai:responseDate>$date$</oai:responseDate>
8
	<oai:request verb="ListRecords" $info.from$ $info.until$ $info.metadataprefix$ $info.set$>$url$</oai:request>
9

    
10
	<oai:ListRecords>
11
	$info.documents:{
12
	<oai:record>
13
        $if(it.deleted)$
14
		<oai:header status="deleted">
15
		$else$
16
		<oai:header>
17
		$endif$
18
			<oai:identifier>$it.identifier$</oai:identifier>
19
					<oai:datestamp>$it.normalizedDatestamp$</oai:datestamp>
20
            $it.setspecs:{set|
21
			<oai:setSpec>$set$</oai:setSpec>
22
			}$
23
            </oai:header>
24
            $if(!it.deleted)$
25
            <oai:metadata>
26
			 $it.metadata$ 
27
			</oai:metadata>
28
			$endif$
29
			
30
			$if(it.provenance)$
31
        	<oai:about>$it.provenance$</oai:about>
32
        	$endif$
33
		</oai:record>
34
	}$
35
	
36
	$if(info.resumptiontoken)$
37
	<oai:resumptionToken cursor="$info.cursor$" 
38
	$if(info.withSize)$
39
		completeListSize="$info.size$" 
40
	$endif$ 
41
	>$info.resumptiontoken$</oai:resumptionToken>
42
$endif$
43
</oai:ListRecords>
44
</oai:OAI-PMH>
(8-8/10)