Skip to content

HTTPS oai_dc namespace is not supported #71

@mdcarreira

Description

@mdcarreira

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions