Como transferir uma tag de arquivo xml para outro xml?

bom dia amigos.

Preciso transferir uma tag de um xml e criar outro xml com essa tag e depois inserir de novo para xml origem.

exemplo :
xml origem, transferir a segunda tag Reinf para outro arquivo xml , assinar ele e inserir de novo xml origem.

<Reinf xmlns="http://www.reinf.esocial.gov.br/schemas/envioLoteEventosAssincrono/v1_00_00">
<envioLoteEventos>
<ideContribuinte>
<tpInsc>1</tpInsc>
<nrInsc>99999999</nrInsc>
</ideContribuinte>
<eventos>
<evento Id="ID999999999999999999999">
<Reinf xmlns="http://www.reinf.esocial.gov.br/schemas/evtInfoContribuinte/v2_01_01">
<evtInfoContri id="ID999999999999999999999">...
</evtInfoContri>
</Reinf>
</evento>
</eventos>
</envioLoteEventos>
</Reinf>

transferir essa tag para outro xml.

<Reinf xmlns="http://www.reinf.esocial.gov.br/schemas/evtInfoContribuinte/v2_01_01">
<evtInfoContri id="ID999999999999999999999">...
</evtInfoContri>
</Reinf>

assinatura

e depois inserir de novo xml origem

alguém tem um exemplo
agradeço desde de já.