有一个站点,例如http://example.com有这样一个页面:Topnews1Topnews2Topnewscomplex是否可以通过纯Xpath获取这3个URL:http://example.com/news/topnews1.htmlhttp://example.com/news/topnews2.htmlhttp://sport.example.com/news/topnews3.html?要提取我们可以使用的相对URL://div/a/@href但是concat('http://example.com',//div/a/@href)仅返回1行(第一行),而不是3个不同的值