broken round tripping via filter_get.xsl
and filter_put.xsl
#90
Labels
enhancement
New feature or request
filter_get.xsl
and filter_put.xsl
#90
Just recognised while reviewing #89 and we've been there before with #66 :
filter_get.xsl
transforms the MEI input file in various ways (adding "default" attributes with empty values, removing the music section, transform some elements to HTML), which are only in parts undone or reconstructed by its counterpartfilter_put.xsl
. E.g. the example file "nielsen_maskarade.xml" features some<mei:rend rend="sup">
in<mei:identifier>
s which are transformed into<html:sup>
. This is not re-transformed byfilter_put.xsl
, so modifying (and saving) that file with MerMEId (at any location) will write that<sup>
into the MEI file (as string!).I think the best way forward would be to rewrite those files and
mode=orbeon
) tofilter_get.xsl
. NB. It might be easier to add a URL parameter for the "raw" view, but I think of the "raw" view as the default ant the "orbeon" view as the special case.The text was updated successfully, but these errors were encountered: