@@ -21,7 +21,7 @@ To get the Details of a specific Resourse: [Example 1](https://oer-repo.uibk.ac.
As mentioned above, some implementaion are returning content-type as _text/xml_ like **invenio**, others like **edu-sharing** returning _application/xml_. So the client shallbe able to handle both!
**oerhub.at** harvests the data with a perl-based daemon. The implementation is based on [OAI-Harvester 1.20](https://metacpan.org/pod/Net::OAI::Harvester). The Perl modul expects _text/xml_ and supports the standard DC. Our module accepts in addition the _application/xml_ and has his LOM-handler implemented. The tests are rewritten against maintend repos.
**oerhub.at** harvests the data with a perl-based daemon. The implementation is based on [OAI-Harvester 1.20](https://metacpan.org/pod/Net::OAI::Harvester). The Perl modul expects _text/xml_ and supports the standard DC. Our module accepts in addition the _application/xml_ and has the specific LOM-handler implemented. The tests are rewritten against maintend repos.