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 bu...@apache.org on 2008/11/09 00:11:22 UTC

DO NOT REPLY [Bug 43855] XPath Assertion does not support Japanese

https://issues.apache.org/bugzilla/show_bug.cgi?id=43855


Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Sebb <se...@apache.org>  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="...">&amp;</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: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org