Importing XML into Cocoa issues

前端 未结 1 1260
轮回少年
轮回少年 2020-12-21 22:44

Here\'s an XML file I want to import into Cocoa:

 
    
           


        
相关标签:
1条回答
  • 2020-12-21 23:00

    Add the user and pass elements to the value element, and the value element to the child1 element, and the imp element to the child2 element. From your output, it looks like you're just adding everything to the Root element.

    0 讨论(0)
提交回复
热议问题