Hi,

Folklore has it that the DOM in memory can take up 
five to ten times the size of the document file.

The alternative is, of course, SAX. 
But programming for SAX is not easy.

Another alternative, which I like more and more, 
is the dom4j (www.dom4j.org) ElementHandler idea. 
This gives you a chance to erase portions of the tree
during the parse, when you are done with them.

Jan Dvorak


Dne středa 21 srpen 2002 07:13 Gude Reshma napsal(a):
| hi
|
| if memory is an important consideration , is it advisable to create an XML
| using DOM? specially a large XML file?
|
| if not then what is the alternative?
|
|
|
| ---------------------------------
| Do You Yahoo!?
| HotJobs, a Yahoo! service - Search Thousands of New Jobs


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to