Re: Parsing question about NSXMLParser

2009-07-01 Thread Fritz Anderson
On 1 Jul 2009, at 3:49 PM, Erg Consultant wrote: I am trying to parse an XML file on the web using NSXMLParser. The page is a list of gold prices. I can get the tagged elements with no problem, but the price item doesn't seem to be tagged. Can anyone tell me how to get the price item in thi

Parsing question about NSXMLParser

2009-07-01 Thread Erg Consultant
I am trying to parse an XML file on the web using NSXMLParser. The page is a list of gold prices. I can get the tagged elements with no problem, but the price item doesn't seem to be tagged. Can anyone tell me how to get the price item in this element using NSXMLParser: 95.2086 Thanks, Erg