toolkit/components/feeds/test/xml/rfc4287/feed_xmlBase.xml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/components/feeds/test/xml/rfc4287/feed_xmlBase.xml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,23 @@
     1.4 +<?xml version="1.0" encoding="iso-8859-1"?>
     1.5 +<!--
     1.6 +
     1.7 +Description: atom feed with xml:base
     1.8 +Expect: feed.link.spec == "http://www.example.com/foo/bar/baz";
     1.9 +
    1.10 +-->
    1.11 +<feed xmlns="http://www.w3.org/2005/Atom"
    1.12 +      xml:base="http://www.example.com/foo/bar/">
    1.13 +
    1.14 +  <id>tag:example.com,2006:/atom/conformance/linktest/</id>
    1.15 +  <title>Atom Link Tests</title>
    1.16 +  <updated>2005-06-18T16:13:00Z</updated>
    1.17 +  <link href="baz" />
    1.18 +  
    1.19 +  <entry xml:base="http://www.example.org">
    1.20 +    <id>tag:example.org,2006:/linkreltest/1</id>
    1.21 +    <title>Does your reader support xml:base properly? </title>
    1.22 +    <updated>2006-06-23T12:12:12Z</updated>
    1.23 +    <link xml:base="/bar/" href="foo"/>
    1.24 +  </entry>
    1.25 +  
    1.26 +</feed>

mercurial