Forum Discussion
Koopman_Interna
14 years agoContributor
Hi, sorry for the late response. The problem appeared to me when using an XPath assertion, but today I had the same using a script.
I have found a workaround today by using:
Hope this helps someone.
I have found a workaround today by using:
nodeValue = nodeValue.replaceAll(java.util.regex.Pattern.compile("'"), "'")Hope this helps someone.