我的应用程序表现得很奇怪在解析某些元素的Well Formed xml文件时。即使文件具有良好的数据,它也会抛出解析异常。我检查了xml文件,它在异常中报告的行号上有正确的结束标记。我也检查了父元素和兄弟元素,它们对我来说似乎也是正确的结束标记。
详细信息:
例外快照:
<strong>ERROR 281114.014425 - Error parsing XML
javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1489299,35]
Message: The element type "float" must be terminated by the matching end-tag "</float>".
at com.sun.xml.stream.XMLReaderImpl.next(Unknown Source)
at com.sun.xml.stream.XMLEventReaderImpl.nextEvent(Unknown Source)**
at com.iii.xmlharvest.feed.XmlFeedProcessor.readDocuments(XmlFeedProcessor.java:356)