<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="1" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[1]</anchor-end> <dfn xml:lang="en"><anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">Atom 0.3</anchor></dfn> は、<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">Atom 1.0</anchor> 正式版が完成する以前によく用いられていた<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">フィード</anchor>の形式の1つです。</p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="3" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[3]</anchor-end> <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">Atom 1.0</anchor> が発行されて何年も経った2008年現在でも、 <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">Atom 0.3</anchor> <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">フィード</anchor>はたまに見かけます。
例えば <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">GMail</anchor> は <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">Atom 0.3</anchor> で<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">フィード</anchor>を提供しています。</p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="6" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[6]</anchor-end> <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">Atom 0.3</anchor> と <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">Atom 1.0</anchor> は互換性がありません。</p><section><h1>仕様書</h1><refs xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:"><ul xmlns="http://www.w3.org/1999/xhtml"><li><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="2" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[2]</anchor-end> <del><cite>The Atom Syndication Format 0.3 (PRE-DRAFT)</cite> (<time>2006-12-22 17:03:44 +09:00</time> 版) <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://www.mnot.net/drafts/draft-nottingham-atom-format-02.html">http://www.mnot.net/drafts/draft-nottingham-atom-format-02.html</anchor-external></del></li><li><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="5" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[5]</anchor-end> <del><cite>I-D/Published/atom-format/draft-nottingham-atom-format-02.xml at master · mnot/I-D</cite> (<time>2014-03-16 08:05:34 +09:00</time> 版) <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://github.com/mnot/I-D/blob/master/Published/atom-format/draft-nottingham-atom-format-02.xml">https://github.com/mnot/I-D/blob/master/Published/atom-format/draft-nottingham-atom-format-02.xml</anchor-external></del></li><li><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="11" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[11]</anchor-end> <cite xml:lang="en">I-D/draft-nottingham-atom-format-02.xml at gh-pages · mnot/I-D</cite> (<time>2018-04-29 19:25:02 +09:00</time>) <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://github.com/mnot/I-D/blob/gh-pages/Published/atom-format/draft-nottingham-atom-format-02.xml">https://github.com/mnot/I-D/blob/gh-pages/Published/atom-format/draft-nottingham-atom-format-02.xml</anchor-external></li></ul></refs></section><section><h1>人工的な例</h1><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="4" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[4]</anchor-end><pre class="XML example code">&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;feed version=&quot;0.3&quot; xmlns=&quot;http://purl.org/atom/ns#&quot;&gt;
  &lt;title&gt;dive into mark&lt;/title&gt;
  &lt;link rel=&quot;alternate&quot; type=&quot;text/html&quot; 
   href=&quot;http://diveintomark.org/&quot;/&gt;
  &lt;modified&gt;2003-12-13T18:30:02Z&lt;/modified&gt;
  &lt;author&gt;
    &lt;name&gt;Mark Pilgrim&lt;/name&gt;
  &lt;/author&gt;
  &lt;entry&gt;
    &lt;title&gt;Atom 0.3 snapshot&lt;/title&gt;
    &lt;link rel=&quot;alternate&quot; type=&quot;text/html&quot; 
     href=&quot;http://diveintomark.org/2003/12/13/atom03&quot;/&gt;
    &lt;id&gt;tag:diveintomark.org,2003:3.2397&lt;/id&gt;
    &lt;issued&gt;2003-12-13T08:29:29-04:00&lt;/issued&gt;
    &lt;modified&gt;2003-12-13T18:30:02Z&lt;/modified&gt;
  &lt;/entry&gt;
&lt;/feed&gt;</pre></p><comment-p xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:10:"><cite xmlns="http://www.w3.org/1999/xhtml">Atom 0.3</cite> より</comment-p></section><section><h1>実利用例</h1><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="12" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[12]</anchor-end> 
<cite>Wayback Machine</cite>, <time>2025-12-04T08:50:27.000Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://web.archive.org/web/20071011032415/http://icta.gov.mn/index.php?option=com_rss&amp;feed=ATOM0.3&amp;no_html=1">https://web.archive.org/web/20071011032415/http://icta.gov.mn/index.php?option=com_rss&amp;feed=ATOM0.3&amp;no_html=1</anchor-external></p></section><section><h1>メモ</h1><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="7" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[7]</anchor-end> <cite xml:lang="en">Blogger: Atom API Documentation</cite>
( (<time>2014-09-02 02:52:27 +09:00</time> 版))
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://code.blogger.com/archives/atom-docs.html">http://code.blogger.com/archives/atom-docs.html</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="8" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[8]</anchor-end> <cite>はてなブックマークAtomAPI - Hatena Developer Center</cite>
(<time>2015-11-17 16:59:07 +09:00</time> 版)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://developer.hatena.ne.jp/ja/documents/bookmark/apis/atom">http://developer.hatena.ne.jp/ja/documents/bookmark/apis/atom</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="9" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[9]</anchor-end> <cite xml:lang="ja">Atom 0.3 仕様 - Google Merchant Center ヘルプ</cite>
(<time>2016-03-19 18:08:44 +09:00</time> 版)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://support.google.com/merchants/answer/160598?hl=ja">https://support.google.com/merchants/answer/160598?hl=ja</anchor-external></p><figure class="quote"><figcaption><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="10" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[10]</anchor-end> <cite xml:lang="en">Blogger: Atom API Documentation</cite>
(<time>2016-03-21 11:03:42 +09:00</time> 版)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://blogger-developers.googleblog.com/archives/atom-docs.html">https://blogger-developers.googleblog.com/archives/atom-docs.html</anchor-external></figcaption><blockquote><p>Which will return:</p><p>&lt;?xml encoding=&quot;UTF-8&quot;?&gt;</p><p>&lt;feed version=&quot;0.3&quot;&gt;</p></blockquote></figure></section></body></html>