Project

General

Profile

1 42187 michele.ar
<?xml version="1.0" encoding="UTF-8"?>
2
<OAI-PMH xmlns="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
<responseDate>$date$</responseDate>
7
<request verb="ListSets">$url$</request>
8
<ListSets>
9
$sets:{
10
<set>
11
	<setSpec>$it.setSpec$</setSpec>
12
	<setName>$it.setName$</setName>
13
	$if(it.setDescription)$
14
	<setDescription>
15
		<oaidc:dc xmlns:oaidc="http://www.openarchives.org/OAI/2.0/oai_dc/"
16
  			xmlns="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17
        	xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
18
        	<description>$it.setDescription$</description>
19
    	</oaidc:dc>
20
	</setDescription>
21
	$endif$
22
</set>
23
}$
24
25
</ListSets>
26
</OAI-PMH>