When NSXMLParser hits a character entity like ä (-> German umlaut
'ä'), it sends parser:resolveExternalEntityName:systemID: to its
delegate and if this is not implemented or returns nil,
parser:parseErrorOccurred: is called with
NSXMLParserUndeclaredEntityError.
Am I supposed to resolve all these character entities myself? And if
so, what should the NSData object returned by
parser:resolveExternalEntityName:systemID: contain? Unicode? Which
Unicode encoding?
But this can’t be, can it? I must be missing something simple.
Thanks for any hints
Kai
_______________________________________________
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]