Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<?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>2016-11-04T12:31:35Z</responseDate>
  <request verb="ListRecords" metadataPrefix="marc21">http://provider.finna.fi/oaipmh</request>
  <ListRecords>
    <record>
      <header status="deleted">
        <identifier>oai:finna.fi:1</identifier>
        <datestamp>2016-03-12T11:59:12Z</datestamp>
      </header>
    </record>
    <record>
      <header>
        <identifier>oai:finna.fi:2</identifier>
        <datestamp>2016-03-21T15:46:31Z</datestamp>
      </header>
      <metadata>
        <record xmlns="http://www.loc.gov/MARC21/slim"
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xsi:schemaLocation="http://www.loc.gov/MARC21/slim
            http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd"
            type="Bibliographic">
          <leader>00762cam a2200265zi 4500</leader>
          <controlfield tag="001">2</controlfield>
          <datafield tag="035" ind1=" " ind2=" ">
            <subfield code="a">2</subfield>
          </datafield>
          <datafield tag="035" ind1=" " ind2=" ">
            <subfield code="a">  2</subfield>
          </datafield>
          [paljon lisää metadataa ja tietueita]
        </record>
      </metadata>
    </record>
    <resumptionToken cursor="0">resxyz</resumptionToken>
  </ListRecords>
</OAI-PMH>

 


Jatkopyyntö resumptionTokenilla:
http://provider.finna.fi/oaipmh?verb=ListRecords&resumptionToken=resxyz

...