Author: sebb Date: Wed Feb 27 15:11:08 2008 New Revision: 631771 URL: http://svn.apache.org/viewvc?rev=631771&view=rev Log: Note that parser may be slow
Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=631771&r1=631770&r2=631771&view=diff ============================================================================== --- jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml (original) +++ jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Wed Feb 27 15:11:08 2008 @@ -2681,6 +2681,9 @@ <property name="Ignore Whitespace" required="No">Ignore Element Whitespace.</property> <property name="True if nothing matches" required="No">True if a XPath expression is not matched</property> </properties> +<note> +The non-tolerant parser can be quite slow, as it may need to download the DTD etc. +</note> </component> <component name="XML Schema Assertion" index="§-num;.5.9" width="771" height="171" screenshot="assertion/XMLSchemaAssertion.png"> <description><p>The XML Schema Assertion allows the user to validate a response against an XML Schema.</p></description> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]