>Related to this, is it possible to create my own DTM's via an API and/or have >Xerxes output a DTM instead of a DOM?
The best available API for building a DTM is to hand us a SAXSource. Obviously you can use Xerces as that source; that's what we do in our own code if you hand us a StreamSource. At this time, our "native" DTMs (built from SAX) are significantly more efficient than our "wrapper" DOM2DTM layer. Work is in progress to try to improve both. ______________________________________ Joe Kesselman / IBM Research
