Hey all.
I'm making an online game. It uses XML maps, and I was wondering...
what's the best way to transfer an XML file over a socket?
I want my server to send an XML map whenever it's requested, but I dunno how I'd get the xml from the other data sent by the server. (the map is probably 30kb and my client pulls in data at 1kb each time).
Any ideas?