przewiń do treści

HTML, XHTML i CSS. Praktyczne projekty. Wydanie II

Włodzimierz Gajda

<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
  <channel>
    <title>Lorem ipsum dolor sit amet</title>
    <link>http://www.example.net</link>
    <description>www.example.net - lorem ipsum dolor sit amet</description>
    <language>pl</language>
    <copyright>Jan Kowalski</copyright>

    <item>
      <title>Lorem</title>
      <link>http://example.net/lorem.html</link>
      <pubDate>Mon, 3 January 2010 8:00:00 +0100</pubDate>
      <description>Opis strony lorem...</description>
    </item>

    <item>
      <title>Ipsum</title>
      <link>http://example.net/ipsum.html</link>
      <pubDate>Mon, 10 January 2010 18:30:00 +0100</pubDate>
      <description>Opis strony ipsum...</description>
    </item>
    ...
  </channel>
</rss>

Listing 42.1. Plik rss.xml z ćwiczenia 42.1

Rozdział 42. Powiązania dokumentów

listing-42-01.txt