<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>cheesepie</author_name>
  <author_url>https://blog.hatena.ne.jp/cheesepie/</author_url>
  <blog_title>Cheese Pie</blog_title>
  <blog_url>https://cheesepie.hatenadiary.org/</blog_url>
  <categories>
    <anon>javascript</anon>
  </categories>
  <description>毎回、document.createElementしてプロパティ追加するの面倒くさいので、まとめる。 var DOM = {}; DOM.create = function(parentElement, tagName, option) { var element = document.createElement(tagName); if(option) { for(i in option) { if(option.hasOwnProperty(i)) { element[i] = option[i]; } } } if(parentElement) { if(typeof parentEle…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcheesepie.hatenadiary.org%2Fentry%2F20071220%2F1198079016&quot; title=&quot;DOMノードの作成 - Cheese Pie&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2007-12-20 00:43:36</published>
  <title>DOMノードの作成</title>
  <type>rich</type>
  <url>https://cheesepie.hatenadiary.org/entry/20071220/1198079016</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
