0

I have my iphone app parsing xml and it is working fine for both the title and date of the feel i am using. However when it comes to parsing the content which happens to be in XML:

The whole XML parses fine and i'm able to use xml elements with the type="text" but type="html" seem to be overlooked as only a '>' appears.

Any way to fix this issue?

1 Answer 1

1

As I can tell, there is no way for specifying HTML type for NSXMLParser and I don't think using NSXMLParser to parse HTML is the right way. I recommend libxml, google for the htmlSAXParseDoc for more details.

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.