I have a doubt about how can I split the string inside of a xml
I have a xml with following tags name,address
In address tag, I have the data as street, area and zipcode. I want to split the data and store street, area, city and zipcode in another xml or in different child node.
Can anybody suggest and send sample code??
