我没有使用XML或HTML的经验,我需要从html文件中获取数据。我被建议使用xmlread
,但我收到错误:
'Error using xmlread (line 98)
Java exception occurred:
org.xml.sax.SAXParseException: The declaration for the entity "ContentType" must end with '>'.
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at javax.xml.parsers.DocumentBuilder.parse(Unknown Source)
任何人都可以帮我解决这个问题吗?