limit imposed by the application while parsing XML

2019-04-13 14:21发布

I'm parsing a huge XML file using eclipse juno. It parses few lines of it and then it generates the following exception:

org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; The parser has encountered more than "64,000" entity expansions in this document; this is the limit imposed by the application.

What should I do now? One of the solution that comes into my mind is to split my XML into multiple small XML files but i can't find any solution to do that too. You can see my code here

Any help would be appreciated. Thanks

0条回答
登录 后发表回答