Top "Nsxmlparser" questions

NSXMLParser is a class of the Foundation Framework of Mac OSX developer library.

Get an HTML page as XML code

I just learnt about how to parse data in Xcode using NSXMLPARSER. In order to do that, obviously, I will …

html xml xcode nsxmlparser
Parsing XML file with NSXMLParser - getting values

I've got a XML file which contains some data I would like to use: <?xml version="1.0" encoding="UTF-8" ?> &…

iphone objective-c xml ios nsxmlparser
Parsing xml in NSXMLParser

I have read many examples of how to get text out of xml files, but just don't get how to. …

objective-c ios xcode xml-parsing nsxmlparser
Using NSXMLParser with CDATA

I'm parsing an RSS feed with NSXMLParser and it's working fine for the title and other strings but one of …

iphone objective-c nsxmlparser cdata
Resolving html entities with NSXMLParser on iPhone

I think I read every single web page relating to this problem but I still cannot find a solution to …

iphone parsing nsxmlparser html-entities
What's the best approach for parsing XML/'screen scraping' in iOS? UIWebview or NSXMLParser?

I am creating an iOS app that needs to get some data from a web page. My first though was …

iphone ios uiwebview screen-scraping nsxmlparser
xml parsing in iOS swift

I am having bar or QR code scanning of Aadhar card.I am getting the response as the following xml …

ios xml swift xml-parsing nsxmlparser
NSXMLParser can't parse special characters (accents)

I'm using NSXMLParser to parse an xml from a url (my code is almost exactly the same as here) Some …

xcode xml-parsing nsxmlparser nsxml nsxmlelement
NSXMLParserErrorDomain 111

The code below is printing the following message: Error Domain=NSXMLParserErrorDomain Code=111 "The operation couldn’t be completed. (NSXMLParserErrorDomain error 111.) …

ios objective-c nsxmlparser nsxmlparsererrordomain
Parser error Error Domain=NSXMLParserErrorDomain Code=4 "The operation couldn’t be completed."

I am calling a web service as below: -(void)verifyEmailAndPasswordWebservices { NSString *MD5Password = [ self MD5]; NSLog(@"text field password %@",…

ios objective-c xml web-services nsxmlparser