source: branches/dev/html/test/adachi/PLLagger/Lib/XML/Feed/samples/illformed_atom10.xml @ 14681

Revision 14681, 321 bytes checked in by adati, 17 years ago (diff)
Line 
1<!--
2Description: entry author name
3Expect:      bozo and entries[0]['author_detail']['name'] == u'Example author'
4-->
5<feed xmlns="http://www.w3.org/2005/Atom">
6<entry>
7  <author>
8    <name>Example author</name>
9    <email>me@example.com</email>
10    <uri>http://example.com/</uri>
11  </author>
12</entry>
13</feed
Note: See TracBrowser for help on using the repository browser.