<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>AjaxEroge</author_name>
  <author_url>https://blog.hatena.ne.jp/AjaxEroge/</author_url>
  <blog_title>Ajaxでエロゲーを作るブログ</blog_title>
  <blog_url>https://ajaxeroge.hatenadiary.org/</blog_url>
  <categories>
    <anon>Ajax</anon>
    <anon>JavaScript</anon>
    <anon>XML</anon>
  </categories>
  <description>XMLを読み込んで、画像とテキストまとめて変えるようにしてみました。 サンプル：XMLの読み込み まずはXMLファイルの用意。 dataKi.xml &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; ?&gt; &lt;pages&gt; &lt;page&gt; &lt;image&gt;Ki.jpg&lt;/image&gt; &lt;text&gt;あははー&lt;/text&gt; &lt;/page&gt; &lt;/pages&gt; 画像ファイルとテキストをこんなふうにXMLに持たせます。 JavaScriptでこれをパーシングします……と思ったんですが、パーシングの必要ないんですね（汗）。test.js // イメージを置き換えます。 var image…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fajaxeroge.hatenadiary.org%2Fentry%2F20050823%2F1124775963&quot; title=&quot;XMLの読み込み。 - Ajaxでエロゲーを作るブログ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.d.st-hatena.com/diary/AjaxEroge/2005-08-23.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2005-08-23 14:46:03</published>
  <title>XMLの読み込み。</title>
  <type>rich</type>
  <url>https://ajaxeroge.hatenadiary.org/entry/20050823/1124775963</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
