Update oai pmh authored by Peter Toth's avatar Peter Toth
......@@ -17,7 +17,7 @@ Please use the following links careful not to bother the system with heavy loads
To get the complete List of Resourses. Example: [ListReqeust](https://oer-repo.uibk.ac.at/edu-sharing/eduservlet/oai/provider?verb=ListRecords&metadataPrefix=lom) .
- **GetRequest** -
To get the Details of a specific Resourse: Example [GetRequest](https://oer-repo.uibk.ac.at/edu-sharing/eduservlet/oai/provider?verb=GetRecord&metadataPrefix=lom&identifier=oai:oer-repo.uibk.ac.at:e0d6bbfa-3945-437d-ba16-3c6fab848f37) .
To get the Details of a specific Resourse: [Example 1](https://oer-repo.uibk.ac.at/edu-sharing/eduservlet/oai/provider?verb=GetRecord&metadataPrefix=lom&identifier=oai:oer-repo.uibk.ac.at:e0d6bbfa-3945-437d-ba16-3c6fab848f37) [Example 2](https://repository.tugraz.at/oai2d?verb=GetRecord&metadataPrefix=lom&identifier=oai:repository.tugraz.at:vqyg5-xb977).
As mentioned above, some implementaion are returning content-type as _text/xml_ like **invenio**, others like **edu-share** returning _application/xml_. So the client should be able to handle both!
......
......