如何使用Google Spreadsheets的ImportXML返回XPath属性的数据?

时间:2013-03-23 13:17:56

标签: xml xpath google-sheets

我不明白。 如何获取XML的属性?

此代码返回错误错误:xPath查询未返回任何数据

=ImportXML("http://www.cbr.ru/scripts/XML_dynamic.asp?date_req1=01.01.2013&date_req2=15.03.2013&VAL_NM_RQ=R01235";"/ValCurs/Record/@Date")

类似问题Google Spreadsheet ImportXML - can't figure out how to get time attribute

1 个答案:

答案 0 :(得分:3)

必须使用小写的

属性名称
=ImportXML("http://www.cbr.ru/scripts/XML_dynamic.asp?date_req1=01.01.2013&date_req2=15.03.2013&VAL_NM_RQ=R01235";"/ValCurs/Record/@date")