开发者

iPhone SDK:Editing XML files

开发者 https://www.devze.com 2022-12-08 14:32 出处:网络
Is there any exte开发者_开发知识库rnal library using which one can edit and save XML files for an iPhone application?A rather good way to handle XML on the iPhone is using the KissXML library hosted a

Is there any exte开发者_开发知识库rnal library using which one can edit and save XML files for an iPhone application?


A rather good way to handle XML on the iPhone is using the KissXML library hosted at http://code.google.com/p/kissxml

Using a DDXMLDocument object will allow you to get the data with - (NSData *)XMLData

You can write NSData easily to a file using writeToURL:atomically: or writeToFile:atomically: as described in the Apple documentation

0

精彩评论

暂无评论...
验证码 换一张
取 消