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 2005/01/08 03:32:19 UTC

cvs commit: jakarta-jmeter/xdocs/usermanual component_reference.xml

sebb        2005/01/07 18:32:19

  Modified:    xdocs/usermanual Tag: rel-2_0 component_reference.xml
  Log:
  XPath Assertion
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.87.2.21 +21 -3     jakarta-jmeter/xdocs/usermanual/component_reference.xml
  
  Index: component_reference.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/component_reference.xml,v
  retrieving revision 1.87.2.20
  retrieving revision 1.87.2.21
  diff -u -r1.87.2.20 -r1.87.2.21
  --- component_reference.xml	3 Nov 2004 00:14:47 -0000	1.87.2.20
  +++ component_reference.xml	8 Jan 2005 02:32:19 -0000	1.87.2.21
  @@ -1554,6 +1554,24 @@
   
   </properties>
   </component>
  +<component index="15.5.8" name="XPath Assertion" screenshot="xpath_assertion.png">
  +<description><p>The XPath Assertion tests a document for well formedness, has the option
  +of validating against a DTD, or putting the document through JTidy and testing for an
  +XPath.  If that XPath exists, the Assertion is true.  Using "/" will match any well-formed
  +document, and is the default XPath Expression.
  +See <a href="http://www.w3.org/TR/xpath">http://www.w3.org/TR/xpath</a> for more information
  +on XPath.
  +</p></description>
  +
  +<properties>
  +<property name="Name"		required="No">Descriptive name for this element that is shown in the tree.</property>
  +<property name="Tidy"		required="No">Send the returning document through JTidy.</property>
  +<property name="Validation"	required="No">Check the document against its schema.</property>
  +<property name="XPath"		required="Yes">XPath to match in the document.</property>
  +<property name="Whitespace"	required="No">Ignore Element Whitespace.</property>
  +<property name="Negation"	required="No">True if a XPath expression is not matched</property>
  +</properties>
  +</component>
   
   </section>
   
  
  
  

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