I'm trying to retrieve a specific image from a html document, using html agility pack and this xpath:...//div[@id='topslot']/a/img/@src
...As far as I can see, it finds the src-attribute, but it returns the img-tag. Why is that?...I would expect the Inner...