I want to make a Cocoa app that displays selected information from a Cocoa file.
For example, the XML file has the foll:
Key-Data1 (Value - 1)
Key-Data2 (Value - 2)
Key-Data3 (Value - 3)
I want it to read the file and display the value of the specified key.
How do I do it ?
For example, the XML file has the foll:
Key-Data1 (Value - 1)
Key-Data2 (Value - 2)
Key-Data3 (Value - 3)
I want it to read the file and display the value of the specified key.
How do I do it ?