Possible Duplicate:
Parsing XML in Cocoa 开发者_JAVA百科
iPhone - Can we parse .plist(xml) file using NSXMLParser?
There are simpler ways of reading a plist file. You can use the following method for NSDictionary and NSArray:
- (id)initWithContentsOfFile:(NSString *)aPath
You can absolutely use the NSXMLParser to parse an xml plist file. However, it is much, much, much, easier to simply use the NSPropertyListSerialization class to do that.
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论