RE: DOM and SAX input in DTM

2001-07-12 Thread Joseph_Kesselman
> So if I understand this correctly, even if using the SAX examples, Xalan >still needs access to the entire source XML document? It may, or it may not, depending on the stylesheet. If it doesn't, i builds only as much of the DTM as is needed.

RE: DOM and SAX input in DTM

2001-07-12 Thread Cory Isaacson \(Compuflex\)
] [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 7:11 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: DOM and SAX input in DTM >Is it true when the source is SAX events, Xalan will still need to build >an internal source tree for the transformation? Now the interna

Re: DOM and SAX input in DTM

2001-07-12 Thread Joseph_Kesselman
>Is it true when the source is SAX events, Xalan will still need to build >an internal source tree for the transformation? Now the internal tree >representation is DTM, done by SAX2DTM? Given that XSLT can at any time access any node in the document, some sort of in-memory model is necessary unl

Re: DOM and SAX input in DTM

2001-07-11 Thread Scott_Boag
rain.com>cc: (bcc: Scott Boag/CAM/Lotus) Subject: DOM and SAX input in DTM 07/11/01

DOM and SAX input in DTM

2001-07-11 Thread Li Liang
Hi, I have a question about the SAXSource and DOMSource under the context of DTM. Is it true when the source is SAX events, Xalan will still need to build an internal source tree for the transformation? Now the internal tree representation is DTM, done by SAX2DTM? So if the source is DOM, will