Instances of the NSXMLElement class represent element nodes in an XML tree structure.
I'm using NSXMLParser to parse an xml from a url (my code is almost exactly the same as here) Some …