@GneX, @Leaffallinglight
No, the ModInfo.xml is invalid, you cannot put '&' into XML like normal text, its a special char used for encoding chars that are not valid in XML.
So either replace it with the word 'and' or with the encoding for the ampersand '&'...