Gives out of memory error on loading large files because it is loading the entire XML file into memory to parse it. Need to re-write the parser with alrternate XML tech
Changed parser from DOM to SAX. Now it doesn't seem to give out of memory errors, but still takes waaay to long to reload file.
Log in to post a comment.
Changed parser from DOM to SAX. Now it doesn't seem to give out of memory errors, but still takes waaay to long to reload file.