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/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
5

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

    
9
<oai:ListIdentifiers>
10
$info.identifiers:{
11
	$if(it.deleted)$ 
12
  	<oai:header status="deleted">
13
  	$else$
14
	<oai:header>
15
	$endif$
16
		<oai:identifier>$it.identifier$</oai:identifier>
17
		<oai:datestamp>$it.normalizedDatestamp$</oai:datestamp>
18
		$it.setspecs:{set|
19
		<oai:setSpec>$set$</oai:setSpec>
20
	}$ 
21
	</oai:header>
22
}$ 
23
$if(info.resumptiontoken)$
24
	<oai:resumptionToken cursor="$info.cursor$" 
25
	$if(info.withSize)$
26
		completeListSize="$info.size$" 
27
	$endif$ 
28
	>$info.resumptiontoken$</oai:resumptionToken>
29
$endif$
30

    
31
</oai:ListIdentifiers>
32
</oai:OAI-PMH>
(5-5/10)