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 well-formed, and NSXMLParser is correctly rejecting it.

You can see what encoding is being used by examining the first line; it will look something like

  <?xml version='1.0' encoding='the-doc-encoding' ?>

--
Dave Carrigan
[EMAIL PROTECTED]
Seattle, WA, USA

Attachment: PGP.sig
Description: This is a digitally signed message part

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to