Arising from ATOP discussions with @sydb and @HelenaSabel:
If gloss[parent::attDef[@mode="change"]], what should happen? Should this gloss be deemed to replace some existing gloss -- and if so, if there are multiple <gloss>es, then which one? The one with the same @xml:lang? And if there isn't one with the same @xml:lang, should the new <gloss> just be added?
And in the case of <remarks>, should we be matching the combination of @xml:lang and @ident? (This leaves aside for the moment the question of <exemplum>, which we believe should also have @ident and @mode to potentially enable the same mechanism, but which has other unsolved problems being handled in #1933.)
Arising from ATOP discussions with @sydb and @HelenaSabel:
If
gloss[parent::attDef[@mode="change"]], what should happen? Should this gloss be deemed to replace some existing gloss -- and if so, if there are multiple<gloss>es, then which one? The one with the same@xml:lang? And if there isn't one with the same@xml:lang, should the new<gloss>just be added?And in the case of
<remarks>, should we be matching the combination of@xml:langand@ident? (This leaves aside for the moment the question of<exemplum>, which we believe should also have@identand@modeto potentially enable the same mechanism, but which has other unsolved problems being handled in #1933.)