Re: DataImportHandler Streaming XML Parse

2011-11-21 Thread Chris Hostetter
: We're using DIH to import flat xml files. We're getting Heap memory : exceptions due to the file size. Is there any way to force DIH to do a : streaming parse rather than a DOM parse? I really don't want to chunk my : files up or increase the heap size. The XPathEntityProcessor is using a

DataImportHandler Streaming XML Parse

2011-11-08 Thread Josh Harness
All - We're using DIH to import flat xml files. We're getting Heap memory exceptions due to the file size. Is there any way to force DIH to do a streaming parse rather than a DOM parse? I really don't want to chunk my files up or increase the heap size. Many Thanks! Josh