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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/components/feeds/test/xml/rfc4287/feed_tantek_title.xml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,46 @@
     1.4 +<?xml version="1.0" encoding="utf-8"?>
     1.5 +<!--
     1.6 +Description: XHTML title with apos
     1.7 +Expect: feed.title.plainText() == "Tantek's Updates"
     1.8 +-->
     1.9 +<feed xml:lang="en-US"
    1.10 +      xmlns="http://www.w3.org/2005/Atom">
    1.11 +  <title type="xhtml">
    1.12 +    <div xmlns="http://www.w3.org/1999/xhtml">Tantek's Updates</div>
    1.13 +  </title>
    1.14 +  <link href="http://tantek.com/"
    1.15 +	rel="alternate" title="Tantek's Posts" type="text/html"/>
    1.16 +  <link href="http://tantek.com/updates.atom"
    1.17 +	rel="self" />
    1.18 +  <id>http://tantek.com/updates.atom</id>
    1.19 +  <author>
    1.20 +    <name>Tantek</name>
    1.21 +    <uri>http://tantek.com/</uri>
    1.22 +  </author>
    1.23 +  <updated>2006-05-02T20:13:00-07:00</updated>
    1.24 +  <entry>
    1.25 +    <updated>2006-04-22T00:00:00-07:00</updated>
    1.26 +    <published>2006-04-22T00:00:00-07:00</published>
    1.27 +    <link href="http://www.makezine.com/faire/"
    1.28 +	  rel="alternate" title="Make Faire" type="text/html"/>
    1.29 +    <id>http://www.makezine.com/faire/</id>
    1.30 +    <title>Make Faire</title>
    1.31 +    <content type="xhtml" xml:space="preserve">
    1.32 +      <div xmlns="http://www.w3.org/1999/xhtml">
    1.33 +	<div class="vevent">
    1.34 +	  <a class="url" href="http://www.makezine.com/faire/">
    1.35 +	    <abbr class="dtstart" title="20060422">
    1.36 +	      4/22</abbr>-<abbr class="dtend" title="20060424">23</abbr>
    1.37 +	      
    1.38 +	      <span class="summary">
    1.39 +		Make Faire
    1.40 +		</span> @
    1.41 +		<span class="location">
    1.42 +		  San Mateo Fairgrounds
    1.43 +		</span>
    1.44 +	  </a>
    1.45 +	</div>
    1.46 +      </div>
    1.47 +    </content>
    1.48 +  </entry>
    1.49 +</feed>

mercurial