TouchXML parsing XML attributes

后端 未结 3 1343
我在风中等你
我在风中等你 2020-12-29 14:16

How do I use touchXML to parse this XML? I want to store all the attributes as key/value pairs in a dictionary.



        
3条回答
  •  粉色の甜心
    2020-12-29 15:02

    I found out that you have to check the child nodes are CXElements. Sometimes they're CXMLNodes and these don't have attribute properties.

提交回复
热议问题