You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2008/02/27 02:51:01 UTC

svn commit: r631461 - in /jakarta/jmeter/trunk: docs/changes.html docs/usermanual/component_reference.html xdocs/changes.xml

Author: sebb
Date: Tue Feb 26 17:50:57 2008
New Revision: 631461

URL: http://svn.apache.org/viewvc?rev=631461&view=rev
Log:
Fix typo; warn that XPath parser can be slow

Modified:
    jakarta/jmeter/trunk/docs/changes.html
    jakarta/jmeter/trunk/docs/usermanual/component_reference.html
    jakarta/jmeter/trunk/xdocs/changes.xml

Modified: jakarta/jmeter/trunk/docs/changes.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/changes.html?rev=631461&r1=631460&r2=631461&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/changes.html (original)
+++ jakarta/jmeter/trunk/docs/changes.html Tue Feb 26 17:50:57 2008
@@ -343,7 +343,7 @@
 									
 
 												<li	>
-								Use JTidy to display XML in View Results Tree Listener (avoids fetching DTDs)
+								Use Tidy to display XML in View Results Tree Listener (avoids fetching DTDs)
 						</li>
 									
 

Modified: jakarta/jmeter/trunk/docs/usermanual/component_reference.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/usermanual/component_reference.html?rev=631461&r1=631460&r2=631461&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/usermanual/component_reference.html (original)
+++ jakarta/jmeter/trunk/docs/usermanual/component_reference.html Tue Feb 26 17:50:57 2008
@@ -8628,6 +8628,12 @@
 		</tr>
 		</table>
 	</p>
+							  									 				<p><table border="1" bgcolor="#bbbb00" width="50%" cellspacing="0" cellpadding="2">
+		<tr><td>						
+The non-tolerant parser can be quite slow, as it may need to download the DTD etc.
+
+			</td></tr>
+	</table></p>
 							  		</td></tr>
 		<tr><td><br></td></tr>
 	 </table>
@@ -10105,6 +10111,7 @@
 								refName_n, where n = 1,2,3 etc - the strings as generated by the template
 						</li>
 									
+
 		
 												<li	>
 								refName_n_gm, where m=0,1,2 - the groups for match n

Modified: jakarta/jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/changes.xml?rev=631461&r1=631460&r2=631461&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/changes.xml (original)
+++ jakarta/jmeter/trunk/xdocs/changes.xml Tue Feb 26 17:50:57 2008
@@ -98,7 +98,7 @@
 <li>Add optional output variable name to Jexl function</li>
 <li>Add application/vnd.wap.xhtml+xml as a text type</li>
 <li>Add means to override maximum display size in View Results Tree - set the property: view.results.tree.max_size</li>
-<li>Use JTidy to display XML in View Results Tree Listener (avoids fetching DTDs)</li>
+<li>Use Tidy to display XML in View Results Tree Listener (avoids fetching DTDs)</li>
 </ul>
 
 <h4>Non-functional changes</h4>



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org