Fix typo; warn that XPath parser can be slow

git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@631461 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 2623b9f5a8
This commit is contained in:
Sebastian Bazley 2008-02-27 01:50:57 +00:00
parent e908b5f449
commit 6c37a116b6
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ Note __split() and __regex() cannot be used on the Test Plan.</li>
<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>