browser/components/feeds/test/bug436801-data.xml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/components/feeds/test/bug436801-data.xml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,44 @@
     1.4 +<?xml version="1.0" encoding="utf-8"?>
     1.5 +<feed xmlns="http://www.w3.org/2005/Atom" xml:base="http://www.example.com/">
     1.6 +
     1.7 +  <title type="xhtml" xml:base="/foo/bar/">
     1.8 +    <div xmlns="http://www.w3.org/1999/xhtml">Example of a <em>special</em> feed (<img height="20px" src="baz.png" alt="base test sprite"/>)</div>
     1.9 +  </title>
    1.10 +
    1.11 +  <subtitle type="html" xml:base="/foo/bar/">
    1.12 +    <![CDATA[
    1.13 +      With a <em>special</em> subtitle (<img height="20px" src="baz.png" alt="base test sprite"/>)
    1.14 +    ]]>
    1.15 +  </subtitle>
    1.16 +
    1.17 +  <link href="http://example.org/"/>
    1.18 +
    1.19 +  <updated>2010-09-02T18:30:02Z</updated>
    1.20 +
    1.21 +  <author>
    1.22 +    <name>John Doe</name>
    1.23 +  </author>
    1.24 +
    1.25 +  <id>urn:uuid:22906062-ecbd-46e2-b6a7-3039506a398f</id>
    1.26 +
    1.27 +  <entry>
    1.28 +    <title type="xhtml" xml:base="/foo/bar/">
    1.29 +      <div xmlns="http://www.w3.org/1999/xhtml">Some <abbr title="Extensible Hyper-text Mark-up Language">XHTML</abbr> examples (<img height="20px" src="baz.png" alt="base test sprite"/>)</div>
    1.30 +    </title>
    1.31 +    <id>urn:uuid:b48083a7-71a7-4c9c-8515-b7c0d22955e7</id>
    1.32 +    <updated>2010-09-02T18:30:02Z</updated>
    1.33 +    <summary>Some text.</summary>
    1.34 +  </entry>
    1.35 +
    1.36 +  <entry>
    1.37 +    <title type="html" xml:base="/foo/bar/">
    1.38 +      <![CDATA[
    1.39 +        Some <abbr title="Hyper-text Mark-up Language">HTML</abbr> examples (<img height="20px" src="baz.png" alt="base test sprite"/>)
    1.40 +      ]]>
    1.41 +    </title>
    1.42 +    <id>urn:uuid:1424967a-280a-414d-b0ab-8b11c4ac1bb7</id>
    1.43 +    <updated>2010-09-02T18:30:02Z</updated>
    1.44 +    <summary>Some text.</summary>
    1.45 +  </entry>
    1.46 +
    1.47 +</feed>

mercurial