OAI_PMH(1p) | User Contributed Perl Documentation | OAI_PMH(1p) |
oai_pmh.pl - pipe OAI-PMH to the command-line
oai_pmh.pl <options> [baseURL]
Retrieve data from OAI-PMH endpoints. The output format is:
<headers> <content> <FORMFEED>
Where <headers> are in HTTP header format. Content will be the raw XML as exposed by the repository. Each record is separated by a FORMFEED character.
For example:
oai_pmh.pl -X GetRecord --metadataPrefix oai_dc \ --identifier oai:eprints.soton.ac.uk:20 http://eprints.soton.ac.uk/cgi/oai2
2022-09-17 | perl v5.34.0 |