parsing large xml documents using DOM



I have got a problem with performance with parsing large XML using DOM parser as heap memory is getting full. But i need to parse xml in DOM only as entire application is based on DOM parser.


Is there any efficient way to parse xml using DOM to increase performance or changing the parser is only choice.


No comments:

Post a Comment