You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2016/08/18 13:51:13 UTC

svn commit: r1756786 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

Author: sebb
Date: Thu Aug 18 13:51:13 2016
New Revision: 1756786

URL: http://svn.apache.org/viewvc?rev=1756786&view=rev
Log:
Expand comment

Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1756786&r1=1756785&r2=1756786&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Thu Aug 18 13:51:13 2016
@@ -2680,7 +2680,8 @@ before loading the file.
 When reading from CSV results files, the header (if present) is used to determine which fields are present.
 <b>In order to interpret a header-less CSV file correctly, the appropriate properties must be set in <code>jmeter.properties</code>.</b>
 <note>
-XML files written by JMeter have version 1.0 declared in header while actual file is serialized with 1.1 rules. 
+XML files written by JMeter have version 1.0 declared in header while actual file is serialized with 1.1 rules.
+(This is done for historical compatibility reasons; see <bugzilla>59973</bugzilla> and <bugzilla>58679</bugzilla>) 
 This causes strict XML parsers to fail. Consider using non-strict XML parsers to read JTL files.
 </note>
 </p>