XML 실제 사례


실생활 XML


XML을 사용하여 정보를 교환하는 방법에 대한 몇 가지 예입니다.


예: XML 뉴스

XMLNews는 뉴스 및 기타 정보를 교환하기 위한 사양입니다.

뉴스의 수요와 공급 측면 모두에서 이 표준을 사용하면 다양한 소프트웨어, 하드웨어 및 프로그래밍 언어를 통해 다양한 유형의 뉴스 정보를 더 쉽게 생성, 수신 및 보관할 수 있습니다.

<?xml version="1.0" 인코딩="ISO-8859-1"?>
<nitf>
<머리>
콜롬비아 지진
</머리>
<본문>
<제목>
​​ 콜롬비아 지진으로 143명 사망
</제목>
<작성>
​​ <bytag>작성: Jared Kotler, AP통신 작가</bytag>
</작성>
<날짜 표시줄>
​​ <위치>콜롬비아 보고타</위치>
​​ <날짜> 1999년 1월 25일 월요일 7:28 ET
</날짜 표시줄>



实例:XML 气象服务

XML 國家气象服务案例,来自 NOAA(National Oceanic and Atmospheric Administration):

<?xml 버전 ="1.0" 인코딩="ISO-8859-1" ?>
<current_observation>

<credit>NOAA 국립 기상청</credit>
<credit_URL>http: //weather.gov/</credit_URL>

<이미지>
<url>http://weather.gov/images/xml_logo.gif</url>
NOAA 국립 기상청
<link>http://weather.gov</link>
</image>

<location>뉴욕/뉴욕 존 F. 케네디 국제공항</location>
<station_id>KJFK</station_id>
<latitude>40.66</latitude>
<경도>-73.78</longitude>
<observation_time_rfc822>2008년 2월 11일 월요일 06 :51:00 -0500 EST
</observation_time_rfc822>

<weather>구름 약간</weather>
<temp_f>11</temp_f>
<temp_c> ;-12</temp_c>
<relative_humidity>36</relative_humidity>
<wind_dir>서쪽</wind_dir>
<wind_degrees>280</wind_degrees>
<wind_mph> 18.4</wind_mph>
<wind_gust_mph>29</wind_gust_mph>
<압력_mb>1023.6</압력_mb>
<압력_in>30.23</압력_in>
<dewpoint_f > ;-11</dewpoint_f>
<dewpoint_c>-24</dewpoint_c>
<windchill_f>-7</windchill_f>
<windchill_c>-22</windchill_c>
< ;visibility_mi>10.00</visibility_mi>

<icon_url_base>http://weather.gov/weather/images/fcicons/</icon_url_base>
<icon_url_name>nfew.jpg</ icon_url_name>
<disclaimer_url>http://weather.gov/disclaimer.html</disclaimer_url>
<copyright_url>http://weather.gov/disclaimer.html</copyright_url>

</current_observation>