<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>u87</author_name>
  <author_url>https://blog.hatena.ne.jp/u87/</author_url>
  <blog_title>American Life in the Summertime</blog_title>
  <blog_url>https://u87.hatenadiary.org/</blog_url>
  <categories>
    <anon>PHP</anon>
    <anon>XML</anon>
    <anon>日記</anon>
  </categories>
  <description>PHPにはsimplexml_load_file()という関数があって、引数にURLを設定すればRSSの取得は簡単。 しかし取得したXMLをパースする際に、例えば &lt;dc:date&gt;2010-11-29T19:24:54+09:00&lt;/dc:date&gt; みたいな名前空間付きの情報が取得できない。*1 日付を取得する場合は以下のような指定方法になってしまう。 $xml-&gt;item-&gt;children(&quot;http://purl.org/dc/elements/1.1/&quot;)-&gt;date; // もしくは $xml-&gt;item-&gt;children(&quot;dc&quot;, TRUE)-&gt;date; PHPマニュアル…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fu87.hatenadiary.org%2Fentry%2F20101130%2F1291100525&quot; title=&quot;RSS取得方法を色々と考えてみているんだけど… - American Life in the Summertime&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>2010-11-30 16:02:05</published>
  <title>RSS取得方法を色々と考えてみているんだけど…</title>
  <type>rich</type>
  <url>https://u87.hatenadiary.org/entry/20101130/1291100525</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
