ti basterebbe leggere l'errore riportato
"...The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs". Entity references start with an ampersand (&) and end with a semicolon (. If you want to use a literal ampersand in your document you must encode it as "& a m p ;" (even inside URLs!)"
tradotto:
"La causa più comune di questo errore è il carattere "&" non encodata... (omissis) se vuoi usare una "&" nel tuo documento la devi trasformare in & a m p;" (anche dentro gli URL) e senza gli spazi
già seguendo questa regola dovresti decrementare di molto gli errori

. If you want to use a literal ampersand in your document you must encode it as "& a m p ;" (even inside URLs!)"
Rispondi quotando