sri
sri

Reputation: 3389

How to handle special character in nsxmlparser?

When i try to parse the company list from webservice which is not parsing properly since company name have trademark symbol (c) as a symbol instead of htmlentities. can you tell me how to resolve special character related issue in objective-c using NSXmlparser

Thanks in advance - sri

Upvotes: 0

Views: 250

Answers (1)

Devarshi
Devarshi

Reputation: 16758

Use CDATA tags to enclose the content in your XML

Upvotes: 2

Related Questions