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

0001 <!-- Copyright: Mark Pilgrim (feed parser test suite). See LICENSE.UNITTESTS for details. -->
0002 <feed xmlns="http://www.w3.org/2005/Atom">
0003 <entry>
0004   <id>http://www.example.com/%7Ebob</id>
0005 </entry>
0006 <entry>
0007     <id>http://www.example.com/%7ebob</id>
0008 </entry>
0009 <entry>
0010     <id>http://www.example.com/~bob</id>
0011 </entry>
0012 <entry>
0013     <id>HTTP://www.example.org/thing</id>
0014 </entry>
0015 <entry>
0016     <id>http://www.EXAMPLE.org/thing</id>
0017 </entry>
0018 <entry>
0019     <id>http://www.example.org/Thing</id>
0020 </entry>
0021 <entry>
0022     <id>http://www.example.org/thing</id>
0023 </entry>
0024 </feed>