Hi 

I'm using NSXMLParser to parse XML output from Microsoft Word and am finding 
that if a string contains a single quote, the parser is only giving me the part 
of the string from the single quote onward. For example given the following 
string: 


"The topic of Jim's discussion was on the yeti crab" 


the parser would only give me: 


"'s discussion was on the yeti crab" 


I looked at the NSXMLParser docs but didn't see any options for customizing how 
it handles special characters. Is there some trick I'm missing? 


Thanks for any help 
_______________________________________________

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 arch...@mail-archive.com

Reply via email to