Shane Curcuru <[EMAIL PROTECTED]> wrote: > This does leave the separate question: why do different Xalan builds > behave differently when sending to System.out? I dunno. One iteration > would be to switch to System.err, since I think it's buffered slightly differently.
There may be a very clean answer to this: I think when Xalan senses that it is outputting to System.out, it automatically turns on incremental mode, which is slower. This was introduced in 2.2. However, this only occurs when using the command-line interface. I haven't looked to see if Jerry's benchmarks use it. -scott
