I have got a simple question, I have a xml string with an url inside, which contains the "ls="
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="passOnText">iOS: https://itunes.apple.com/us/app/xyz/id123456?l=de&ls=1&mt=8 \nAndroid: http://play.google.com/store/apps/details?id=x.y.z</string>
</resources>
now the xml validator tells me that:
The reference to entity "ls" must end with the ';' delimiter.
how can I workaroud this problem?
thanks in advance
lukas
edited title from "xml String with ls= inside" to "xml String with & inside"