All I want to do is...node.Attributes["class"].Value
...But if the node doesn't have the ...class... attribute, it crashes. So, I have to check for its existence first, right? How do I do that? ...Attributes... is not a dict (its a list that contains an i...