Transfering XML files between PC and Phone

prestondocks

Member
Licensed User
Longtime User
Hi,

I am working on an app that has dynamic interface based on the information passed to and fro between the phone and a TCP/IP server on a LAN pc. I think it would be ideal to transfer this information via a XML file so I am looking at xmlSAX.

The xml content will be built dynamically by the server based on the options selected on the phone.

How would I transfer these xml files?

By the way my server app is written in Python if that helps for any welcomed examples:)
 
Top