Im making a fairly big game for Mac appstore, and i would like to control my levels using XML. Basically I just need to be able to read co-ordinates out of the XML document and into cocoa, where I can use them to move objects for each level. How do i parse this file in cocoa?
Thanks for your help