how to parse xml for ios development

前端 未结 2 2148
执笔经年
执笔经年 2021-01-06 06:08

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

2条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-06 06:39

    In your didStartItem: method, the attributes dictionary will contain values for all the XML attributes.

提交回复
热议问题