How do I use touchXML to parse this XML? I want to store all the attributes as key/value pairs in a dictionary.
I found out that you have to check the child nodes are CXElements. Sometimes they're CXMLNodes and these don't have attribute properties.