Google表格importXml

时间:2012-07-16 16:36:23

标签: css xml xpath google-sheets

我正在尝试使用Google表格中的importXML定位网站价格。我定位的代码如下:

  <span class="new_price" id="final_price">£29.99</span>

因为它的内部'new_price'我的导入无效:

  =importXml("http://www.hardware-ironmongers.com/details.aspx?code=7751913"; "//span[@id='final_price']")

如何定位类中的ID?

干杯

1 个答案:

答案 0 :(得分:0)

我不是专家,但这看起来可能会让你走上正确的道路:

How to select two attributes from the same node with one expression in XPath?