Edirom / Edirom-Online

Edirom Online is a tool for presenting historical-critical music editions in digital form.
GNU General Public License v3.0
20 stars 23 forks source link

metadataView: reactivate #361

Open bwbohl opened 7 months ago

bwbohl commented 7 months ago

There used to be a metadata view for both MEI and TEI files that would parse the header to a human-readable HTML page. Currently, this view is deactivated (commented out) in the code. I think nothing should be disabled by default in the code. If something needs to be hidden, there should be an injection point or a preference variable to control the behaviour or the feature should be deprecated.

bwbohl commented 3 months ago

Of course, the code might have to be updated and tested with some data. This might involve XSLT development.