//android.widget.TextView[contains(@text,'South Korea's')]
doesn't work, gives below parsing error
org.eclipse.wst.xml.xpath2.processor.XPathParserException: CUP parser error: Parser error: line 1 col 55: s
However //android.widget.TextView[contains(@text,'South Korea')]
works, when I remove 's
from 'South Korea's'
How to handle this issue?