Warning, /frameworks/syndication/autotests/atom/atom10_entry_summary.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         <summary>A &amp; B. The history of the &lt;blink> tag.</summary>
0005     </entry>
0006     <entry>
0007         <summary type="text">A &amp; B. The history of the &lt;blink> tag.</summary>
0008     </entry>
0009     <entry>
0010         <summary type="html">A &amp;amp; B. The history of the &amp;lt;blink> tag. And a &lt;a href=&quot;http://www.example.com/&quot;>link&lt;/a>.</summary>
0011     </entry>
0012     <entry>
0013         <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">History of the &lt;blink&gt; tag</div></summary>
0014     </entry>
0015 
0016     <entry>
0017         <summary type="text/plain">A &amp; B. The history of the &lt;blink> tag.
0018             This one is actually invalid in Atom 1.0.</summary>
0019         <content>summary with type=text/plain. This is not valid in Atom 1.0, where type must be one of text|html|xhtml.
0020         So libsyndication does not parse it for now. If this becomes a problem with real-world feeds, 
0021         we might parse less strict in future.</content>
0022     </entry>
0023     <entry>
0024         <summary type="application/octet-stream">
0025             RXhhbXBsZSA8Yj5BdG9tPC9iPg==
0026         </summary>
0027         <content>Invalid. base64-encoded summary with type=application/octet-stream. Types other than text, 
0028             html, xhtml are invalid in Atom 1.0.</content>
0029     </entry>
0030 </feed>