gpt4 book ai didi

xml - R : XML content does not seem to be XML

转载 作者:行者123 更新时间:2023-12-01 22:36:31 31 4
gpt4 key购买 nike

我正在使用 R 解析 XML 文件,但我总是收到错误消息,说 XML 内容似乎不是 XML,但 XML 文件确实包含 XML 数据,即使我只是放入一个简单的标记也是如此。请看下面的示例

关于如何解决这个问题有什么建议吗?

R 代码:

xmlinfile = "sample.xml"
xml = xmlInternalTreeParse(xmlinfile)

示例.xml

<?xml version="1.0" encoding="UTF-8"?>
<root>
<name>Sample</name>
</root>

错误:

Error: XML content does not seem to be XML: 'sample.xml'

根据要求,下面是我在解析前打印文件时得到的结果:

 xmlinfile = "sample.xml"
sampleFile<-file(xmlinfile,"w")
print(sampleFile)

description class mode text opened can read can write
"sample.xml" "file" "w" "text" "opened" "no" "yes"

提前致谢。

最佳答案

感谢大家的评论和回答,我想我找到了答案。我的 XML 文件与导致问题的 R 脚本不在同一位置。

但错误信息似乎不正确或不直观。但无论如何,它现在有效。再次感谢大家。 ;)

关于xml - R : XML content does not seem to be XML,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22240033/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com