I have an xml file that I require to search and locate tags / data to update an modify, and re-save as an xml file.
For example:
Locate <DeliveryStateCode>NT </DeliveryStateCode> and replace with <DeliveryStateCode>NT</DeliveryStateCode>
There could be many records within the xml file using the <DeliveryStateCode></DeliveryStateCode> tags.
Otherwise, if there is a solution to just remove the space at the end of the data- <DeliveryStateCode>NT </DeliveryStateCode> throughout the xml file within the <DeliveryStateCode></DeliveryStateCode> tags, that would work aswell.
Been having trouble figuring this out.
Look forward to hearing some responses, and thankyou in advance