Questions tagged [oai-pmh]
17 questions
2
votes
1 answer
Harvesting repository // "From=>" and "Until=>" with user input variable
I am using „from=>“ and “until=>” while harvesting a repository with OAI-PMH written in Perl. I tried to let the user type in start- and end-date with in format yyyy-mm-dd. But instead of giving me back the records/results the compiler seems…

Pedro
- 41
- 6
2
votes
1 answer
OAI-PHM. do not update record
I have a problem with the DSPACE and the OAI-PHM, it is not possible to update the records in the OAI ../oai/request?verb=ListSets, It shows me the old configuration and old records (33) Now they are 97. As I show you the output of the command:
curl…

Aprendiz Dosmil
- 21
- 2
2
votes
1 answer
Error "The QName value X has no corresponding namespace declaration in scope" in BASE OAI-PMH Validator
I want to validate OAI for a site using : http://oval.base-search.net/
But it gives me this error:
ERROR: ListRecords response well-formed but invalid: Element '{http://purl.org/dc/elements/1.1/}identifier', attribute…

hd.
- 17,596
- 46
- 115
- 165
1
vote
1 answer
How to generate an XSLT for OAI-PMH response?
I have some xml data,which I need to index into solr core. For this I need to generate XSLT file for mapping my custom XML data to solr required format XML (1).
Here my custom data:

As Vard
- 35
- 5
1
vote
1 answer
DSpace OAI-PMH XML Import
I am changing my OAI Data Provider from jOAI to DSpace. My expectation was that I could easily import the metadata, which is available as XML, into DSpace. But this seems not to be the case. I always get the error message
Unknown metadata schema in…
user5539866
1
vote
0 answers
Issues retrieving all records from institutional OAI-PMH repository using Sickle
I have been working on retrieving all records from a OAI-PHM repository from various research institutions using the api function in Sickle program in Python. I have written a code that performs a consecutive harvesting that iterates over the…

SigurdG
- 11
- 2
1
vote
1 answer
Reading metadata results from pyoai
I'm working with pyoai library on python3.7 to harvest metadata using oai-pmh protocol but i'm getting troubles at the moment of read list of records
from oaipmh.client import Client
from oaipmh.metadata import MetadataRegistry, oai_dc_reader
URL =…

Mr. Joe
- 11
- 4
1
vote
1 answer
DSpace - OAI-PMH - Pagination
I would like to illustrate a problem with the pagination of the results of the OAI-PMH Data Provider of DSpace.
Let's assume that I display the first page of results of a specific type, in the context the Identifiers.
The URL of the request ends as…

Eustachio Maselli
- 388
- 2
- 9
0
votes
0 answers
OAI-PMH - creation of endpoint
I would like to create an oai-pmh endpoint to publish metadata to. However, I'm having a little trouble seeing how to do it. I see that several solutions are available to me via Dspace or Fedora. But I would like to create it myself in python, do…

Balkhrod
- 81
- 7
0
votes
1 answer
0
votes
0 answers
Google Chrome wont render the XML with xml-stylesheet
The Setup
I am using Flask in debug mode on my local machine & Google Chrome to check on my routes.
The Goal
I would like to render an XML response using this xml stylesheet. The response (incl. the xml-stylesheet tag) looks as follows (checking…

Matt
- 435
- 4
- 17
0
votes
1 answer
OAI-PMH data provider validation fails for one single POST request, despite it's working with curl
I'm implementing an OAI-PMH2 compliant data provider in PHP (which retrieves data from a MySQL database), and I'm trying to get it validated, but am stuck with just one error that prevents successful validation.
The error is somewhat related to what…

user3764418
- 13
- 1
0
votes
1 answer
Problem to index with django-python using django_elasticsearch_dsl
I'm working on a project using django-python. This has "oaisearch" installed to retrieve the metadata from different websites and "django_elasticsearch_dsl" to index them. It was verified that "oaisearch" runs without problems.
The problem occurs…

Daniel Fernandez
- 3
- 3
0
votes
1 answer
How to fix HTTP Error 404 in python when trying to connect to OAI provider using pyoai
I'm trying to connect me with a OAI provider using pyoai but i'm getting this error
i'm using python3.7 on windows 10
This is my code, is just simple following the official pyoai documentation
https://pypi.org/project/pyoai/
from oaipmh.client…

Mr. Joe
- 11
- 4
0
votes
0 answers
At CKAN webbrowser I cannot see datasets in list but in activity stream, is there a extra module needed?
Using harvest oai-pmh to send metadata from dspace to ckan. I can see the files (packages) in activity stream but not in dataset list. The link in activity stream leads to data in dspace surface. also in db i see the entries for the packages.…

Juri
- 1