使用指定标签在谷歌电子表格中导入XML
还有一个问题。 我有以下 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
谢谢 :)
thanks :)