>is it easy to build a DTM directly in memory

Easiest and most efficient way is to generate a SAX stream, wrap a
SAXSource around it, and let Xalan run its SAX2DTM builder. DTM is not
intended to be directly editable.

Reply via email to