Jim
Jim

Reputation: 4719

parse XML file that contains unicode characters in iphone

I am trying to parse one XML file that contains some unicode characters.I tried to parse the file using NSXMLParser but i am unable to parse XML.Parser stops when it encounters any unicode characters.

Is there any other good solution to parse XML file with unicode letters?

Please suggest.

Upvotes: 1

Views: 970

Answers (1)

adam
adam

Reputation: 22587

Have you tried TBXML for iPhone http://www.tbxml.co.uk/

Upvotes: 1

Related Questions