Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

XcodeNewb

macrumors member
Original poster
Feb 6, 2009
79
0
Ok, I know there are a lot of parser examples and I have been through them all. I thought I had it figured out until I realized that some of the data I need is actually in the tag of one of the elements.

Here is an example. I need the price read in here but also the url link. I am using the simple xml process with the didStartElement, didEndElement and the foundCharacters methods. These methods find the price tag and read the data ( i.e. 250 ) but I cannot get the url from this tag. Any ideas?

Thanks in advance. I am learning as I go. I hope the code displays correctly.

Code:
  <trips>
    <trip>
      <price url="/bookmeToday/code=0-ICtL5lnamzyrp29sDFqq.sJJWXUydEzy5W1k_q2v7.3-5iP1kAlP_y6jYWhQXUR.F.UA.25770.0&_sid_=3-5iP1kAlP_y6jYWhQXUR" currency="USD">$250</price>
      <more>More data here</more>
      <evenmore>Even more data</evenmore>
    </trip>
  </trips>
 
Great answer

Thanks kalimba. I will try this out this afternoon and let you know how it goes. Thanks for taking the time to help.
 
Great

Thanks again kalimba. Example worked great and took about 30 seconds to do. Thanks again
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.