如何编辑通过iphone应用程序在线存储的xml文件?
答案 0 :(得分:0)
你无法通过iPhone应用程序执行此操作。您必须创建一个服务器端文件(如在PHP中),它将执行此编辑...您可以使用iPhone应用程序向此文件发送请求以在服务器上编辑此文件。
如果您不知道从iPhone应用程序向服务器端发送请求,您可以发送POST并获取对此PHP文件的请求参考这些链接。
http://www.slideshare.net/llch/using-iphones-nsurlconnection-class-presentation
http://tcninja.blogspot.com/2010/01/how-to-make-post-request-with-iphone.html
也访问此链接 - iPhone SDK:Editing XML files