OpenXML Filter: consider table rows for insertion or deletion if a specific revision is present
Table rows are not deleted if such a change is specified, i.e.:
<w:tr w:rsidR="00EA23D0" w:rsidDel="00EA23D0" w:rsidTr="00EA23D0">
<w:trPr>
<w:del w:id="28" w:author="User" w:date="2019-07-25T19:25:00Z"/>
</w:trPr>
Additionally, the table row insertion revision is not handled as well:
<w:tr w:rsidR="001C7189" w:rsidTr="00A95F1B">
<w:trPr>
<w:ins w:id="16" w:author="User" w:date="2019-07-25T20:14:00Z"/>
</w:trPr>
These all bring up the situations when the inserted and deleted rows, e.g.:


