views:

31

answers:

0

I'm looking to keep a high score table for my application in XML format. All I am looking to send is a timestamp, string ID, and value.

So my questions are do I have to create anything to receive the data, or can I simply have the app write out to a hosted XML file? If not can I write out new XML files for each message (and compile them server side)?

Thanks!