|
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> |
|
34 |
|
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> |