i have a xml content like this , <bodytext> <p><div style=\'border:0px solid #d7d7d7; margin:2px 15px 2px 0px;width:230px;
I am using the XML Parser available here: http://www.saygoodnight.com/2009/08/a-simple-quick-reusable-xml-parser-for-the-iphone/
I am currently testing how to combine ios, php, mysql and xml. So far I have set up a database, got my php scripts working and am using them to request data from my external mysql database that then r
I am trying to parse an XML page in Objective-C.The full text of the error is: Error Domain=NSXMLParserErrorDomain Code=5 \"The operation couldn’t be completed. (NSXMLParserErrorDomain error 5.)\"
I\'m using NSXMLParse to parse my file.xml. It does work, but when I extract the inside text this file.xml, some words are cutted and I suppose that is an encoding problem.
I am currently trying to parse the string representation of my xml that I get back from my php script on my server which is passed to the ASIHTTPRequest method
i have a php script which connects to a MySQL-Database and generates a XML. The XML holds the Data which i select from the Database.
Here is my link i want to extract the youtube videos out from the html at this URL http://gdata.youtube.com/feeds/api/users/mizzoushape/uploads?orderby=updated
I\'m newbie on iPhone development.I want to parse XML file like this to get attribute value. <Root>
I have a UITableView populated by data parsed from xml. The parsing works but the table remains blank.