XML 现实案例


现实生活中的 XML


如何使用 XML 来交换信息的一些实例。


实例:XML 新闻

XMLNews 是用于交换新闻和其他信息的规范。

对新闻的供求双方来说,通过使用这种标准,可以使各种类型的新闻信息通过不同软硬件以及编程语言进行的制作、接收和存档更加容易:

<?xml version="1.0" encoding="ISO-8859-1"?>
<nitf>
<head>
  <title>Colombia Earthquake</title>
</head>
<body>
  <headline>
       <hl1>143 Dead in Colombia Earthquake</hl1>
  </headline>
  <byline>
       <bytag>By Jared Kotler, Associated Press Writer</bytag>
  </byline>
  <dateline>
       <location>Bogota, Colombia</location>
       <date>Monday January 25 1999 7:28 ET</date>
  </dateline>
</body>
</nitf>


实例:XML气象服务

XML国家气象服务案例,来自NOAA(美国国家海洋和大气管理局):


<current_observation>

<credit>NOAA 国家气象局</credit>
<credit_URL>http://weather.gov/</credit_URL>

<image>
http://weather.gov/images/xml_logo.gif
NOAA 国家气象局
<link>http://weather.gov</link>
</image>

<location>纽约/纽约约翰·肯尼迪国际机场</location>
<station_id>KJFK</ station_id>
<纬度>40.66
<经度>-73.78
2008 年 2 月 11 日星期一 06:51:00 -0500 EST


<天气>有几朵云
11
-12
36
西< /wind_dir>
280
18.4
29
1023.6
<压力输入> 30.23</Pressure_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>