I use the following XPATH Query to list the object under a site. ListObject[@Title='SomeValue']. SomeValue is dynamic. This query works as long as SomeValue does not have an apostrophe ('). Tried using escape sequence also. Didn't work.
XPATH Query
ListObject[@Title='SomeValue']
What am I doing wrong?
2.1m questions
2.1m answers
60 comments
57.0k users