xsl-list
[Top] [All Lists]

Re: [xsl] Saxon performance difference in eClipse and App Server

2010-12-15 11:29:37
Fraser Goffin wrote:

thanks for the advice. Moving away from using a DOMSource to a
StreamSource has cut the App Server times from 700-800ms to 150-180ms,
so that was really worthwhile.

I would now like to see if there is any further improvement possible
by using Saxon's native tree as per Micael's suggestion (a hint to get
me going would be helpful - do you mean using the S9 API (per the
examples you provide ?)

If you are using a StreamSource then I think Saxon will use that to build its native tree from it so there is nothing more you need to do to ensure that the native tree model is used instead of a DOM tree.

--

        Martin Honnen
        http://msmvps.com/blogs/martin_honnen/

--~------------------------------------------------------------------
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>
--~--