Project

Profile

Help

cache transform xslt / xml to html

Added by Anonymous over 13 years ago

Legacy ID: #8924838 Legacy Poster: Marco Dissel (mdissel)

On our IIS Server we're converting a XMLstream with a XSLT file and show the resulting html into the browser. We cache the result of the transformation, but we have about 100.00 different xml files, a cached hit is low. We also want to speedup the transformation process. It is possible to cache the XLST Transformation / Compiled result? Thanks


Replies (1)

RE: cache transform xslt / xml to html - Added by Anonymous over 13 years ago

Legacy ID: #8924967 Legacy Poster: Michael Kay (mhkay)

Saxon doesn't provide any such capability, but it sounds possible to do it at application level. Are you sure it will help? I've often been asked to look at system performance issues of this kind where it turned out that the XSLT transformation cost wasn't actually on the critical path, but rather other steps on the processing pipeline such as parsing and serialization.

    (1-1/1)

    Please register to reply