~ubuntu-branches/ubuntu/quantal/kdepimlibs/quantal-proposed

« back to all changes in this revision

Viewing changes to syndication/tests/atom/atom10_entry_summary.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2006-09-06 22:45:39 UTC
  • Revision ID: james.westby@ubuntu.com-20060906224539-fiq8t03qdbqu7z3i
Tags: upstream-3.80.1
ImportĀ upstreamĀ versionĀ 3.80.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- Copyright: Mark Pilgrim (feed parser test suite). See LICENSE.UNITTESTS for details. -->
 
2
<feed xmlns="http://www.w3.org/2005/Atom">
 
3
    <entry>
 
4
        <summary>A &amp; B. The history of the &lt;blink> tag.</summary>
 
5
    </entry>
 
6
    <entry>
 
7
        <summary type="text">A &amp; B. The history of the &lt;blink> tag.</summary>
 
8
    </entry>
 
9
    <entry>
 
10
        <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>
 
11
    </entry>
 
12
    <entry>
 
13
        <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">History of the &lt;blink&gt; tag</div></summary>
 
14
    </entry>
 
15
 
 
16
    <entry>
 
17
        <summary type="text/plain">A &amp; B. The history of the &lt;blink> tag.
 
18
            This one is actually invalid in Atom 1.0.</summary>
 
19
        <content>summary with type=text/plain. This is not valid in Atom 1.0, where type must be one of text|html|xhtml.
 
20
        So libsyndication does not parse it for now. If this becomes a problem with real-world feeds, 
 
21
        we might parse less strict in future.</content>
 
22
    </entry>
 
23
    <entry>
 
24
        <summary type="application/octet-stream">
 
25
            RXhhbXBsZSA8Yj5BdG9tPC9iPg==
 
26
        </summary>
 
27
        <content>Invalid. base64-encoded summary with type=application/octet-stream. Types other than text, 
 
28
            html, xhtml are invalid in Atom 1.0.</content>
 
29
    </entry>
 
30
</feed>
 
 
b'\\ No newline at end of file'