Character '&' in XML Parsing iphone -


i using nsxmlparsing parse xml , formatting not in control

from xml seems it's using utf-8 encoding, illegal character encoding error when character '&' comes picture.

due have go dirty way of breaking strings , parsing.

any way out?

suggestions ?

thanks yogurt

it sounds have malformed xml. "&" start of entity in xml, e.g. & or <. having raw "&" doesn't match entity illegal.


Comments

Popular posts from this blog

sql server - python to mssql encoding problem -

java - SNMP4J General Variable Binding Error -

c# - BasicHttpBinding equivalent CustomBinding using WCF Client and PHP WebService -