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

Manifestation Titlepage generates temporary wrapper paragraphs

dikastes opened this issue · comments

After setting a titlepage of a manifestation and saving, the manifestation/physDesc/titlePage element contains a paragraph element with attribute n="MerMEId_temporary_wrapper". On some installations (not all, though), saving a document containing that paragraph element fails with this error message:

Submission response status: 500 Error type: resource-error URI: http://127.0.0.2:8080/apps/mermeid/data/festklaenge-copy.xml Headers: Date Thu, 06 Jul 2023 11:34:47 GMT

maybe related to #90

We could not reproduce the issue during our sprint today.
But what we discovered concerning the "MerMEId_temporary_wrapper" paragraphs is

  • those markers are correctly removed from the XML through filter_put.xsl
  • the XML view (accessed through the XForms top nav) had shown an unfiltered version, see #177

Hence, this suggests the error 500 is not originating from the "MerMEId_temporary_wrapper" itself although it might be related to the processing with filter_put.xsl.

Yet, since we were not able to reproduce the issue we're closing the issue for now but please feel free to reopen! In that case, the MerMEId version and the exact steps for reproducing the issue would be helpful.