You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to parse the records list of a OAI Repository, but XOAI returns all records as empty records. This happens because the response namespace is declared as HTTPS.
I'm trying to parse the records list of a OAI Repository, but XOAI returns all records as empty records. This happens because the response namespace is declared as HTTPS.
To give an example, the XML response I get is:
<OAI-PMH xmlns="https://www.openarchives.org/OAI/2.0/" (...) />
This makes XOAI return a list of empty records. If I change the header to:
<OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" (...) />
Then all records are correctly parsed.
XOAI should support the ability to parse records in HTTPS namespace.
The repository where I'm getting this error is: https://journalsporl.com/index.php/sporl/oai
The text was updated successfully, but these errors were encountered: