Re: Unable to parse special characters using NSXMLParser

2008-10-16 Thread Benjamin Dobson
On 16 Oct 2008, at 19:50:01, JanakiRam wrote: Dave, Thanks for the response. In this case we are getting the following as the first line of the document. JanakiRam Check the encoding of the file itself. http://www.w3schools.com/XML/xml_encoding.asp _

Re: Unable to parse special characters using NSXMLParser

2008-10-16 Thread JanakiRam
Dave, Thanks for the response. In this case we are getting the following as the first line of the document. JanakiRam On Fri, Oct 17, 2008 at 12:11 AM, Dave Carrigan <[EMAIL PROTECTED]> wrote: > > On Oct 16, 2008, at 11:23 AM, JanakiRam wrote: > > I'm having problems with NSXMLParser while p

Re: Unable to parse special characters using NSXMLParser

2008-10-16 Thread Dave Carrigan
On Oct 16, 2008, at 11:23 AM, JanakiRam wrote: I'm having problems with NSXMLParser while parsing XML File which contain some special characters or Non-UTF8 Characters, Is the server setting the appropriate character encoding in the XML document? If it is not, then the document is not wel

Unable to parse special characters using NSXMLParser

2008-10-16 Thread JanakiRam
Hi All, I'm having problems with NSXMLParser while parsing XML File which contain some special characters or Non-UTF8 Characters, My application will get the XML Document data from my server. I'm creating the NSXMLParser with NSData received from Server. Some times it could be possible that recei