We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The OAI-PMH Opener provides the OAI-record, header and container. Is there a way how to receive only the metadata without the OAI specific elements?
Similar to: #382
The text was updated successfully, but these errors were encountered:
This can be closed. The handle-marcxml should set the recordtagname-option to metadata, then it works: https://metafacture.org/playground/?flux=%22https%3A//duepublico2.uni-due.de/oer/oai%22%0A%7C+open-oaipmh%28metadataPrefix%3D%22mods%22%29%0A%7C+decode-xml%0A%7C+handle-generic-xml%28recordtagname%3D%22metadata%22%29%0A%7C+encode-json%28prettyPrinting%3D%22true%22%29%0A%7C+print%3B%0A
Sorry, something went wrong.
No branches or pull requests
The OAI-PMH Opener provides the OAI-record, header and container.
Is there a way how to receive only the metadata without the OAI specific elements?
Similar to: #382
The text was updated successfully, but these errors were encountered: