toolkit/components/feeds/test/xml/rfc4287/feed_tantek_title.xml

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 <?xml version="1.0" encoding="utf-8"?>
     2 <!--
     3 Description: XHTML title with apos
     4 Expect: feed.title.plainText() == "Tantek's Updates"
     5 -->
     6 <feed xml:lang="en-US"
     7       xmlns="http://www.w3.org/2005/Atom">
     8   <title type="xhtml">
     9     <div xmlns="http://www.w3.org/1999/xhtml">Tantek's Updates</div>
    10   </title>
    11   <link href="http://tantek.com/"
    12 	rel="alternate" title="Tantek's Posts" type="text/html"/>
    13   <link href="http://tantek.com/updates.atom"
    14 	rel="self" />
    15   <id>http://tantek.com/updates.atom</id>
    16   <author>
    17     <name>Tantek</name>
    18     <uri>http://tantek.com/</uri>
    19   </author>
    20   <updated>2006-05-02T20:13:00-07:00</updated>
    21   <entry>
    22     <updated>2006-04-22T00:00:00-07:00</updated>
    23     <published>2006-04-22T00:00:00-07:00</published>
    24     <link href="http://www.makezine.com/faire/"
    25 	  rel="alternate" title="Make Faire" type="text/html"/>
    26     <id>http://www.makezine.com/faire/</id>
    27     <title>Make Faire</title>
    28     <content type="xhtml" xml:space="preserve">
    29       <div xmlns="http://www.w3.org/1999/xhtml">
    30 	<div class="vevent">
    31 	  <a class="url" href="http://www.makezine.com/faire/">
    32 	    <abbr class="dtstart" title="20060422">
    33 	      4/22</abbr>-<abbr class="dtend" title="20060424">23</abbr>
    35 	      <span class="summary">
    36 		Make Faire
    37 		</span> @
    38 		<span class="location">
    39 		  San Mateo Fairgrounds
    40 		</span>
    41 	  </a>
    42 	</div>
    43       </div>
    44     </content>
    45   </entry>
    46 </feed>

mercurial