【发布时间】:2019-03-03 00:24:54
【问题描述】:
我想说明一个关于DSpace的OAI-PMH数据提供者的结果的分页问题。
假设我在 Identifiers 上下文中显示特定类型结果的第一页。
请求的 URL 如下所示:
".../oaidl.jsp?verb=&ListIdentifiers&metadataPrefix=pico"
到这里为止,没问题。 However, when selecting the Show More button, using exactly the Resumption Token indicated at the end of the first request response:
".../oaidl.jsp?verb=ListIdentifiers&resumptionToken=9999-12-31|1753-01-01|null|pico|982|2019-03-02T14%3A29%3A11Z"
我收到带有以下消息的错误页面:
“XML 解释错误:找不到根元素...”
你能告诉我我的错误吗?如果可能的话,我该如何解决?
非常感谢您!
【问题讨论】:
标签: pagination dspace oai-pmh