[Koha-bugs] [Bug 10662] Build OAI-PMH Harvesting Client

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 14 07:57:43 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10662

--- Comment #103 from David Cook <dcook at prosentient.com.au> ---
Ran out of time this week, but I'm working on improving the test coverage, and
adding the ability to parse a OAI-PMH response as a stream rather than as a DOM
tree.

This is a requirement for the LIBRIS OAI-PMH server, since it's not using
resumptionTokens, which do appear to be optional according to the spec. In any
case, everyone will benefit, since parsing the stream should be faster, since a
child process downloads the content while the parent process parses the XML.
Also, if your OAI-PMH server sends a long stream rather than chunks with
resumptionTokens, you'll reduce the overhead that comes from multiple HTTP
requests.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list