<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>vvakame</author_name>
  <author_url>https://blog.hatena.ne.jp/vvakame/</author_url>
  <blog_title>@vvakame の日記</blog_title>
  <blog_url>https://vvakame.hatenadiary.org/</blog_url>
  <categories>
    <anon>C#</anon>
  </categories>
  <description>XDocument xdoc = .... ; // 既に何か入っているものとする Xnamespace xn = &quot;....&quot;; // 適切な何かが入っているものとする // 以下と同じものを作ってみんとす // xdoc.XPathSelectElements(&quot;//hoge:div[position() mod 6 == 1&quot;); ←ご覧のものはイメージです // この形式だとこうなる xdoc.Descendants(xn + &quot;div&quot;) .Where((el, i) =&gt; i % 6 == 1); // これ書けなくない？ var divs = from div in xdoc.D…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fvvakame.hatenadiary.org%2Fentry%2F20081215%2F1229353965&quot; title=&quot;LINQって案外ショボい？ - @vvakame の日記&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>2008-12-15 00:12:45</published>
  <title>LINQって案外ショボい？</title>
  <type>rich</type>
  <url>https://vvakame.hatenadiary.org/entry/20081215/1229353965</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
