either make a combined XML file (wrapped with a new root element) and make corresponding changes to the stylesheet or modifyt the XSLT to use the XSLT document function to load multiple documents or use CSV as your output format and concatenate all files and then process as you wish
regards deepak On Fri, Dec 4, 2009 at 8:08 AM, Harry_ <[email protected]> wrote: > > Hi, > > I want to generate reports from multiple result files of jmeter. > > For one file I do it using the following: > <target name="generate-reports"> > <echo message="Generating Reports..."/> > > <xslt in="${results}/filenameX.jtl" > out="${results}/jmeter-results-report_21.html" > style="${jmeter.dir}/extras/jmeter-results-report_21.xsl"/> > </target> > > But as i need to merge results of multiple output files results. How should > I do it? > > Thanks and Regards > -- > View this message in context: > http://old.nabble.com/How-to-generetae-reports-using-ant-from-multiple-files-tp26635936p26635936.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

