使用带有某个类

时间:2017-09-14 12:39:43

标签: xpath xidel

SO贡献者。我完全了解以下问题How to obtain href values from a div using xpath?,它基本上处理了我的问题的一部分,但由于某种原因,在那里发布的解决方案在我的案例中不起作用,所以我会请求帮助解决两个相关问题。在下面的例子中,我想获得"更多"的href值。超链接(http://www.thestraddler.com/201715/piece2.php),位于包含内容类的div标记下。



<div class="content">
  			    			
<h3><a href="http://www.3quarksdaily.com/3quarksdaily/2016/12/against-the-renting-of-persons-a-conversation-with-david-ellerman.html">Against the Renting of Persons: A conversation with David Ellerman</a></h3>
			
<a href="http://www.thestraddler.com/201715/piece2-print.php#footnote1">[1]</a>                                              
</p>
<p>More <a href="http://www.thestraddler.com/201715/piece2.php">here</a>.</p>     
</div>
&#13;
&#13;
&#13;
 从理论上讲,我应该能够用div标记div标签下的链接   xidel website -e //div[@class="content"]//a/@href 但由于某种原因,它不起作用。我如何解决这个问题和(第二部分)如何只提取&#34; here&#34;的href值?超链接?

0 个答案:

没有答案