Warning, /frameworks/syndication/autotests/atom/atom10_authors_and_contributors.xml is written in an unsupported language. File is not indexed.

0001 <!-- Copyright: Frank Osterfeld (libsyndication). See LICENSE.UNITTESTS for details. -->
0002 <feed xmlns="http://www.w3.org/2005/Atom">
0003     
0004 <author>
0005     <name>Some feed author</name>
0006     <email>somefeedauthor@example.com</email>
0007     <uri>http://somefeedauthor.example.com/</uri>
0008 </author>
0009 <contributor>
0010     <name>Some feed contributor</name>
0011     <email>somefeedcontributor@example.com</email>
0012     <uri>http://somefeedcontributor.example.com/</uri>
0013 </contributor>
0014 <author>
0015     <name>Another feed author</name>
0016     <email>anotherfeedauthor@example.com</email>
0017     <uri>http://anotherfeedauthor.example.com/</uri>
0018 </author>
0019 <entry>
0020   <author>
0021     <name>Some entry author</name>
0022     <email>someentryauthor@example.com</email>
0023     <uri>http://someentryauthor.example.com/</uri>
0024   </author>
0025   <contributor>
0026       <name>Some entry contributor</name>
0027       <email>someentrycontributor@example.com</email>
0028       <uri>http://someentrycontributor.example.com/</uri>
0029   </contributor>
0030   <author>
0031       <name>Another entry author</name>
0032       <email>anotherentryauthor@example.com</email>
0033       <uri>http://anotherentryauthor.example.com/</uri>
0034   </author>
0035 </entry>
0036 </feed>