I have a huge XML file of 9 GB where i need to add a node:
XML File like:
<ABC>
<DEF>
<GHI>
<AB>"ab"</AB>
<CD>"cd"</CD>
<EF>"ef"</EF> --NEED TO ADD
</GHI>
</DEF>
</ABC>
<PQR>
</PQR>
This is fixed that need too add in only ABC tag . XDocument will need so much resources any help is appreciated