[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

XMLContainer question



Hello Ozonites,
I am trying to use Ozone/XML for persistent storage of my XML. I will need to support add/delete/modify/get operations on this XML.
My questions is, which strore method should I use? storeSAX() or storeDOM(). The API doc suggests to use storeSAX for performance. I suspect that may be I will save space with storeSAX() but will be doing more computation compared to storeDOM() to support the above mentioned operations.
Any ideas/suggestions are welcome. Thanks,
Milind