Hi All,
Sorry for this question but after spending 1-2 hours on how to read xml, i thought posting it on forum will be better.
So i get a complex (very large)xml response from the plugin trackify. i want to read some values from it so i convert it into hash and then read it as follows
For ex:- to read city
@tracking_info['TrackResponse']['Shipment']['ShipTo']['Address']['City'] #>> "SEATTLE"
my question is it proper way to getting xml response or there are some xml methods which is simple to use?