So I know how to parse some XML structures but I am currently trying to parse this specific xml structure thats a bit different to what I am used to.
normally I woul
In your didStartItem: method, the attributes dictionary will contain values for all the XML attributes.
didStartItem:
attributes