使用指定标签在谷歌电子表格中导入XML

发布于 2024-12-20 12:48:56 字数 509 浏览 2 评论 0原文

还有一个问题。 我有以下 XML 结构:

<player>
 <id>12</id>
 <name>pl_name</name>
 <experience>
  <points>147</points>
  <level>10</level>
 </experience>
 <skills>
  <fight>0.00</fight>
  <defend>3.45</defend>
 </skills>
</player>

我想在我的 gdoc 中编写战斗技能。 所以像这样:

=ImportXML("http://api.mysite.net/xml/user/id/"&C5; "/*(what here?)")

如果可能的话:) 谢谢

one more problem.
I have following structure of XML:

<player>
 <id>12</id>
 <name>pl_name</name>
 <experience>
  <points>147</points>
  <level>10</level>
 </experience>
 <skills>
  <fight>0.00</fight>
  <defend>3.45</defend>
 </skills>
</player>

i want to be written just fight skill in my gdoc.
so something like this:

=ImportXML("http://api.mysite.net/xml/user/id/"&C5; "/*(what here?)")

If it's possible :)
thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

毅然前行 2024-12-27 12:48:56
=ImportXML("http://api.mysite.net/xml/user/id/"&C5; "//player/skills/fight")

谢谢 :)

=ImportXML("http://api.mysite.net/xml/user/id/"&C5; "//player/skills/fight")

thanks :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文