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

italiano40

macrumors 65816
Original poster
Oct 7, 2007
1,080
0
NY
all i need to do is make a very simple parser that would go to an element and get the value
 

lazydog

macrumors 6502a
Sep 3, 2005
709
6
Cramlington, UK
Well I don't know if this is the simplest or best way but you could use CFXMLTreeCreateFromData() to create a tree structure of your xml data, and then walk the tree to find the node(s) that you want using
CFTreeGetFirstChild, CFTreeGetNextSibling etc. Have a look at the CFTree reference for the details.

b e n
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.