I am getting the error
The entity name must immediately follow the \'&\' in the entity reference.
but I don\'t have any ampersands in m
In string.xml
Every ampersand should be replaced by
&
Yes, you do have an ampersand:
<item><title>Pad & Quill
Try
<item><title>Pad & Quill
Also, this was probably a typo: <\item><title>Deal of the Day which you can correct by removing the backslash.
<\item><title>Deal of the Day