We have a situation where we need a very memory efficient, lightweight DOM capability. I'm curious to know if the Xalan DTM would work for our needs. The only things we do are create elements with namespaces, modify the value nodes on occasion, and specify some attributes. The rest of our application is handled through Xalan XSLT conversions, which are very efficient, but because we are building the DOM in memory (using Xerces) its taking a lot more memory than we would like (and much more than the actual data sizes we are working with).
 
I know that the DTM is not a publicly supported object, but from perusing the JavaDoc it looks like it does most if not all of what we need.
 
Any suggestions would be very much appreciated.
 
Thanks,
 
Cory
 
Cory Isaacson
President & CTO
Compuflex International
(818) 884-1168
[EMAIL PROTECTED]
www.compuflex.com
 

Reply via email to