SAX mode, DOM mode and caching

Subject: SAX mode, DOM mode and caching
From: "Tangi Vass" <tangivass@xxxxxxxxxxxxxx>
Date: Wed, 8 Nov 2000 15:27:45 +0100
Hi,

It is well known that XSL processors are usually faster in SAX mode than in
DOM mode : XT is a good example.
However to allow the caching of documents and stylesheets, I patched XT to
add a hook in the DOM mode for a cache. So I now use it in a "cachable" DOM
mode which is faster than SAX.

I've been thinking of a cachable queue of SAX events. I would like to have
the opinion of you, folks, about this idea before trying to implement it.

Tangi


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread