[oxygen plugin] Fix gap annotation #36
Labels
bug
Something isn't working
oXygen framework
does not apply to anything facing externally, but to our oXygen framework
When annotating gaps ("Fehlstelle"), the plugin currently produces something à la
<damage agent="ink"><gap reason="damage" resp="#DG"/></damage>
, which is not valid according to our schema due to the lack of@cert
. Should rather look like:<damage agent="ink"><gap reason="damage" resp="#DG" cert="high"/></damage>
, for example, if the editor is sure that something is missing.We could always add a default value (high), but I think explicitly asking the editor would be better in such (rather rare) cases.
The text was updated successfully, but these errors were encountered: