File: xhtml-i.xml

package info (click to toggle)
syndication 1%3A5.116.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,072 kB
  • sloc: xml: 14,780; cpp: 9,693; ruby: 60; makefile: 7
file content (35 lines) | stat: -rw-r--r-- 1,350 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- taken from http://virtuelvis.com/archives/2004/03/11-ways-to-valid-rss -->
<!-- 
    This is a RSS 2.0 test feed part of a suite created with the purpose of identifying various ways of specifying descriptions and full body content

    Each and every feed in this suite contains only one item, and although
    these items claim to have a link/permalink, the permalink does not exist

    Test I:  xhtml:div
-->
<rss version="2.0" xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <channel>
    <title>RSS 2.0 content test G</title>
    <link>http://www.example.com/</link>
    <description>Feed Description</description>
    <lastBuildDate>Sun, 14 Mar 2004 19:59:12 +0100</lastBuildDate>
    <pubDate>Sun, 14 Mar 2004 19:59:12 +0100</pubDate>    
    <item>
      <title>xhtml:div</title>
      <link>http://www.example.com/a/1</link>
      <comments>http://www.bersvendsen.com/arkiv/207.html#comments</comments>
      <guid>http://www.example.com/a/1</guid>
      <pubDate>Sun, 14 Mar 2004 19:59:12 +0100</pubDate>
      
      <description>Content in xhtml:div</description>
      <xhtml:div>
         <p>This is a paragraph. Containing <a href="http://www.example.com/">a link</a></p>

         <blockquote><p>This is a blockquote</p></blockquote>
      </xhtml:div>
    </item>

  </channel>
</rss>