This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

SAX mode, DOM mode and caching


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]