xsl-list
[Top] [All Lists]

RE: Performance benefit in using DOMResult?

2005-04-27 11:08:17

The chances are that if you write to a StreamResult or SAXResult, the result
tree never actually gets created as a real tree in memory, so the answer
here is probably No.

In fact, using a SAX stream as the interface between the two processing
steps would probably work just as well as using a DOM.


I guess this means that if I do decide to write to DOMResult, I may be able to leverage the result tree thereby possibly alleviating some of the tree creation overhead normally associated with DOMs.


- Vish



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--