以文本方式查看主题 - 中文XML论坛 - 专业的XML技术讨论区 (http://bbs.xml.org.cn/index.asp) -- 『 DOM/SAX/XPath 』 (http://bbs.xml.org.cn/list.asp?boardid=11) ---- dom4j解析时抛XML file has no top-element. All well-formed XML files have a single top-level element. (http://bbs.xml.org.cn/dispbbs.asp?boardid=11&rootid=&id=12930) |
-- 作者:rosen -- 发布时间:12/21/2004 4:14:00 PM -- dom4j解析时抛XML file has no top-element. All well-formed XML files have a single top-level element. DOM4J代码: String xml="....."; SAXReader reader = new SAXReader(); Document document = reader.read(xml); ..... String xml 格式: <?xml version = '1.0' encoding = 'gb2312'?> <ER>0</ER> <MSG>null</MSG> 异常信息为:XML file has no top-element. All well-formed XML files have a single top-level element. 把这个XML拷贝出来放在一个xxx.xml文件中,再来用dom4j解析就完全没有问题。 谢谢。 |
W 3 C h i n a ( since 2003 ) 旗 下 站 点 苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》 |
31.250ms |