how to remove part of string start with "diffg" and end with ">" from this string
DECLARE @XmlDocument nvarchar(max) =
'<NewDataSet>
<Table diffgr:id="Table1" msdata:rowOrder="0">
<ActionDate>2020/06/03</ActionDate>
<ProductCode>4523</ProductCode>
<ToDateOnTheWay>0</ToDateOnTheWay>
</Table>
<Table diffgr:id="Table2" msdata:rowOrder="2">
<ActionDate>2020/06/03</ActionDate>
<ProductCode>0241445</ProductCode>
<ToDateOnTheWay>0</ToDateOnTheWay>
<InventoryFee>286295415</InventoryFee>
<BuyFee>997545</BuyFee>
</Table>
</NewDataSet>'