XML の実際の例
実際の XML
XML を使用して情報を交換する方法の例をいくつか示します。
例: XML News
XMLNews は、ニュースやその他の情報を交換するための仕様です。
ニュースの供給側と需要側にとって、この標準を使用すると、さまざまなソフトウェア、ハードウェア、プログラミング言語を通じて、さまざまな種類のニュース情報の作成、受信、アーカイブが容易になります:
<?xml version = "1.0" エンコーディング="ISO-8859-1"?>
<nitf>
<頭>
<title>コロンビア地震</title>
</head>
<本体>
<見出し>
<hl1>コロンビア地震で143人死亡</hl1>
</headline>
<署名欄>
<bytag>ジャレッド・コトラー著、AP通信記者</bytag>
</byline>
<日付変更線>
<location>ボゴタ、コロンビア</location>
<date>1999 年 1 月 25 日月曜日 7:28 ET</date>
</日付変更線>
</body>
</nitf>
<nitf>
<頭>
<title>コロンビア地震</title>
</head>
<本体>
<見出し>
<hl1>コロンビア地震で143人死亡</hl1>
</headline>
<署名欄>
<bytag>ジャレッド・コトラー著、AP通信記者</bytag>
</byline>
<日付変更線>
<location>ボゴタ、コロンビア</location>
<date>1999 年 1 月 25 日月曜日 7:28 ET</date>
</日付変更線>
</body>
</nitf>
实例:XML 气象服务
XML 国家气象服务案例、NOAA(米国海洋大気庁)由来:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<current_observation>
<credit>NOAA 国立気象局</credit>
<credit_URL>http://weather.gov/</credit_URL>
<image>
<url>http://weather.gov/images/xml_logo.gif</url>
<title>NOAA 国立気象局</title>
<link>http://weather.gov</link>
</image>
<location>ニューヨーク/ジョン F. ケネディ国際空港、ニューヨーク</location>
<station_id>KJFK</ station_id>
<latitude>40.66</latitude>
<longitude>-73.78</longitude>
<observation_time_rfc822>Mon, 11 Feb 2008 06:51:00 -0500 EST
</observ ation_time_rfc822>
<天気>少し雲</天気>
<temp_f>11</temp_f>
<temp_c>-12</temp_c>
<相対湿度>36</相対湿度>
<wind_dir>西< /wind_dir>
<wind_degrees>280</wind_degrees>
<wind_mph>18.4</wind_mph>
<wind_gust_mph>29</wind_gust_mph>
<pressure_mb> 3.6</pressure_mb>
<pressure_in> 30.23</pressure_in>
<dewpoint_f>-11</dewpoint_f>
<dewpoint_c>-24</dewpoint_c>
<windchill_f>-7</windchill_f>
<windchill _c>-22
<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& gt;
< ;disclaimer_url>http://weather.gov/disclaimer.html</disclaimer_url>
<copyright_url>http://weather.gov/disclaimer.html</copyright_url>
</current_observation>
<current_observation>
<credit>NOAA 国立気象局</credit>
<credit_URL>http://weather.gov/</credit_URL>
<image>
<url>http://weather.gov/images/xml_logo.gif</url>
<title>NOAA 国立気象局</title>
<link>http://weather.gov</link>
</image>
<location>ニューヨーク/ジョン F. ケネディ国際空港、ニューヨーク</location>
<station_id>KJFK</ station_id>
<latitude>40.66</latitude>
<longitude>-73.78</longitude>
<observation_time_rfc822>Mon, 11 Feb 2008 06:51:00 -0500 EST
</observ ation_time_rfc822>
<天気>少し雲</天気>
<temp_f>11</temp_f>
<temp_c>-12</temp_c>
<相対湿度>36</相対湿度>
<wind_dir>西< /wind_dir>
<wind_degrees>280</wind_degrees>
<wind_mph>18.4</wind_mph>
<wind_gust_mph>29</wind_gust_mph>
<pressure_mb> 3.6</pressure_mb>
<pressure_in> 30.23</pressure_in>
<dewpoint_f>-11</dewpoint_f>
<dewpoint_c>-24</dewpoint_c>
<windchill_f>-7</windchill_f>
<windchill _c>-22
<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& gt;
< ;disclaimer_url>http://weather.gov/disclaimer.html</disclaimer_url>
<copyright_url>http://weather.gov/disclaimer.html</copyright_url>
</current_observation>