Edirom / MerMEId

Metadata Editor and Repository for MEI Data

Home Page:https://mermeid.edirom.de/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creation of new main titles

KristinaRichts opened this issue · comments

Presumably, there should only be one main title. However, there is a green plus sign next to the input field, which makes you think that more main titles can be entered here. However, the button apparently does not work. Could it be removed then?

Sounds like an XForms issue. @gucl-mu to the rescue!

#157 I have made a small change. The "Add" and "Remove" buttons are now deleted. Actually, no //title[type='main'] is created in the field, only //title[type=''] If you want to change this, you would also have to change something in data/controller.xql when creating new files, otherwise the title that you enter when creating a new file could no longer be changed.

I think there are (at least?) two questions:

  1. should there only be one main title? Then presumably all the attached buttons can be removed
  2. should the main title(s) be identified by @type="main" or by an empty @type="" or by no @type attribute at all?