On 30 May 2015 at 14:39, Felix Schumacher <[email protected]> wrote: > > > Am 30. Mai 2015 15:32:53 MESZ, schrieb [email protected]: >>Author: sebb >>Date: Sat May 30 13:32:53 2015 >>New Revision: 1682600 >> >>URL: http://svn.apache.org/r1682600 >>Log: >>Publish 167705 update to functions.xml >> >>Modified: >> jmeter/branches/docs-2.13/docs/usermanual/functions.html >> >>Modified: jmeter/branches/docs-2.13/docs/usermanual/functions.html >>URL: >>http://svn.apache.org/viewvc/jmeter/branches/docs-2.13/docs/usermanual/functions.html?rev=1682600&r1=1682599&r2=1682600&view=diff >>============================================================================== >>--- jmeter/branches/docs-2.13/docs/usermanual/functions.html (original) >>+++ jmeter/branches/docs-2.13/docs/usermanual/functions.html Sat May 30 >>13:32:53 2015 >>@@ -496,7 +496,7 @@ Examples:<br> >> <div class="go-top"><a href="#">^</a></div></div> >> >><div class="component"><h2 id="__machineName">__machineName<a >>class="sectionlink" href="#__machineName" title="Link to >>here">¶</a></h2> >>-<div class="description"><p>The machineName function returns the local >>host name</p></div> >>+<div class="description"><p>The machineName function returns the local >>host name. This uses the Java method InetAddress.getLocalHost() and >>passes it to getHostName()</p></div> >> >> <div class="properties"><h3 id="__machineName_parms1"> >> Parameters >>@@ -507,7 +507,7 @@ Examples:<br> >> <div class="go-top"><a href="#">^</a></div></div> >> >><div class="component"><h2 id="__machineIP">__machineIP<a >>class="sectionlink" href="#__machineIP" title="Link to >>here">¶</a></h2> >>-<div class="description"><p>The machineIP function returns the local >>IP address</p></div> >>+<div class="description"><p>The machineIP function returns the local >>IP address. This uses the Java method InetAddress.getLocalHost() and >>passes it to getHostAddress()</p></div> >> >> <div class="properties"><h3 id="__machineIP_parms1"> >> Parameters >>@@ -1191,7 +1191,7 @@ Function which escapes the characters in >> Supports HTML 4.0 entities. >> </p> >> <p> >>-For example,<span class="code">"bread" & >>"butter"</span> >>+For example,<span class="code">"bread" & >>"butter"</span> > > A single & is not valid html. Seems I have to look at the xslt file, why it > is generating it.
I think it is related to commit 1664720 / bug 53764 which changed build.xml. > Regards > Felix > >> becomes: >><span class="code">&quot;bread&quot; &amp; >>&quot;butter&quot;</span>. >> </p> >
