Author: pmouawad
Date: Sat Jul 7 13:25:49 2018
New Revision: 1835310
URL: http://svn.apache.org/viewvc?rev=1835310&view=rev
Log:
Make field name clearer
Modified:
jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
jmeter/trunk/xdocs/usermanual/component_reference.xml
Modified: jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
URL:
http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties?rev=1835310&r1=1835309&r2=1835310&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
(original)
+++ jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties Sat
Jul 7 13:25:49 2018
@@ -1424,7 +1424,7 @@ xpath_assertion_whitespace=Ignore whites
xpath_expression=XPath expression to match against
xpath_extractor_fragment=Return entire XPath fragment instead of text content?
xpath_extractor_query=XPath query:
-xpath_extractor_user_namespaces=Namespaces list :
+xpath_extractor_user_namespaces=Namespaces aliases list (prefix=full
namespace, 1 per line) :
xpath_extractor_title=XPath Extractor
xpath_file_file_name=XML file to get values from
xpath_tester=XPath Tester
Modified:
jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
URL:
http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties?rev=1835310&r1=1835309&r2=1835310&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
(original)
+++ jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
Sat Jul 7 13:25:49 2018
@@ -1413,7 +1413,7 @@ xpath_assertion_whitespace=Ignorer les e
xpath_expression=Expression XPath de correspondance
xpath_extractor_fragment=Retourner le fragment XPath entier au lieu du contenu
xpath_extractor_query=Requ\u00EAte XPath \:
-xpath_extractor_user_namespaces=Liste des namespaces \:
+xpath_extractor_user_namespaces=Liste des alias de namespaces \:
xpath_extractor_title=Extracteur XPath
xpath_file_file_name=Fichier XML contenant les valeurs
xpath_tester=Testeur XPath
Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1835310&r1=1835309&r2=1835310&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Sat Jul 7 13:25:49
2018
@@ -5794,7 +5794,7 @@ extracting the node as text or attribute
</property>
<property name="Default Value" required="yes">Default value returned when
no match found.
It is also returned if the node has no value and the fragment option is
not selected.</property>
- <property name="Namespaces list" required="No">List of namespaces aliases
you want to use to parse the document, one line per declaration.
+ <property name="Namespaces aliases list" required="No">List of namespaces
aliases you want to use to parse the document, one line per declaration.
You must specify them as follow : <code>prefix=namespace</code>. This
implementation makes it easier to
use namespaces than with the old XPathExtractor version.</property>
</properties>