I have an application which binds a map with user's location, 2 pictures and some text in the xml file and send it to the other user through email. Now the question is that if the other user who is receiving it, how i should make this xml file parsed in my application so that the receiver can have a sensible look of the data like the map with two tabs (pictures and comments). The basic question is how i can read the sent xml file at receiver's end.
Thanks,