[XML-SIG] (DOM) Reading of large (huge) document

Juergen Hermann Juergen Hermann" <jh@web.de
Sat, 18 Aug 2001 18:46:55 +0200


On Sat, 18 Aug 2001 18:20:51 +0200 (CEST), Horst Eyermann wrote:

>I try to read in a dictionary, formatted in XML into a database. 

This is a typical situation where you would use SAX2, not DOM. The 
memory requirements of a SAX application are constant, as long as you 
do not remember data (and you dump them to a database).


Ciao, J=FCrgen