Search code examples
performancexsltxalanstx

XSLT with Xalan vs. STX with Joost


Where can I find performance metrics (memory/time) for a non-trivial example of using XSLT (with Xalan) compared to using STX (with Joost)


Solution

  • Probably there is no universal set of benchmarks. For XSLT there is (was?) XSLTMark, but this is for comparing the XSLT engines.

    There is one page with the comparison of the same transformation written in different transformation languages.

    Probably the best option is to model your problem, generate test data and measure the things you are interested in.