example.atom 911 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <feed
  3. xml:lang="en"
  4. xmlns="http://www.w3.org/2005/Atom"
  5. >
  6. <id>http://www.example.com/</id>
  7. <title>Example of an Atom feed</title>
  8. <link rel="self" type="application/atom+xml" href="http://www.example.com/index.atom" />
  9. <link rel="alternate" type="text/html" href="http://www.example.com/" />
  10. <author>
  11. <name>Jim Winstead</name>
  12. </author>
  13. <updated>2024-02-26T03:18:26Z</updated>
  14. <entry>
  15. <title>Example</title>
  16. <link rel="alternate" type="text/html" href="http://127.0.0.1:8080/static/example.com.html" />
  17. <id>tag:example.com,2024-02-25:3319</id>
  18. <updated>2024-02-26T03:18:26Z</updated>
  19. <published>2024-02-25T19:18:25-08:00</published>
  20. <category term="Tag1" scheme="http://example.com/archive" />
  21. <category term="Tag2" scheme="http://example.com/archive" />
  22. <content type="html">This is some &lt;b&gt;content&lt;/b&gt;</content>
  23. </entry>
  24. </feed>