You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2011/11/21 13:16:47 UTC

svn commit: r1204463 - /jmeter/trunk/bin/jmeter.properties

Author: pmouawad
Date: Mon Nov 21 12:16:46 2011
New Revision: 1204463

URL: http://svn.apache.org/viewvc?rev=1204463&view=rev
Log:
Bug 43294 - XPath Extractor namespace problems

Modified:
    jmeter/trunk/bin/jmeter.properties

Modified: jmeter/trunk/bin/jmeter.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/jmeter.properties?rev=1204463&r1=1204462&r2=1204463&view=diff
==============================================================================
--- jmeter/trunk/bin/jmeter.properties (original)
+++ jmeter/trunk/bin/jmeter.properties Mon Nov 21 12:16:46 2011
@@ -54,9 +54,8 @@ xml.parser=org.apache.xerces.parsers.SAX
 
 # Path to a Properties file containing Namespace mapping in the form
 # prefix=Namespace
-# Don't forget to escape : by \: in the file
 # Example:
-# ns=http\://biz.aol.com/schema/2006-12-18
+# ns=http://biz.aol.com/schema/2006-12-18
 #xpath.namespace.config=
 
 #---------------------------------------------------------------------------