Hi, i am evaluating java xml api's for use in the following task:
I need to display a large (potentially 30000 top-level nodes, each with 2-5 child nodes, all text) xml document that is periodically generated from a database. A JTree seems to be the best display mechanism, but for memory reasons it would have to have a custom TreeModel that is somehow bound to the XMl document. I would appreciate any advice on: 1) Is dom4j suitable for this task and if so how ( i read about a "pruning mode" in the FAQ but am not certain if that would apply, so any hints will help). Would SAX be better for this task (compared to the dom4j "pruning mode")? 2) Is anyone aware of an open source xml viewer of this sort? Thanks, aravind _______________________________________________ dom4j-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dom4j-user
