I have an xml string which goes like this :
The title tag has language attributes.
When i copy this string into the XMLString input property of Deserialize XML activity, I obviously have to escape the ". So this is what i copy. Since it is a string I append it with apostrophes at the start and end.
But I am getting this compiler error:
String constants should end with double apostrophe.
Where am i going wrong?