Hi All,
I am having some issues attempting to escape an apostrophe whilst using the addCustomFilter Client API function.
I have tried a number of different methods but continue to get "Invalid XML Format" error message. I was able to successfully escape an ampersand character using &amp.
Here are some of the things I have tried:
- Using ' to escape the apostrophe.
- Using &39; to escape the apostrophe.
- Built a string variable into fetch xml but still getting the same issue.
- Instead of using equal to in the fetch query I used contains but still getting the error message.
- Tried escaping using HTML character references - still no luck.
Has anyone experienced this issue before?
Thanks,
Shea