Extend Koha OAI Server to support other metadata formats
authorFrédéric Demians <f.demians@tamil.fr>
Mon, 26 Oct 2009 17:31:37 +0000 (18:31 +0100)
committerGalen Charlton <gmcharlt@gmail.com>
Tue, 26 Jan 2010 20:12:40 +0000 (15:12 -0500)
commit80e8602ba11ad4c6135114e3b5970305a94a8abd
treea162116e4ccd1c4ff18adf2d113193849ee29e14
parentbbd28e096f9d05ee7c7c79c672b3aca0497d8f3d
Extend Koha OAI Server to support other metadata formats

Currently Koha OAI server returns records in two formats: marcxml and
oai_dc (Dublin Core). This patch adds a new mode of operation where as
many as necessary metadata formats can be added via XSLT.

Documentation: See the end of oai.pl file to have an explanation of
how it works.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
opac/oai.pl