Hey, could someone please give me a breakdown of how to use NSXMLParser.
I have been searching for hours and trying different things but cant get it working. I was just wondering what the different parts of the code are that i need.
my xml looks like this:
HTML Code:
<?xml version="1.0" encoding="UTF-8"?>
<Assets>
<File id="1">
<title>Title Here</title>
<link>a link here</link>
<description>a description here</description>
</File>
<File id="2">
<title>Another title</title>
<link>another link</link>
<description>Description</description>
</File>
</Assets>
this is quite frustrating. help is greatly appreciated
thanks
-Mike