Error parsing XML with XStream and Xalan

给你一囗甜甜゛ 提交于 2019-12-11 09:45:47

问题


I am parsing XML with the XStream 1.3 API and the Xalan API. There is some XML which is huge for which I am getting the following exception. Can you please advise how to overcome this. Do I need to increase the Java heap space?

com.sun.org.apache.xml.internal.dtm.DTMException: No more DTM IDs are availablecom.rbsfm.ice.ioa.exception.IOARuntimeException: ERROR: javax.xml.transform.TransformerException: com.sun.org.apache.xml.internal.dtm.DTMException: No more DTM IDs are available
    at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform

来源:https://stackoverflow.com/questions/26365391/error-parsing-xml-with-xstream-and-xalan

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!