Hi Friends,
what is the best way to remove the new lines between xml tags
Input XML:
<cac:Party>
<cbc:EndpointID schemeID="0195">
sgfjt08ga0038j
</cbc:EndpointID>
<cac:Party>
Expected Out put XML:
<cac:Party>
<cbc:EndpointID schemeID="0195">sgfjt08ga0038j</cbc:EndpointID>
<cac:Party>
Regards
SOORi