I agree with Jacob try something like <cfset myxmldoc = xmlparse(returnedXML)> then you can access the bits you need refereing to it as a structure
e.g. myxmldoc.grandpa.dad.child if there are repeating sets of 'child' this will be an array so you can loop thru that myxmldoc.grandpa.dad.child[i]["childname"].xmltext I expect you know all that but when I first did this it took me a while to figure it out! :-) On 2/24/06, Munson, Jacob <[EMAIL PROTECTED]> wrote: > > > Parsing the XML isn't that bad. I'd go that route before spending too > much time getting the object to work. > > -- Mike T Blog http://www.socialpoints.com/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233397 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

