我试图读取xml文件列表,这些文件应该以相同的方式构建。然而,如果某些文件read_xml
来自xml2
包的函数失败并返回以下错误之一。
doc_parse_file出错(con,encoding = encoding,as_html = as_html,options = options): 文件末尾的额外内容[5]
或
doc_parse_file出错(con,encoding = encoding,as_html = as_html,options = options): StartTag:无效的元素名称[68]
我不够精通xml,这些消息并没有告诉我多少。所以这是我的问题 - 文件有点受损吗?或者通过设置一些选项仍然无法读入?不幸的是,我无法共享这些文件。但是我可以从哪里开始才能找出错误的原因?