0

I am creating an IOS app , I have to read the Rss feeds from the specified url and Display only the specified contents ti the user , how do i parse the XML contents ? Is there any similar API to JSoup present in Xcode ?

1
  • 1
    Take a look at Apple documentation for the NSXMLParser class information Commented Jun 2, 2013 at 11:04

1 Answer 1

1

I would recommend to use the TBXMLParser: https://github.com/71squared/TBXML . It's a light-weight XML parser designed for iOS. However, you can check in http://www.raywenderlich.com/553/how-to-chose-the-best-xml-parser-for-your-iphone-project the different options you have depending on the type of document you're planning to parse.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.