I check that xpath don't work with tag name. For example: ``` .//*[@class="title"]/*/@href ``` work great, but: ``` .//*[@class="title"]/a/@href ``` don't work. Could you say, what a problem?