Hi All I am trying to write a gambas application to parse kismet XML logs. I am able to parse elements and also sub elements but not the attributes. My code is here: http://pastebin.com/QiX2BsHH The sample XML is here, i specifically want to get the "type" attribute from the "wireless-network" element http://pastebin.com/4DGwdzYD Many thanks