Hello all, I built iphone app that getting inforamtion from server(this is server that i built also). the data from the server is type XML and i use the xml parser to parse the message. what i want is to add image to be send from the server and i am asking if i cann add binary data such image to the xml message.for example 10 tags will be text and 1 tag will be binary(the image). so when the xml parser will get to the binary tag it will insert the data to NSDATA object and the rest of the tags will insert to NSString.
does the xml parser of coca can handle this situation
if not what you think will be the easiest way to do this with one connection to the server so the data from the server will be send once.