https://issues.apache.org/bugzilla/show_bug.cgi?id=43855
Sebb <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Sebb <[EMAIL PROTECTED]> 2008-11-08 15:11:22 PST ---
That's because the XML entities are not replaced in the XPath expression,
whereas they are replaced in the HTML.
Try for example
<a href="...">&</a>
with
XPath:
//a[text()='&']
For further info please see XPath documentation - it's not a JMeter issue.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]