<?xml version="1.0" standalone="no"?>
<!DOCTYPE geography SYSTEM "sgeo.dtd"> 
<geography>
    <state id="georgia">
      <scode>GA</scode>
      <sname>Georgia</sname>
      <capital idref="atlanta"/>
      <citiesin idref="atlanta"/>
      <citiesin idref="columbus"/>
      <citiesin idref="savannah"/>
      <citiesin idref="macon"/>
      <nickname>Peach State</nickname>
      <population>6478216</population>
    </state>
    <city id="atlanta">
      <ccode>ATL</ccode>
      <cname>Atlanta</cname>
      <stateof idref="georgia"/>
    </city>
    <city id="columbus">
      <ccode>CLB</ccode>
      <cname>Columbus</cname>
      <stateof idref="georgia"/>
    </city>
    <city id="savannah">
      <ccode>SVN</ccode>
      <cname>Savannah</cname>
      <stateof idref="georgia"/>
    </city>
    <city id="macon">
      <ccode>MCN</ccode>
      <cname>Macon</cname>
      <stateof idref="georgia"/>
    </city>
</geography>
