Skip to content

Instantly share code, notes, and snippets.

@junsuk5
Last active March 23, 2017 06:27
Show Gist options
  • Save junsuk5/4c718766f17074c37519aa6023faed32 to your computer and use it in GitHub Desktop.
Save junsuk5/4c718766f17074c37519aa6023faed32 to your computer and use it in GitHub Desktop.
<weatherdata>
<weather country="한국">
<description>맑음</description>
<temp>36</temp>
</weather>
<weather country="일본">
<description>흐림</description>
<temp>33</temp>
</weather>
<weather country="중국">
<description>비</description>
<temp>28</temp>
</weather>
</weatherdata>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment