对于iPad App,使用XCode SDK 4.1或更高版本来使用XML文件读取和写入数据的推荐方法是什么?
目前解决方案是为iPad App Ver创建的。 iMac上的5.0。
我已经有了这些文章: http://www.xcode-tutorials.com/parsing-xml-files/
http://www.iphonedevsdk.com/forum/iphone-sdk-tutorials/76730-webservice-how.html
我想要做的是在XML文件上简单读取和保存值。参数可以是:
XMLFileName, MainNode, SubNode, AttributTitle, AttributValue
Methodes:
Read, Write
感谢您的建议