Tweak resumptionToken tag. (#1)

* Always output the resumptionToken tag.

This adds again the resumptionToken if we have a complete list without a
token itself. This is not a must feature but quite common and I think
it's not forbidden.

This changes the XSLT stylesheet a bit because we output the "cursor" in
the bottom which is not the amount of submitted records but the position
in the list of records.

Just another extample of a complete list:

https://www.tib.eu/oai/public/repository/open?verb=ListIdentifiers&metadataPrefix=oai_dc&set=zbmql

* Revert "Always output the resumptionToken tag."

Convinced. I should return an empty resumptionToken tag even if it is
not forbidden.

This reverts commit 079265aa1a187da119c439cd70ea705bc3458ae5.

* Change missleading label
This commit is contained in:
Alexander Bigga 2022-02-23 14:04:04 +01:00 committed by GitHub
parent 11b2636f6e
commit 4b7df507af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ p.intro {
<p>There are more results.</p>
</xsl:if>
<table class="values">
<tr><td class="key">Submitted Records</td>
<tr><td class="key">Cursor</td>
<td class="value"><xsl:value-of select="@cursor"/></td></tr>
<tr><td class="key">Total Records</td>
<td class="value"><xsl:value-of select="@completeListSize"/></td></tr>