Hi Nitin
Unfortunately, no standard modules can help here as most of them expect a correctly formatted XML payload which is not what you have.
I normally have a general purpose custom module deployed in the system that helps to clean up any undesired input. The module basically just performs a String replaceAll() execution. But because this methods allows regex input, I can perform quite complex replacement as long as regex supports it.
Regards
Eng Swee