Hi,
From reading the documentation, I get the impression that
XslCompiledTran sform should be faster than XslTransform
on my test with a large complex document and a large complex XSLT, the
transform took 4 minutes with XslTransform but 7 minutes with
XslCompiledTran sform.
However, with the same stylesheet on another large complex document, the
time dropped from 4 minutes with XslTransform to just 45 seconds with
XslCompiledTran sform.
any clues as to what might cause this difference in performance? is one of
my results exceptional?
this sort of process is typical in my application so I'd like to get the
best overall performance.
TIA
Andy
From reading the documentation, I get the impression that
XslCompiledTran sform should be faster than XslTransform
on my test with a large complex document and a large complex XSLT, the
transform took 4 minutes with XslTransform but 7 minutes with
XslCompiledTran sform.
However, with the same stylesheet on another large complex document, the
time dropped from 4 minutes with XslTransform to just 45 seconds with
XslCompiledTran sform.
any clues as to what might cause this difference in performance? is one of
my results exceptional?
this sort of process is typical in my application so I'd like to get the
best overall performance.
TIA
Andy
Comment