我在解析XML檔案中出現如下錯誤:
org.xml.sax.SAXParseException: The reference to entity "Stars" must end with the ';' delimiter.
經查實發現,xml檔案裡有&的字眼
把其中的"&"轉義字元& 代替,就OK了
我在解析XML檔案中出現如下錯誤:
org.xml.sax.SAXParseException: The reference to entity "Stars" must end with the ';' delimiter.
經查實發現,xml檔案裡有&的字眼
把其中的"&"轉義字元& 代替,就OK了