browser/components/feeds/test/bug436801-data.xml

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 <?xml version="1.0" encoding="utf-8"?>
     2 <feed xmlns="http://www.w3.org/2005/Atom" xml:base="http://www.example.com/">
     4   <title type="xhtml" xml:base="/foo/bar/">
     5     <div xmlns="http://www.w3.org/1999/xhtml">Example of a <em>special</em> feed (<img height="20px" src="baz.png" alt="base test sprite"/>)</div>
     6   </title>
     8   <subtitle type="html" xml:base="/foo/bar/">
     9     <![CDATA[
    10       With a <em>special</em> subtitle (<img height="20px" src="baz.png" alt="base test sprite"/>)
    11     ]]>
    12   </subtitle>
    14   <link href="http://example.org/"/>
    16   <updated>2010-09-02T18:30:02Z</updated>
    18   <author>
    19     <name>John Doe</name>
    20   </author>
    22   <id>urn:uuid:22906062-ecbd-46e2-b6a7-3039506a398f</id>
    24   <entry>
    25     <title type="xhtml" xml:base="/foo/bar/">
    26       <div xmlns="http://www.w3.org/1999/xhtml">Some <abbr title="Extensible Hyper-text Mark-up Language">XHTML</abbr> examples (<img height="20px" src="baz.png" alt="base test sprite"/>)</div>
    27     </title>
    28     <id>urn:uuid:b48083a7-71a7-4c9c-8515-b7c0d22955e7</id>
    29     <updated>2010-09-02T18:30:02Z</updated>
    30     <summary>Some text.</summary>
    31   </entry>
    33   <entry>
    34     <title type="html" xml:base="/foo/bar/">
    35       <![CDATA[
    36         Some <abbr title="Hyper-text Mark-up Language">HTML</abbr> examples (<img height="20px" src="baz.png" alt="base test sprite"/>)
    37       ]]>
    38     </title>
    39     <id>urn:uuid:1424967a-280a-414d-b0ab-8b11c4ac1bb7</id>
    40     <updated>2010-09-02T18:30:02Z</updated>
    41     <summary>Some text.</summary>
    42   </entry>
    44 </feed>

mercurial