OAI plugin: Fix value of dc:type

See http://dublincore.org/documents/2010/10/11/dcmi-type-vocabulary/.
The type must be "Text", not "text".

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2015-07-01 19:19:01 +02:00
parent 661e2b34c0
commit 93d9798c30
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ class tx_dlf_oai extends tx_dlf_plugin {
$oai_dc->appendChild($this->oai->createElementNS('http://purl.org/dc/elements/1.1/', 'dc:format', 'application/mets+xml'));
$oai_dc->appendChild($this->oai->createElementNS('http://purl.org/dc/elements/1.1/', 'dc:type', 'text'));
$oai_dc->appendChild($this->oai->createElementNS('http://purl.org/dc/elements/1.1/', 'dc:type', 'Text'));
if (!empty($metadata['partof'])) {