Which stylesheets were you using? And which version of Java?
I just tried the sample build.xml file in the extras/ directory, and it works fine with Java 1.4 and Ant 1.7.0. However, max and min fail for me under Java 1.5 and 1.6, so it looks like this is a Java incompatibility. Maybe it is possible to fix the stylesheet to work under both, or maybe one can use the xalan implementation provided with JMeter... On 07/12/2007, Dmitry Kudrenko <[EMAIL PROTECTED]> wrote: > Greetings, > > I am using Ant 1.7.0 for testing and converting jtl to html using > templates provided with JMeter/extras. > > Seems standard xslt task works bad with this templates: > 1) Max, Min functions don't work > 2) The following XPath doesn't work: > /testResults/*[not(@lb = preceding::*/@lb)] > and duplicates first record in the summary and details report. > > Maybe I did something wrong but can't achieve success with native ant > xslt task. I replaced xslt processor to Saxon7 and it works. I send > this email because I didn't find information about that on wiki. > > Instruction how to change xslt processor can't be found here: s/can't/can/ > http://mtxslt.sourceforge.net/. Thanks. > -- > Regards, > Dmitry Kudrenko > ARDAS group http://www.ardas.dp.ua > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

