org.xml.sax.SAXParseException: Unexpected token while parsing XML

前端 未结 4 1373
北海茫月
北海茫月 2021-01-13 16:13

Update:- Seems like I have to give the URL which is returning me the xml. Here it is - URL


I am getting SAXParseException when parsing an xml.

4条回答
  •  孤独总比滥情好
    2021-01-13 16:57

    I would recommend trying to incorporate some XSD validation in your program before you run it through your code.

    The following may help you in your efforts:

    • Online XSD Validator Tool: http://www.utilities-online.info/xsdvalidation/
    • Xerces for Android: https://code.google.com/p/xerces-for-android/

提交回复
热议问题