If use SAX, how could I modify and save the document?
----- Original Message -----
From: jh_Zzz
Sent: Tuesday, July 13, 2004 11:55 AM
Subject: A question about DOM

Hi There,
 
I am using xerces to parse a XML document and return a DomDocument object, my question is:
 
When the xml document is about only several nodes, there is no problem, but after I add some data, the application will use about 15M memory. (xml document is about 2M at this moment).
 
How to solve this type problem, split the xml files to more files? but this will cause hard to query. 
 
Thansk fro your great help
Jack

Reply via email to