<?xml version="1.0"?>
<weatherreport>
    <state name="California">
        <city name="Los Angeles">
            <skies value="PARTLYSUNNY"/>
            <hi c="31" f="87"/>
            <low c="18" f="65"/>
            Partly cloudy
        </city>
        <city name="Sacramento">
            <skies value="SUNNY"/>
            <hi c="36" f="97"/>
            <low c="17" f="64"/>
            Sunny and hot.
        </city>
        <city name="San Diego">
            <skies value="PARTLYSUNNY"/>
            <hi c="26" f="78"/>
            <low c="19" f="67"/>			
        </city>
        <city name="San Francisco">
            <skies value="PARTLYCLOUDY"/>
            <hi c="26" f="79"/>
            <low c="14" f="58"/>
            Partly cloudy and humid
        </city>
        <city name="Truckee">
            <skies value="RAIN"/>
            <hi c="32" f="89"/>
            <low c="11" f="52"/>
            Scattered thunderstorms
        </city>
        </state>
    <state name="New Jersey">
        <city name="Newark">
            <skies value="PARTLYSUNNY"/>
            <hi c="36" f="97"/>
            <low c="21" f="71"/>
            Partly sunny, breezy and humid
        </city>
        <city name="Trenton">
            <skies value="PARTLYCLOUDY"/>
            <hi c="32" f="90"/>
            <low c="18" f="65"/>
            Partly cloudy and humid
        </city>
        <city name="Princeton">
            <skies value="RAIN"/>
            <hi c="33" f="92"/>
            <low c="20" f="68"/>
            Thundershowers
        </city>
        <city name="White Meadow Lake">
            <skies value="SUNNY"/>
            <hi c="24" f="85"/>
            <low c="21" f="70"/>
            Sunny, clear skies, breezy and warm.
        </city>
    </state>
    <state name="Washington">
        <city name="Seattle">
            <skies value="RAIN"/>
            <hi c="20" f="68"/>
            <low c="15" f="59"/>
            Raining on and off throughout the day.  
        </city>
        <city name="Yakima">
            <skies value="PARTLYSUNNY"/>
            <hi c="23" f="73"/>
            <low c="14" f="57"/>
            Partly sunny after morning clouds
        </city>
        <city name="Redmond">
            <skies value="SNOW"/>
            <hi c="2" f="35"/>
            <low c="-7" f="20"/>
            Snowstorms in the afternoon
        </city>
    </state>
</weatherreport>

