I Have an xml to xml conversion where i need to copy entire xml As it is but need to strip hypen from bank account numbers and # from Address.
To explain it clearly attached is the source xml. I want the target to be exactly same except that i want to avoid # in field StrtNm (address field) and - in <Othr/Id>618-401517-001</Id></Othr> (bank account field).
Bottom line is Street address from below part of xml has #. I want that to be stripped
Thanks a ton for help. this code is working perfectly.
Best Regards,
Sridhar