Issue
I have my xml string file like this:
<string name="text1">ben & angie</string>
But it says I have an unescaped & . How to escape it?
Solution
Write:
<string name="text1">ben & angie</string>
Here is a link to the xml spec how to escape characters.
Answered By - wero
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.