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

"View XML data" button on XForms should return unfiltered XML

peterstadler opened this issue · comments

what's the issue

At present, the "View XML data" button in the top menu of the XForms returns the filtered XML (from filter_get.xsl), i.e. the temporary version only needed for XForms processing. This version shows artifacts such as "MerMEId_temporary_wrapper" which are misleading and not suited for the end user. (Developers may still inspect the XForms code through the "Enable Code inspector" setting from the "change settings" button in the top menu.)

how to fix

Use the /data/read endpoint for the "View XML data" button instead.