So I wanted to produce a .xslt file from a .jtl file in order to generate a summary report
This is the jmeter Ant project I am using: https://github.com/jfifield/ant-jmeter
From what I understand with jmeter ant, I need to provide a .jmx file to produce a .jtl file. The jtl file that is produced looks similar to a .xml
By default, Jmeter does not structure their .jtl like this. So when I try to generate a report summary, I get a "content is not allowed in prolog" issue, whereas if I provide a .jmx file, every works as expected. The reason why I want to generate a report summary based on only a .jtl is because my .jmx works for multiple scenarios which I need to pass as an argument, so I've only got .jtl files to work with.
Let me know if I can clarify on anything, I feel like I've done a poor job on explaining this issue lmao.
Thank you!