views:

7

answers:

0

Hey guys, I have difficulty to get the location value When I use the NSXMLParser. In the g:location element there are two more child elements g:latitude and g:longitude. I don't want these two elements, I just want the location value "1231 Judge Place, VICTORIA, BC, V8P 2C7, CA" in this case.

Can anybody show me how to do it?

thanks

http://www.google.com/base/feeds/snippets/17049580586382503552 2010-07-28T02:31:50.000Z 2010-09-09T02:39:21.000Z

  <g:location type='location'>1231 Judge Place, VICTORIA, BC, V8P 2C7, CA
    <g:latitude>48.461719512939</g:latitude>
    <g:longitude>-123.352867126465</g:longitude>
  </g:location>