I'm new to xcode. I need to know how can we use an xml file as data source in xcode 4.6 for example I've a xml file like this
<Catalog>
<Title>title1</Title>
<Description>desc2</Description>
</Catalog>
and I've 2 labels and I need to set their text as title1 and desc2 using the xml file How can I achieve that in xcode 4.6. Please help