aboutsummaryrefslogtreecommitdiff
path: root/app/views/oer/oai/listMetadataFormats.php
blob: c4226e27d0ded0e1e0ee52d43e5dc2d7eef38050 (plain)
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
<?= '<?xml version="1.0" encoding="UTF-8"?>' ?>
<OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" 
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/
         http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
  <responseDate><? htmlReady($currentDate) ?></responseDate>
  <? if ($identifier): ?>
  <request verb=<?='"'.$verb.'"' ?> 
    identifier=<?= '"'.$identifier.'"'?>> 
    <?= htmlReady($request_url) ?>
  </request>
  <? else: ?>
  <request verb=<?='"'.$verb.'"' ?>> 
    <?= htmlReady($request_url) ?>
  </request>
  <? endif ?>
  <ListMetadataFormats>
 
    <metadataFormat>
     <metadataPrefix>oai_lom-de</metadataPrefix>
     <schema>http://ltsc.ieee.org/xsd/LOM
       </schema>
     <metadataNamespace>http://www.w3.org/2001/XMLSchema-instance
       </metadataNamespace>
   </metadataFormat>
   
 </ListMetadataFormats>
</OAI-PMH>