Exemples concrets XML
XML réel
Quelques exemples d'utilisation de XML pour échanger des informations.
Exemple : XML News
XMLNews est une spécification permettant d'échanger des actualités et d'autres informations.
Du côté de l'offre et de la demande d'informations, l'utilisation de cette norme facilitera la production, la réception et l'archivage de divers types d'informations d'actualité via différents logiciels, matériels et langages de programmation :
<?xml version="1.0" encoding="ISO-8859-1"?>
<nitf>
<tête>
<title>Tremblement de terre en Colombie</title>
</tête>
<corps>
<titre>
<hl1>143 morts lors du tremblement de terre en Colombie</hl1>
</titre>
<byline>
<bytag>Par Jared Kotler, rédacteur d'Associated Press</bytag>
</byline>
<dateline>
<emplacement>Bogota, Colombie</emplacement>
<date>Lundi 25 janvier 1999 7h28 HE</date>
</dateline>
</corps>
</nitf>
<nitf>
<tête>
<title>Tremblement de terre en Colombie</title>
</tête>
<corps>
<titre>
<hl1>143 morts lors du tremblement de terre en Colombie</hl1>
</titre>
<byline>
<bytag>Par Jared Kotler, rédacteur d'Associated Press</bytag>
</byline>
<dateline>
<emplacement>Bogota, Colombie</emplacement>
<date>Lundi 25 janvier 1999 7h28 HE</date>
</dateline>
</corps>
</nitf>
<current_observation>
<credit>Service météorologique national de la NOAA</credit>
<credit_URL>http : //weather.gov/</credit_URL><image>
<url>http://weather.gov/images/xml_logo.gif</url>
<title>Service météorologique national de la NOAA</title>
<link>http://weather.gov</link>
</image>
<location>New York/Aéroport international John F. Kennedy, NY</location>
& lt; station_id & gt; kjfk & lt; / stare_id & gt;
& lt; latitude & gt; 40.66 & lt; / latitude & gt;
& lt; longitude & gt; -73.78 & lt; / longitude & gt;
& lt; :51:00 -0500 EST
</observation_time_rfc822>
<météo>Quelques nuages</météo>
<temp_f>11</temp_f>
<temp_c> ;-12</temp_c>
<relative_humidity>36</relative_humidity>
<wind_dir>Ouest</wind_dir>
<wind_degrees>280</wind_degrees>
<wind_mph > 18,4</wind_mph>
<wind_gust_mph>29</wind_gust_mph>
<pression_mb>1023,6</pression_mb>
<pression_in>30,23</pression_in>
< point de rosée_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>
<link>http://weather.gov</link>
</image>
<location>New York/Aéroport international John F. Kennedy, NY</location>
& lt; station_id & gt; kjfk & lt; / stare_id & gt;
& lt; latitude & gt; 40.66 & lt; / latitude & gt;
& lt; longitude & gt; -73.78 & lt; / longitude & gt;
& lt; :51:00 -0500 EST
</observation_time_rfc822>
<météo>Quelques nuages</météo>
<temp_f>11</temp_f>
<temp_c> ;-12</temp_c>
<relative_humidity>36</relative_humidity>
<wind_dir>Ouest</wind_dir>
<wind_degrees>280</wind_degrees>
<wind_mph > 18,4</wind_mph>
<wind_gust_mph>29</wind_gust_mph>
<pression_mb>1023,6</pression_mb>
<pression_in>30,23</pression_in>
< point de rosée_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>