Ok, that makes sense. I wish we would have known then what we know now and have used SAX instead of DOM.
Thanks!
Mike Bresnahan
Joseph Kesselman
<[EMAIL PROTECTED] To: [EMAIL PROTECTED]
om> cc: [EMAIL PROTECTED]
Subject: Re: XSLTC Translets
using normal Document instead of DOM
02/05/2003 02:16
PM
>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
