> Silly question maybe, but is there any performance benefit using saxon > 8 (XSLT2) over XSLTC? >
When you refactor your xslt code with 2.0 features (functions, node-set variables, ...), i was told that your code could be twice as fast as 1.0 version (http://lists.w3.org/Archives/Public/public-qt-comments/2004Jan/0014.html). The code is smaller and much much more readable. I'm using saxon 8 in cocoon2.2-dev, and it seems to work fine. Even if it's not yet a recommendation, the probability that the specs around the long awaited features (functions, ...) will change is near 0. IMHO as long as you're not on the bleeding 2.0 edge, you can use xslt2.0 without fears. regards. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
