How to escape "&" in XML?
use &
in place of &
change to
<string name="magazine">Newspaper & Magazines</string>
'&' --> '&'
'<' --> '<'
'>' --> '>'
You can use &
in place of &
http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references#Predefined%5Fentities%5Fin%5FXML