PiRSquared17 / pylan

Automatically exported from code.google.com/p/pylan
0 stars 0 forks source link

JMeter results (.xml) validation error #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. My JMeter test contains assertions, and accordingly the result (in .xml) 
contain tags:
  <httpSample t="631" ... na="5">
    <assertionResult>
2. If I open this xml in Pylan. I'll get:
"XML validation error (DTD)".
3. Using XSLT I remove assertionResult tags, in this case my results file has:
  <httpSample t="46" ... na="29"/>
  <httpSample t="46" ... na="29"></httpSample>
4. In Pylan the previous error raises again.

What is the expected output? What do you see instead?
Correctly opened xml.

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by smine...@gmail.com on 29 Feb 2012 at 8:53