You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently the the value of the form filed filename/ID will be used for:
FILENAME.xml
/mei/@xml:id
/mei/fileDesc/titleStmt/title/text()
At least concerning /mei/@xml:id and the FILENAME this is highly unstable and might lead to invalid filenames or XML data. There are several options, how this could be handled:
use uuid generation
process field value to a XML conform ID
This of course might be connected to general ID-policies in a specific project and some follow up questions:
Should ID and filename be identical?
Should the title in fileDesc be identical to the actual filename?
currently the the value of the form filed
filename/ID
will be used for:/mei/@xml:id
/mei/fileDesc/titleStmt/title/text()
At least concerning
/mei/@xml:id
and the FILENAME this is highly unstable and might lead to invalid filenames or XML data. There are several options, how this could be handled:This of course might be connected to general ID-policies in a specific project and some follow up questions:
@nikobeer any preferences?
The text was updated successfully, but these errors were encountered: