Quote:
Originally Posted by ansonl
Hi,
I need to retrieve values from an XML file using NSXMLParser.
The XML file is retrieved through an internet url. This is a fairly simple project as I will not need a permanent database, only a few values from the XML file returned in some usable format. (NSString, NSInteger)
The application's interface and code is not required. I need just need the lines of code needed the extract values from an XML file that I will reveal once you have bidden.
The XML file is similar to this
Code:
<?xml version="1.0" encoding="utf-8"?><root><origin>SFIA</origin><destination>PITT</destination><sched_num>26</sched_num><trip><fare>10.90</fare></trip></root>
and I will need values from it. ex: the fare
|
hey.....have got the solution.....!!