XML-Fehler: AttValue: "oder 'expected

My XML ist ein bisschen verrostet, aber ich versuche, eine webbasierte API für lokales Wetter in XML zu erstellen. Es ist jedoch noch nicht fertig, aber beim Testen ist ein Fehler aufgetreten, nämlich

Fehler in Zeile 3 in Spalte 16: AttValue: "oder 'erwartet.

Mein Code:

<local_weather>
    <local_counties>
        <county id = 1>
            <name> Suffolk </name>
                <location>
                    api.openweathermap.org/data/2.5/weather?q=Ipswich,uk&APPID=6ce0e1da2bbce97fe9e735c3a2009c71  
                </location>
            <name> Norfolk </name>
                <location>
                    api.openweathermap.org/data/2.5/weather?q=Norwich,uk&APPID=da4be448d33cb1b0d8b5bdaa4daca4f7
                </location>
            <name> Essex </name>
                <location>
                    api.openweathermap.org/data/2.5/weather?q=Chelmsford,uk&APPID&APPID=9fa167ffbd810a6cdbf0fe73597d92fe
                </location>
            <name> Cambridgeshire </name>
                <location>
                    api.openweathermap.org/data/2.5/weather?q=Peterborough,uk&APPID&APPID=2dcefd34930d723d95c0c3d910f90c3d
                </location>
  </local_counties>
</local_weather>

Antworten auf die Frage(6)

Ihre Antwort auf die Frage