错误代码:11300001 数据集配置错误
com.fr.third.javax.xml.stream.XMLStreamException2: ParseError at [row,col]:[1,14]
Message: The element type "XML" must be terminated by the matching end-tag "</XML>".
你这个xml格式,结尾符号有问题
正常是需要 </XML> 结尾
你的没有