Found a solution to the problem - using xalan (and serialiser) jars
from JMeter lib directory seems to fix things so that the output does
not depend on the Java version.

The build.xml file has been updated accordingly:

http://svn.apache.org/viewvc/jakarta/jmeter/trunk/extras/build.xml?view=markup

Hopefully this will work for you as well...

Warning: if the xalan jar is not found, no warning is currently given,
and xslt reverts to the default.

S///
On 07/12/2007, sebb <[EMAIL PROTECTED]> wrote:
> 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]

Reply via email to