Skip to content

Incorrect formatting of MODS informations #84

@KnutLohse

Description

@KnutLohse

Given following snippet:
<mods:titleInfo>
  <mods:title>Türkische Post</mods:title>
  <mods:subTitle>Tageszeitung für den Nahen Osten</mods:subTitle>
  <mods:partName>Halbmonatliche Wirtschaftsausgabe</mods:partName>
</mods:titleInfo>

Informations are concatenated to "Türkische Post Halbmonatliche Wirtschaftsausgabe"
(see http://dfg-viewer.de/show/?tx_dlf%5bpage%5d=1&tx_dlf%5bid%5d=http%3A%2F%2Fzefys.staatsbibliothek-berlin.de%2Fgoobi%2FZDB24378574_1940_year_mets.xml&tx_dlf%5bdouble%5d=0&cHash=980fd7890b6800ce8bcaf0fab83b3e42&no_cache=1)

That is incorrect:

  1. multiple informations have to be divided (description char) as: "Türkische Post / Halbmonatliche Wirtschaftsausgabe"
  2. what's about the sub title?

Metadata

Metadata

Labels

🐛 bugA non-security related bug.

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions